| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: fix uninitialized var warning | Brian Paul | 2010-10-25 | 1 | -0/+1 |
* | mesa: set/get primitive restart state | Brian Paul | 2010-10-21 | 1 | -3/+20 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -6/+6 |
* | Remove GL_EXT_cull_vertex | Ian Romanick | 2010-09-27 | 1 | -7/+0 |
* | mesa: Remove EXT_convolution. | Eric Anholt | 2010-09-23 | 1 | -34/+0 |
* | mesa: Remove SGI_color_table. | Eric Anholt | 2010-09-23 | 1 | -33/+1 |
* | mesa: Remove EXT_histogram. | Eric Anholt | 2010-09-23 | 1 | -21/+0 |
* | mesa: Handle GL_TEXTURE_GEN_STR_OES in _mesa_Enable() | Kristian Høgsberg | 2010-04-28 | 1 | -0/+28 |
* | mesa: API and state for GL 3.1 primitive restart | Brian Paul | 2010-04-20 | 1 | -0/+18 |
* | mesa: better, smaller error handling code for glEnable/Disable/IsEnabled() | Brian Paul | 2010-04-20 | 1 | -24/+29 |
* | mesa: added glEnable/Disable state for transform feedback | Brian Paul | 2010-03-30 | 1 | -0/+16 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-22 | 1 | -1/+0 |
|\ |
|
| * | mesa: Remove unnecessary header from enable.c. | Vinson Lee | 2010-01-18 | 1 | -1/+0 |
* | | mesa: added infrastructure for GL_EXT_draw_buffers2 | Brian Paul | 2009-12-29 | 1 | -3/+10 |
* | | mesa: per-buffer blend enabled flags | Brian Paul | 2009-12-29 | 1 | -5/+79 |
|/ |
|
* | mesa: minor code clean-up in client_state() | Brian Paul | 2009-10-27 | 1 | -10/+11 |
* | mesa: use _mesa_get_current_tex_unit() helper | Brian Paul | 2009-09-28 | 1 | -2/+2 |
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-09-24 | 1 | -6/+1 |
|\ |
|
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | 2009-09-24 | 1 | -6/+1 |
| |\ |
|
| | * | mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning | Brian Paul | 2009-09-24 | 1 | -5/+0 |
| | * | mesa: remove rgbMode check in enable_texture() | Brian Paul | 2009-09-24 | 1 | -1/+1 |
* | | | mesa: move call to init_c_cliptest() from enable.c to tnl module. | Brian Paul | 2009-09-09 | 1 | -8/+0 |
* | | | mesa: Add support for ARB_depth_clamp. | Eric Anholt | 2009-09-08 | 1 | -0/+20 |
|/ / |
|
* | | Infrastructure for GL_ARB_seamless_cube_map | Ian Romanick | 2009-08-14 | 1 | -0/+10 |
* | | mesa: added some assertions | Brian Paul | 2009-05-22 | 1 | -0/+2 |
* | | mesa: minor simplification in enable_texture(), updated comments | Brian Paul | 2009-05-05 | 1 | -3/+5 |
|/ |
|
* | mesa: remove GL_MESA_program_debug extension | Brian Paul | 2009-03-07 | 1 | -22/+0 |
* | mesa: remove warning/short-circuit of stencil enable w/ no stencil buffer | Brian Paul | 2009-03-02 | 1 | -5/+0 |
* | mesa: don't include m_xform.h where not needed | Brian Paul | 2009-02-12 | 1 | -1/+0 |
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 1 | -0/+5 |
|\ |
|
| * | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-22 | 1 | -4/+0 |
| |\ |
|
| * \ | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | 2009-01-02 | 1 | -56/+92 |
| |\ \ |
|
| * \ \ | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -0/+17 |
| |\ \ \ |
|
| | * | | | mesa: point size arrays | Brian Paul | 2008-06-25 | 1 | -0/+12 |
| | * | | | mesa: add some #if FEATURE_x tests | Brian Paul | 2008-06-12 | 1 | -0/+5 |
* | | | | | Make GL_ARB_multisample mandatory | Ian Romanick | 2009-01-28 | 1 | -10/+0 |
* | | | | | Track two sets of back-face stencil state | Ian Romanick | 2009-01-23 | 1 | -2/+5 |
| |_|_|/
|/| | | |
|
* | | | | mesa: remove GL_DEPTH_TEST + no depth buffer test | Brian Paul | 2009-01-16 | 1 | -4/+0 |
| |_|/
|/| | |
|
* | | | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul | 2008-12-31 | 1 | -56/+92 |
* | | | mesa: point size arrays | Brian Paul | 2008-09-21 | 1 | -0/+12 |
|/ / |
|
* | | Call _ae_update_state when array enable state changes | Krzysztof Czurylo | 2008-08-21 | 1 | -0/+4 |
* | | fix DD_TRI_LIGHT_TWOSIDE bug (#13368) | Brian | 2007-12-03 | 1 | -4/+4 |
* | | Restore old _TriangleCaps code to fix Blender problem (bug 12164) | Brian | 2007-09-27 | 1 | -0/+13 |
|/ |
|
* | Initial implementation of MESA_texture_array | Ian Romanick | 2007-05-16 | 1 | -0/+16 |
* | Fix reversed enable logic in enable_texture | Ian Romanick | 2007-05-10 | 1 | -1/+1 |
* | Convert "bit" parameters to GLbitfield. Fix cut-and-paste bug in _mesa_IsEnabled | Ian Romanick | 2007-05-10 | 1 | -3/+3 |
* | Refactor Enable / Disable and IsEnabled bits related to texture targets. | Ian Romanick | 2007-05-10 | 1 | -82/+50 |
* | Colortable re-org. | Brian | 2007-03-16 | 1 | -9/+9 |
* | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 1 | -61/+30 |
|\ |
|
| * | Move all the code for computing ctx->_TriangleCaps into state.c. | Brian | 2006-12-13 | 1 | -61/+30 |