summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
AgeCommit message (Expand)Author
2008-09-26mesa: remove invalid assertions that programs have parametersBrian Paul
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell
2008-09-21mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul
2008-09-21mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul
2008-09-21mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul
2008-09-21mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul
2008-09-21mesa: move fixed function vertex program builder from tnl to core mesaKeith Whitwell
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-15mesa: fix MSAA enable state in update_multisample()Brian Paul
2008-09-15mesa: fix MSAA enable state in update_multisample()Brian Paul
2008-09-12mesa: get fixed-function program generation working againKeith Whitwell
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-06-25mesa: point size arraysBrian Paul
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
2008-06-09mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul
2008-06-09mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul
2008-06-09mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul
2008-06-05mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul
2008-05-24mesa: evaluate _NeedEyeCoords prior to generating internal vertex shaderKeith Whitwell
2008-05-18alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Brian Paul
2008-05-06implement full reference counting for vertex/fragment programsBrian
2008-05-06gallium: implement full reference counting for vertex/fragment programsBrian
2008-04-04Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian
2008-04-04Finish up ATI_separate_stencilBrian
2008-04-01fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)Roland Scheidegger
2007-11-09alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger
2007-10-31more flags for MaintainTnlProgram case, update #includesBrian
2007-10-30Set _NEW_BUFFERS in glRead/DrawBuffer().Brian
2007-10-30Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian
2007-10-30Finish up ATI_separate_stencilBrian
2007-10-29Rewrite update_program() to use _mesa_get_fixed_func_fragment/vertex_program().Brian
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-04-26Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, suc...Brian
2007-04-21Rename occlude.[ch] to queryobj.[ch]Brian
2007-03-27Restore the UseTexEnvProgram logic.Brian
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian
2007-02-10ctx->Point._Size fixRune Peterson
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-12-19Clean-up and re-org of the main GLSL object types.Brian
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian
2006-12-15Lots of assorted changes for new GLSL compiler backend.Brian
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian
2006-11-03plug in 2.0, 2.1 functionsBrian Paul
2006-11-02new RGBA_LOGICOP_ENABLED() macroBrian Paul