| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add the format enums for BPTC-compressed images | Neil Roberts | 2014-08-12 | 1 | -0/+24 |
* | mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil | Jason Ekstrand | 2014-08-04 | 2 | -46/+18 |
* | Remove the ATI_envmap_bumpmap extension | Jason Ekstrand | 2014-06-30 | 3 | -93/+1 |
* | swrast: Remove unused solve_plane_recip(). | Matt Turner | 2014-06-17 | 1 | -14/+0 |
* | swrast: Drop remaining use of _ReallyEnabled. | Eric Anholt | 2014-04-30 | 1 | -1/+1 |
* | mesa: Replace use of _ReallyEnabled as a boolean with use of _Current. | Eric Anholt | 2014-04-30 | 3 | -12/+10 |
* | mesa: Drop _EnabledUnits. | Eric Anholt | 2014-04-30 | 3 | -20/+15 |
* | swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build. | Eric Anholt | 2014-04-30 | 1 | -1/+1 |
* | swrast: move texture_slices() calls out of loops | Brian Paul | 2014-04-24 | 1 | -4/+8 |
* | swrast: move null pointer check earlier in _swrast_map_teximage() | Brian Paul | 2014-04-24 | 1 | -6/+9 |
* | swrast: remove _mesa_ prefix from static function | Brian Paul | 2014-04-24 | 1 | -3/+3 |
* | swrast: allocate swrast_texture_image::ImageSlices array if needed | Brian Paul | 2014-04-24 | 1 | -0/+10 |
* | swrast: Add glBlitFramebuffer to commands affected by conditional rendering | Anuj Phogat | 2014-04-17 | 1 | -0/+8 |
* | swrast: use macros to initialize texfetch_funcs[] table | Brian Paul | 2014-04-11 | 1 | -937/+172 |
* | swrast: fix more fetch_texel function names | Brian Paul | 2014-04-11 | 2 | -37/+37 |
* | swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORM | Chris Forbes | 2014-04-10 | 2 | -3/+16 |
* | swrast: reindent s_texfetch_temp.h, remove trailing whitespace | Brian Paul | 2014-04-07 | 1 | -182/+261 |
* | swrast: remove out of date comments in s_texfetch_tmp.h | Brian Paul | 2014-04-07 | 1 | -457/+10 |
* | swrast: rename texture fetch functions (pt. 7) | Brian Paul | 2014-04-07 | 2 | -38/+38 |
* | swrast: rename texture fetch functions (pt. 6) | Brian Paul | 2014-04-07 | 2 | -83/+83 |
* | swrast: rename texture fetch functions (pt. 5) | Brian Paul | 2014-04-07 | 2 | -35/+35 |
* | swrast: rename texture fetch functions (pt. 4) | Brian Paul | 2014-04-07 | 2 | -56/+56 |
* | swrast: rename texture fetch functions (pt. 3) | Brian Paul | 2014-04-07 | 2 | -56/+56 |
* | swrast: rename texture fetch functions (pt. 2) | Brian Paul | 2014-04-07 | 2 | -60/+60 |
* | swrast: rename texture fetch functions (pt. 1) | Brian Paul | 2014-04-07 | 2 | -44/+44 |
* | mesa/sso: rename Shader to the pointer _Shader | Gregory Hainaut | 2014-03-25 | 1 | -1/+1 |
* | mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM | Brian Paul | 2014-03-10 | 3 | -4/+4 |
* | mesa: reorder MESA_FORMAT enums | Brian Paul | 2014-03-10 | 2 | -521/+523 |
* | mesa: add MESA_FORMAT_R8G8B8A8_SRGB | Brian Paul | 2014-03-06 | 2 | -0/+19 |
* | mesa: add MESA_FORMAT_B8G8R8X8_SRGB | Chia-I Wu | 2014-03-06 | 1 | -0/+6 |
* | mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM | Brian Paul | 2014-03-05 | 1 | -4/+4 |
* | mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up. | Kenneth Graunke | 2014-02-09 | 6 | -15/+15 |
* | mesa: Fix Type A _INT formats to MESA_FORMAT naming standard | Mark Mueller | 2014-01-27 | 2 | -23/+23 |
* | mesa: Fix MESA_FORMAT names containg SIGNED | Mark Mueller | 2014-01-27 | 3 | -36/+36 |
* | mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE | Mark Mueller | 2014-01-27 | 1 | -32/+32 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 7 | -83/+83 |
* | mesa: Change many Type A MESA_FORMATs to meet naming standard | Mark Mueller | 2014-01-27 | 8 | -72/+72 |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 6 | -32/+32 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 5 | -8/+8 |
* | mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar... | Paul Berry | 2014-01-21 | 1 | -1/+1 |
* | mesa: Convert gl_context::Viewport to gl_context::ViewportArray | Courtney Goeltzenleuchter | 2014-01-20 | 2 | -9/+9 |
* | mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -2/+2 |
* | mesa: Update gl_scissor_attrib to support ARB_viewport_array | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -1/+1 |
* | swrast: check for null/-1 when mapping renderbuffers | Brian Paul | 2014-01-20 | 1 | -3/+7 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 3 | -3/+3 |
* | mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616. | Francisco Jerez | 2014-01-15 | 1 | -0/+12 |
* | mesa: Add MESA_FORMAT_ABGR2101010. | Francisco Jerez | 2014-01-15 | 1 | -0/+6 |
* | mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. | Paul Berry | 2014-01-09 | 2 | -4/+4 |
* | swrast: fix delayed texel buffer allocation regression for OpenMP | Andreas Fänger | 2014-01-07 | 1 | -0/+12 |
* | mesa: modified _mesa_align_free() to accept NULL pointer | Siavash Eliasi | 2013-12-04 | 1 | -4/+3 |