| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: add a second pipeline for compute | Samuel Pitoiset | 2016-02-13 | 1 | -1/+1 |
* | st/mesa: use _mesa_RasterPos() when possible | Brian Paul | 2015-10-22 | 1 | -0/+10 |
* | vbo: pass the stream from DrawTransformFeedbackStream to drivers | Marek Olšák | 2015-08-06 | 1 | -1/+1 |
* | st/mesa: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -1/+1 |
* | st/mesa: replace INLINE with inline | Brian Paul | 2015-02-26 | 1 | -1/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | mesa: add indirect drawing buffer parameter to draw functions | Christoph Bumiller | 2013-11-25 | 1 | -1/+1 |
* | st/mesa: remove #include mfeatures.h | Brian Paul | 2013-04-09 | 1 | -1/+0 |
* | Replace gl_vert_result enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -3/+3 |
* | mesa: remove FEATURE_rastpos define. | Oliver McFadden | 2012-09-15 | 1 | -4/+0 |
* | mesa: add gl_context::NewDriverState and use it for vertex arrays | Marek Olšák | 2012-05-08 | 1 | -1/+4 |
* | mesa: move gl_client_array*[] from vbo_draw_func into gl_context | Marek Olšák | 2012-05-08 | 1 | -1/+4 |
* | mesa: implement DrawTransformFeedback from ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 1 | -1/+2 |
* | st/mesa: Include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-09 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -5/+5 |
* | st: remove duplicated include | Nicolas Kaiser | 2010-09-30 | 1 | -1/+0 |
* | st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular. | Chia-I Wu | 2010-05-12 | 1 | -0/+3 |
* | st/mesa: clean-up: use st_context() everywhere | Brian Paul | 2010-04-23 | 1 | -3/+3 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -1/+1 |
* | st/mesa: restore draw rasterization stage after rasterpos | Brian Paul | 2010-02-12 | 1 | -0/+8 |
* | st/mesa: Remove unnecessary header from st_cb_rasterpos.c. | Vinson Lee | 2010-01-14 | 1 | -1/+0 |
* | vbo: Avoid extra validation of DrawElements. | Eric Anholt | 2009-08-12 | 1 | -1/+1 |
* | st/mesa: init Format field of vertex arrays for feedback mode | Brian Paul | 2009-05-27 | 1 | -0/+1 |
* | mesa: use Elements() for loop limit | Brian Paul | 2009-05-22 | 1 | -1/+1 |
* | mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker | Brian Paul | 2009-02-12 | 1 | -1/+1 |
* | mesa: consistantly use mesa memory-functions in gallium state tracker | Brian Paul | 2009-02-12 | 1 | -1/+1 |
* | gallium: fix texcoord loop for rasterpos attributes | Brian Paul | 2009-01-02 | 1 | -1/+1 |
* | gallium: fix inverted raster pos when drawing into FBO | Brian Paul | 2008-11-24 | 1 | -1/+4 |
* | st: Silence compiler warnings on Windows. | Michal Krol | 2008-07-15 | 1 | -1/+1 |
* | draw: move some pipeline-specific code & state to draw_pipe.[ch] | Keith Whitwell | 2008-04-19 | 1 | -1/+1 |
* | gallium: in GL_SELECT mode, update hitflag in rasterpos | Brian Paul | 2008-02-28 | 1 | -0/+5 |
* | gallium: fix off by one rasterpos bug | Brian | 2008-02-26 | 1 | -1/+1 |
* | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -2/+2 |
* | gallium: replace prim pipeline begin/end() functions with flush() | Brian | 2008-01-25 | 1 | -9/+2 |
* | gallium: added rastpos_destroy() | Brian | 2008-01-25 | 1 | -0/+1 |
* | gallium: added rastpos_destroy() | Brian | 2008-01-24 | 1 | -0/+7 |
* | gallium: silence warnings | Brian | 2008-01-21 | 1 | -1/+1 |
* | gallium: Remove feedback interfaces from pipe driver. | Keith Whitwell | 2007-12-11 | 1 | -23/+21 |
* | Reimplement glRasterPos using the private 'draw' module. | Brian | 2007-11-16 | 1 | -282/+158 |
* | Supply buffer usage hints to winsys. | José Fonseca | 2007-11-06 | 1 | -2/+5 |
* | handle fogcoord/raster distance | Brian | 2007-10-18 | 1 | -4/+15 |
* | remove #include vf.h | Brian | 2007-10-17 | 1 | -1/+0 |
* | generate selection hit if in selection mode and pos is not clipped | Brian | 2007-10-17 | 1 | -0/+5 |
* | don't crash in RasterPos if feedback not implemented yet | Brian | 2007-10-01 | 1 | -3/+6 |
* | Translate mesa vertex/fragment programs to TGSI programs at same time to do p... | Brian | 2007-09-25 | 1 | -31/+30 |
* | Fix up some point size breakage. Start on fogcoord too. | Brian | 2007-09-21 | 1 | -0/+3 |
* | remove #includes of tgsi_attribs.h | Brian | 2007-09-20 | 1 | -1/+0 |
* | Switch fragment/vertex shaders to the new caching semantics. | Zack Rusin | 2007-09-20 | 1 | -1/+2 |
* | Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics. | Brian | 2007-09-19 | 1 | -4/+9 |
* | Convert shader to an immutable state object. | Zack Rusin | 2007-09-18 | 1 | -3/+3 |