| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swrast: silence a bunch of MSVC warnings | Brian Paul | 2013-01-25 | 1 | -19/+19 |
* | swrast: fix blit code's nearest/linear coordinate arithmetic | Brian Paul | 2013-01-22 | 1 | -15/+8 |
* | swrast: fix incorrect width for direct/nearest blit | Brian Paul | 2013-01-22 | 1 | -1/+1 |
* | swrast: move resampleRow setup code in blit_nearest() | Brian Paul | 2013-01-22 | 1 | -23/+23 |
* | swrast: fix assorted bugs in software blit code | Brian Paul | 2013-01-17 | 1 | -10/+20 |
* | mesa: Add support to allow blitting to multiple color draw buffers | Anuj Phogat | 2013-01-15 | 1 | -261/+300 |
* | swrast: use new core Mesa compressed texel fetch functions | Brian Paul | 2012-12-14 | 2 | -87/+110 |
* | swrast: merge get_texel_fetch_func() and set_fetch_functions() | Brian Paul | 2012-12-14 | 1 | -26/+20 |
* | swrast: make _mesa_get_texel_fetch_func() static | Brian Paul | 2012-12-14 | 2 | -7/+4 |
* | mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |
* | mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |
* | mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |
* | mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |
* | mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |
* | mesa: Add decoding functions for GL_COMPRESSED_R11_EAC | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |
* | mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |
* | mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |
* | mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |
* | mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2 | Anuj Phogat | 2012-12-07 | 1 | -1/+1 |