summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-30Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian1-1/+0
2007-10-30Finish up ATI_separate_stencilBrian1-0/+4
2007-09-27Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian1-0/+40
2007-04-26Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, suc...Brian1-3/+3
2007-04-21Rename occlude.[ch] to queryobj.[ch]Brian1-3/+3
2007-03-27Restore the UseTexEnvProgram logic.Brian1-0/+10
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian1-22/+80
2007-02-10ctx->Point._Size fixRune Peterson1-3/+0
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-25/+111
2006-12-19Clean-up and re-org of the main GLSL object types.Brian1-5/+4
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian1-2/+2
2006-12-15Lots of assorted changes for new GLSL compiler backend.Brian1-27/+62
2006-12-13Move all the code for computing ctx->_TriangleCaps into state.c.Brian1-21/+83
2006-11-03plug in 2.0, 2.1 functionsBrian Paul1-0/+26
2006-11-02new RGBA_LOGICOP_ENABLED() macroBrian Paul1-3/+1
2006-11-02Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with theBrian Paul1-1/+1
2006-11-02merge current trunk into vbo branchAlan Hourihane1-1/+14
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-1/+14
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell1-2/+2
2006-10-11Fix bug #4681.Ian Romanick1-19/+1
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick1-14/+14
2006-08-17added FEATURE_EXT_timer_query and testsBrian Paul1-3/+4
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick1-0/+6
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul1-1/+1
2006-07-18Compute ctx->Color._LogicOpEnabled in one place instead of four places!Brian Paul1-1/+18
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-38/+45
2006-05-24The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem toBrian Paul1-1/+2
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-6/+6
2006-04-11More GLSL code:Michal Krol1-2/+15
2006-03-29Move the computation of the viewport matrix into a new update_viewport_matrix()Brian Paul1-0/+23
2006-03-01Added glBlitFramebufferEXT function.Brian Paul1-2/+6
2006-01-09s/GLuint/GLbitfield/Brian Paul1-1/+1
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul1-15/+0
2005-12-12Split _MaintainTexEnvProgram into two flags _Maintain and _Use. ThisKeith Whitwell1-1/+3
2005-12-07Updates for GL_EXT_timer_query:Brian Paul1-0/+4
2005-11-19No longer derive 'ati_fragment_shader' from 'program' class. Only theBrian Paul1-1/+1
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul1-3/+3
2005-11-05remove unneeded #includesBrian Paul1-1/+0
2005-10-21fix GLX server resize/crash when resizing windowsBrian Paul1-1/+1
2005-10-07Fix a number of point size attenuation problems.Brian Paul1-0/+3
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul1-0/+3
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-495/+496
2005-05-09Use driver functions to create TexEnvProgram, TnlProgramKeith Whitwell1-2/+7
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-0/+4
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell1-0/+13
2005-04-14cosmetic changesMichal Krol1-6/+7
2005-02-26Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and doBrian Paul1-8/+9
2005-02-08plug in GL_EXT_framebuffer_object functionsBrian Paul1-0/+23
2005-01-12Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul1-0/+5
2004-12-19Implement software ATI_fragment_shaderDave Airlie1-0/+23