Age | Commit message (Expand) | Author |
2008-12-17 | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul |
2008-11-13 | mesa: fix generation of fixed function state when no vp exists | Alan Hourihane |
2008-09-26 | mesa: remove invalid assertions that programs have parameters | Brian Paul |
2008-09-21 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Keith Whitwell |
2008-09-21 | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul |
2008-09-21 | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul |
2008-09-21 | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul |
2008-09-21 | mesa: remove EXT/NV suffixes from _mesa_PointParameter functions | Brian Paul |
2008-09-21 | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell |
2008-09-15 | mesa: fix MSAA enable state in update_multisample() | Brian Paul |
2008-07-02 | mesa: fix issues around multisample enable | Roland Scheidegger |
2008-05-06 | implement full reference counting for vertex/fragment programs | Brian |
2008-04-01 | fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269) | Roland Scheidegger |
2007-11-09 | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Roland Scheidegger |
2007-10-30 | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian |
2007-10-30 | Finish up ATI_separate_stencil | Brian |
2007-09-27 | Restore old _TriangleCaps code to fix Blender problem (bug 12164) | Brian |
2007-07-21 | Remove ctx->Point._Size and ctx->Line._Width. | Brian |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-05-16 | Initial implementation of MESA_texture_array | Ian Romanick |
2007-04-26 | Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, suc... | Brian |
2007-04-21 | Rename occlude.[ch] to queryobj.[ch] | Brian |
2007-03-27 | Restore the UseTexEnvProgram logic. | Brian |
2007-02-22 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-02-10 | ctx->Point._Size fix | Rune Peterson |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2006-12-19 | Clean-up and re-org of the main GLSL object types. | Brian |
2006-12-19 | Overhaul of GLSL API functions, dispatching, etc. | Brian |
2006-12-15 | Lots of assorted changes for new GLSL compiler backend. | Brian |
2006-12-13 | Move all the code for computing ctx->_TriangleCaps into state.c. | Brian |
2006-11-03 | plug in 2.0, 2.1 functions | Brian Paul |
2006-11-02 | new RGBA_LOGICOP_ENABLED() macro | Brian Paul |
2006-11-02 | Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the | Brian Paul |
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane |
2006-11-01 | Merge texmem-0-3-branch. | Keith Whitwell |
2006-10-30 | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell |
2006-10-11 | Fix bug #4681. | Ian Romanick |
2006-08-24 | GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions. | Ian Romanick |
2006-08-17 | added FEATURE_EXT_timer_query and tests | Brian Paul |
2006-08-15 | Add support for GL_EXT_gpu_program_parameters. Any driver that enables | Ian Romanick |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-07-18 | Compute ctx->Color._LogicOpEnabled in one place instead of four places! | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-05-24 | The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem to | Brian Paul |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul |
2006-04-11 | More GLSL code: | Michal Krol |
2006-03-29 | Move the computation of the viewport matrix into a new update_viewport_matrix() | Brian Paul |
2006-03-01 | Added glBlitFramebufferEXT function. | Brian Paul |
2006-01-09 | s/GLuint/GLbitfield/ | Brian Paul |
2005-12-14 | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul |