| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -14/+14 |
* | swrast: use new _mesa_base_tex_image() helper | Brian Paul | 2015-01-05 | 1 | -5/+6 |
* | swrast: Drop remaining use of _ReallyEnabled. | Eric Anholt | 2014-04-30 | 1 | -1/+1 |
* | mesa: Drop _EnabledUnits. | Eric Anholt | 2014-04-30 | 1 | -1/+1 |
* | mesa: Change many Type A MESA_FORMATs to meet naming standard | Mark Mueller | 2014-01-27 | 1 | -12/+12 |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 1 | -8/+8 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | swrast: Make a teximage's stored RowStride be in terms of bytes per row. | Eric Anholt | 2013-04-30 | 1 | -1/+2 |
* | swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0]. | Eric Anholt | 2013-04-30 | 1 | -4/+4 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -20/+20 |
* | swrast: Support sampler object for texture fetching state | Pauli Nieminen | 2012-08-01 | 1 | -4/+12 |
* | swrast: simplify mask array code | Brian Paul | 2012-02-24 | 1 | -3/+4 |
* | swrast: stop using MAX_WIDTH arrays in triangle code | Brian Paul | 2012-02-24 | 1 | -2/+2 |
* | swrast: Fix fixed-function fragment processing | Chad Versace | 2012-01-27 | 1 | -2/+2 |
* | mesa: remove gl_renderbuffer::DataType | Brian Paul | 2012-01-24 | 1 | -2/+4 |
* | swrast: stop using Put/GetRow/Values() in swrast code | Brian Paul | 2012-01-24 | 1 | -2/+2 |
* | swrast: s/Data/Map/ in swrast_texture_image | Brian Paul | 2012-01-24 | 1 | -4/+4 |
* | swrast: stop using _DepthBuffer in triangle code | Brian Paul | 2011-12-24 | 1 | -16/+11 |
* | swrast: stop using PutRowRGB() in triangle code | Brian Paul | 2011-12-24 | 1 | -10/+12 |
* | swast: replace renderbuffer->GetPointer() with _swrast_pixel_address() | Brian Paul | 2011-12-24 | 1 | -2/+2 |
* | mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast | Brian Paul | 2011-10-23 | 1 | -5/+13 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -4/+4 |
* | mesa: move gl_texture_image::_IsPowerOfTwo into swrast | Brian Paul | 2011-09-22 | 1 | -1/+4 |
* | mesa: move sampler state into new gl_sampler_object type | Brian Paul | 2011-04-10 | 1 | -6/+6 |
* | mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines | Brian Paul | 2011-03-11 | 1 | -2/+3 |
* | swrast: Include mtypes.h in s_triangle.c. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | swrast: Remove unnecessary headers. | Vinson Lee | 2011-01-05 | 1 | -1/+0 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -6/+6 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -1/+1 |
* | swrast: Remove support for rendering triangles into a color-index buffer | Ian Romanick | 2010-03-03 | 1 | -25/+4 |
* | mesa: implement per-buffer color masking | Brian Paul | 2009-12-29 | 1 | -4/+4 |
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | 2009-12-15 | 1 | -0/+6 |
|\ |
|
| * | swrast: Silence uninitialized variable warnings in s_triangle.c | Vinson Lee | 2009-12-12 | 1 | -0/+6 |
* | | swrast: added braces | Chia-I Wu | 2009-10-28 | 1 | -2/+4 |
* | | swrast: fix RGB, RGBA texturing code | Brian Paul | 2009-10-28 | 1 | -5/+11 |
* | | swrast: check for single texture unit in _swrast_choose_triangle() | Brian Paul | 2009-10-28 | 1 | -0/+1 |
* | | swrast: clean up and remove dead code in triangle functions | Brian Paul | 2009-10-28 | 1 | -57/+47 |
* | | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul | 2009-10-08 | 1 | -1/+1 |
* | | swrast: fix some texformat regressions | Brian Paul | 2009-09-30 | 1 | -35/+43 |
* | | mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead | Brian Paul | 2009-09-30 | 1 | -6/+6 |
* | | mesa: replace gl_texture_format with gl_format | Brian Paul | 2009-09-30 | 1 | -2/+2 |
|/ |
|
* | swrast: fix selection/feedback regression | Brian Paul | 2009-08-31 | 1 | -1/+1 |
* | swrast: fix incorrect tri culling in selection/feedback mode. | Brian Paul | 2009-08-27 | 1 | -5/+7 |
* | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul | 2009-03-02 | 1 | -1/+1 |
* | swrast: use _EnabledCoordUnits for fixed-function texturing | Brian Paul | 2009-03-02 | 1 | -6/+6 |
* | mesa: use an array for current texture objects | Brian Paul | 2009-02-21 | 1 | -5/+10 |