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