summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Resurrect SPARC asm code.David S. Miller2009-02-261-3/+0
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-0/+1
* mesa: use enums for TEXTURE_x_INDEX valuesBrian Paul2009-02-211-5/+6
* mesa: use an array for default texture objectsBrian Paul2009-02-211-49/+26
* mesa: add additional texture size/limit assertionsBrian Paul2009-02-131-5/+13
* mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()Brian Paul2009-02-121-0/+1
* mesa: get rid of _math_init()Brian Paul2009-02-111-7/+0
* Merge commit 'origin/gallium-master-merge'Brian Paul2009-02-101-34/+52
|\
| * mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-34/+52
| |\
| | * mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-091-1/+0
| | * Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-021-10/+10
| | |\
| | * \ Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-151-0/+1
| | |\ \
| | | * | mesa: modify fixed function vertex programs not to reference constant attributesKeith Whitwell2008-10-141-0/+1
| | | * | mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul2008-09-251-27/+26
| | * | | mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul2008-09-261-27/+26
| | * | | mesa: add missing FEATURE_attrib_stack aroundAlan Hourihane2008-09-191-0/+2
| | * | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-15/+91
| | |\| |
| | | * | mesa: allow for extra per-context initBrian Paul2008-08-191-0/+4
| | | * | mesa: fix some feature testsBrian Paul2008-08-081-6/+0
| | | * | added null ptr check (fix bug 16959)Brian Paul2008-08-031-1/+2
| | | * | mesa: Implement mutex/locking around texture object reference counting.Brian Paul2008-07-041-11/+3
| | | * | mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul2008-07-031-0/+34
| | | * | mesa: init ctx->RenderModeBrian Paul2008-06-201-0/+2
| | | * | mesa: fix some FEATURE_x testsBrian Paul2008-06-201-6/+1
| | | * | mesa: test for FEATURE_ATI_fragment_shaderBrian Paul2008-06-201-0/+2
| | | * | mesa: fix ReadBuffer initializationBrian Paul2008-06-181-0/+2
| | | * | mesa: FEATURE_dispatch to control dispatch table usageBrian Paul2008-06-181-0/+2
| | | * | mesa: move some glapi bits aroundBrian Paul2008-06-131-0/+1
| | | * | mesa: remove some temp debug codeBrian Paul2008-06-131-1/+0
| | | * | mesa: check FEATURE_ARB_occlusion_queryBrian Paul2008-06-131-0/+7
| | | * | mesa: add some #if FEATURE_x testsBrian Paul2008-06-121-2/+2
| | | * | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-2/+48
| | | * | mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul2008-06-091-0/+1
| | | * | mesa: refactor: move scissor functions into new scissor.c fileBrian Paul2008-06-091-0/+1
| | | * | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul2008-06-091-0/+1
| | | * | mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul2008-06-091-0/+2
| | | * | mesa: chmod a-x context.cBrian Paul2008-06-091-0/+0
| | | * | mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-311-1/+1
| | | * | Fix program refcounting assertion failure during context tear-downBrian Paul2008-05-191-22/+24
| | | * | mesa: free shader program data before deleting shader objects.Brian2008-05-061-0/+16
| | | * | gallium: implement full reference counting for vertex/fragment programsBrian2008-05-061-10/+16
| | | * | Fix build problem with MSVCAlan Hourihane2008-05-011-3/+7
| | | * | delete default programs with ctx->Driver.DeleteProgram()Brian2008-03-221-2/+2
| | | * | free Default1D/2DArray objectsBrian2008-01-011-2/+10
| | | * | disable the driverContext assertionsBrian2007-11-011-2/+2
| | | * | call Driver.Flush() in _mesa_notifySwapBuffers()Brian2007-10-191-2/+4
* | | | | mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul2009-02-091-4/+4
|/ / / /
* | | | mesa: display list clean-upsBrian2009-01-311-1/+1
* | | | mesa: init MaxSamples = 0 (no multisampling)Brian Paul2009-01-221-0/+3
* | | | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-071-1/+0
| |_|/ |/| |