summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-28mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell1-0/+1
2009-04-24mesa: fix up error/warning/debug output newlinesBrian Paul1-1/+1
2009-04-22mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell1-1/+2
2009-04-17mesa: suppress extra newlineBrian Paul1-1/+1
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-2/+2
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-0/+3
2009-03-07mesa: move shared context state functions to new shared.c fileBrian Paul1-366/+15
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul1-0/+1
2009-03-06mesa: Reads must also be done with lock held.José Fonseca1-3/+5
2009-03-04mesa: call _mesa_get_cpu_features() during one-time-initBrian Paul1-0/+3
2009-02-28mesa: convert some #defines to enumsBrian Paul1-0/+32
2009-02-26mesa: Resurrect SPARC asm code.David S. Miller1-3/+0
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-0/+1
2009-02-21mesa: use enums for TEXTURE_x_INDEX valuesBrian Paul1-5/+6
2009-02-21mesa: use an array for default texture objectsBrian Paul1-49/+26
2009-02-13mesa: add additional texture size/limit assertionsBrian Paul1-5/+13
2009-02-12mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()Brian Paul1-0/+1
2009-02-11mesa: get rid of _math_init()Brian Paul1-7/+0
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul1-34/+52
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul1-4/+4
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-34/+52
2009-01-31mesa: display list clean-upsBrian1-1/+1
2009-01-22mesa: init MaxSamples = 0 (no multisampling)Brian Paul1-0/+3
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-1/+0
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-1/+0
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul1-10/+10
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-10/+10
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-0/+1
2008-10-14mesa: modify fixed function vertex programs not to reference constant attributesKeith Whitwell1-0/+1
2008-09-26mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul1-27/+26
2008-09-25mesa: fix/simplify initialization of vertex/fragment program limitsBrian Paul1-27/+26
2008-09-21mesa: allow for extra per-context initBrian Paul1-0/+4
2008-09-21mesa: fix some feature testsBrian Paul1-6/+0
2008-09-21mesa: init ctx->RenderModeBrian Paul1-0/+2
2008-09-21mesa: fix some FEATURE_x testsBrian Paul1-6/+1
2008-09-21mesa: test for FEATURE_ATI_fragment_shaderBrian Paul1-0/+2
2008-09-21mesa: fix ReadBuffer initializationBrian Paul1-0/+2
2008-09-21mesa: FEATURE_dispatch to control dispatch table usageBrian Paul1-0/+2
2008-09-21mesa: move some glapi bits aroundBrian Paul1-0/+2
2008-09-21mesa: remove some temp debug codeBrian Paul1-1/+0
2008-09-21mesa: check FEATURE_ARB_occlusion_queryBrian Paul1-0/+7
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-2/+48
2008-09-21mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: move scissor functions into new scissor.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul1-0/+2
2008-09-21mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul1-0/+1
2008-09-19mesa: add missing FEATURE_attrib_stack aroundAlan Hourihane1-0/+2
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-15/+91
2008-08-19mesa: allow for extra per-context initBrian Paul1-0/+4
2008-08-08mesa: fix some feature testsBrian Paul1-6/+0