Bug 58380 - osmesa.c:794: error: ‘ctx’ undeclared
Summary: osmesa.c:794: error: ‘ctx’ undeclared
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86-64 (AMD64) All
: medium blocker
Assignee: Jordan Justen
QA Contact:
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2012-12-17 00:31 UTC by Vinson Lee
Modified: 2012-12-17 19:37 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2012-12-17 00:31:12 UTC
mesa: 1358f3a905448f6fb546aba951e317f743a83c76 (master)

$ scons
[...]
  Compiling src/mesa/drivers/osmesa/osmesa.c ...
src/mesa/drivers/osmesa/osmesa.c: In function ‘OSMesaCreateContextExt’:
src/mesa/drivers/osmesa/osmesa.c:794: error: ‘ctx’ undeclared (first use in this function)


4bea4cb9fd55cdb267003a6e6e16f7e903e00940 is the first bad commit
commit 4bea4cb9fd55cdb267003a6e6e16f7e903e00940
Author: Jordan Justen <jordan.l.justen@intel.com>
Date:   Fri Nov 16 10:30:19 2012 -0800

    drivers: compute version and then initialize exec table
    
    This change forces the context version to be computed before
    initilizing the exec dispatch tables.
    
    Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
    Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>

:040000 040000 94a4ba61980183b58d860512439958dd0d1c3913 260dad82c7c3753ae07c1d4680e46cc65171eb33 M	src
bisect run success
Comment 1 Jordan Justen 2012-12-17 19:37:13 UTC
Fixed in 6cf3034b.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.