Age | Commit message (Expand) | Author |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
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-18 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-09-15 | mesa: fix MSAA enable state in update_multisample() | Brian Paul |
2008-09-12 | mesa: get fixed-function program generation working again | Keith Whitwell |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-07-02 | mesa: fix issues around multisample enable | Roland Scheidegger |
2008-07-02 | mesa: fix issues around multisample enable | Roland Scheidegger |
2008-06-25 | mesa: point size arrays | Brian Paul |
2008-06-10 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul |
2008-06-09 | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul |
2008-06-09 | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul |
2008-06-09 | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul |
2008-06-05 | mesa: remove EXT/NV suffixes from _mesa_PointParameter functions | Brian Paul |
2008-05-24 | mesa: evaluate _NeedEyeCoords prior to generating internal vertex shader | Keith Whitwell |
2008-05-18 | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Brian Paul |
2008-05-06 | implement full reference counting for vertex/fragment programs | Brian |
2008-05-06 | gallium: implement full reference counting for vertex/fragment programs | Brian |
2008-04-04 | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian |
2008-04-04 | Finish up ATI_separate_stencil | 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-31 | more flags for MaintainTnlProgram case, update #includes | Brian |
2007-10-30 | Set _NEW_BUFFERS in glRead/DrawBuffer(). | Brian |
2007-10-30 | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian |
2007-10-30 | Finish up ATI_separate_stencil | Brian |
2007-10-29 | Rewrite update_program() to use _mesa_get_fixed_func_fragment/vertex_program(). | 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 |