summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
AgeCommit message (Expand)Author
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-15mesa: fix MSAA enable state in update_multisample()Brian Paul
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-05-06implement full reference counting for vertex/fragment programsBrian
2008-04-01fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)Roland Scheidegger
2007-11-09alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger
2007-10-30Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian
2007-10-30Finish up ATI_separate_stencilBrian
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
2006-11-02Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell
2006-10-11Fix bug #4681.Ian Romanick
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick
2006-08-17added FEATURE_EXT_timer_query and testsBrian Paul
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-07-18Compute ctx->Color._LogicOpEnabled in one place instead of four places!Brian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-05-24The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem toBrian Paul
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-04-11More GLSL code:Michal Krol
2006-03-29Move the computation of the viewport matrix into a new update_viewport_matrix()Brian Paul
2006-03-01Added glBlitFramebufferEXT function.Brian Paul
2006-01-09s/GLuint/GLbitfield/Brian Paul
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2005-12-12Split _MaintainTexEnvProgram into two flags _Maintain and _Use. ThisKeith Whitwell
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-11-19No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul