| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swrast: fix MSVC double->float conversion warnings | Brian Paul | 2013-10-31 | 1 | -2/+2 |
* | swrast: init i0, i1 values to silence warnings | Brian Paul | 2013-08-26 | 1 | -0/+1 |
* | swrast: add texfetch code for some XBGR formats | Brian Paul | 2013-06-11 | 2 | -9/+46 |
* | mesa: Add a _mesa_problem to document a piglit failure on i965. | Eric Anholt | 2013-06-10 | 1 | -0/+6 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 54 | -54/+0 |
* | swrast: increase array size of TextureSample | Marek Olšák | 2013-05-28 | 2 | -4/+4 |
* | mesa: Make FinishRenderTexture just take the renderbuffer being finished. | Eric Anholt | 2013-05-17 | 2 | -3/+3 |
* | mesa: Track the TexImage being rendered to in the gl_renderbuffer. | Eric Anholt | 2013-05-17 | 1 | -1/+1 |
* | swrast: Use accessor for stencil reference values | Chris Forbes | 2013-05-15 | 1 | -2/+4 |
* | mesa: move max texture image unit constants to gl_program_constants | Marek Olšák | 2013-05-11 | 2 | -3/+3 |
* | mesa: Make Mesa core set up wrapped texture renderbuffer state. | Eric Anholt | 2013-05-06 | 1 | -5/+0 |
* | mesa: Make core Mesa allocate the texture renderbuffer wrapper. | Eric Anholt | 2013-05-06 | 1 | -34/+4 |
* | swrast: add casts for ImageSlices pointer arithmetic | Brian Paul | 2013-05-01 | 2 | -4/+4 |
* | mesa: Remove the Map field from texture images. | Eric Anholt | 2013-04-30 | 1 | -1/+0 |
* | swrast: Always use MapTextureImage for mapping textures for swrast. | Eric Anholt | 2013-04-30 | 2 | -12/+56 |
* | swrast: Make a teximage's stored RowStride be in terms of bytes per row. | Eric Anholt | 2013-04-30 | 6 | -9/+30 |
* | swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0]. | Eric Anholt | 2013-04-30 | 3 | -8/+8 |
* | swrast: Replace ImageOffsets with an ImageSlices pointer. | Eric Anholt | 2013-04-30 | 5 | -39/+29 |
* | swrast: Move ImageOffsets allocation to shared code. | Eric Anholt | 2013-04-30 | 2 | -13/+13 |
* | swrast: Clean up and explain the mapping process. | Eric Anholt | 2013-04-30 | 2 | -10/+17 |
* | swrast: Factor out texture slice counting. | Eric Anholt | 2013-04-30 | 1 | -4/+12 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 55 | -167/+221 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 55 | -55/+55 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 53 | -53/+53 |
* | mesa: Generalize TexStorage allocator between swrast and intel. | Eric Anholt | 2013-04-21 | 2 | -35/+0 |
* | mesa/swrast: Move memory allocation outside the blit loop | Ian Romanick | 2013-04-16 | 1 | -23/+20 |
* | mesa/swrast: Move free calls outside the attachment loop | Ian Romanick | 2013-04-16 | 1 | -4/+5 |
* | mesa/swrast: Refactor no-memory error checking in blit_linear | Ian Romanick | 2013-04-16 | 1 | -29/+11 |
* | swrast: init vars to silence warnings | Brian Paul | 2013-03-25 | 1 | -4/+4 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 25 | -387/+387 |
* | mesa: add RGBX formats for existing GL RGB texture formats | Marek Olšák | 2013-02-07 | 1 | -0/+90 |
* | mesa: fixup inconsistent naming of RG16 formats | Marek Olšák | 2013-02-06 | 2 | -4/+4 |