summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)AuthorFilesLines
2013-06-11swrast: add texfetch code for some XBGR formatsBrian Paul2-9/+46
2013-06-10mesa: Add a _mesa_problem to document a piglit failure on i965.Eric Anholt1-0/+6
2013-06-05mesa: remove outdated version lines in commentsRico Schüller54-54/+0
2013-05-28swrast: increase array size of TextureSampleMarek Olšák2-4/+4
2013-05-17mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt2-3/+3
2013-05-17mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt1-1/+1
2013-05-15swrast: Use accessor for stencil reference valuesChris Forbes1-2/+4
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2-3/+3
2013-05-06mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt1-5/+0
2013-05-06mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt1-34/+4
2013-05-01swrast: add casts for ImageSlices pointer arithmeticBrian Paul2-4/+4
2013-04-30mesa: Remove the Map field from texture images.Eric Anholt1-1/+0
2013-04-30swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt2-12/+56
2013-04-30swrast: Make a teximage's stored RowStride be in terms of bytes per row.Eric Anholt6-9/+30
2013-04-30swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].Eric Anholt3-8/+8
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt5-39/+29
2013-04-30swrast: Move ImageOffsets allocation to shared code.Eric Anholt2-13/+13
2013-04-30swrast: Clean up and explain the mapping process.Eric Anholt2-10/+17
2013-04-30swrast: Factor out texture slice counting.Eric Anholt1-4/+12
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke55-167/+221
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke55-55/+55
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke53-53/+53
2013-04-21mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt2-35/+0
2013-04-16mesa/swrast: Move memory allocation outside the blit loopIan Romanick1-23/+20
2013-04-16mesa/swrast: Move free calls outside the attachment loopIan Romanick1-4/+5
2013-04-16mesa/swrast: Refactor no-memory error checking in blit_linearIan Romanick1-29/+11
2013-03-25swrast: init vars to silence warningsBrian Paul1-4/+4
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry25-387/+387
2013-02-07mesa: add RGBX formats for existing GL RGB texture formatsMarek Olšák1-0/+90
2013-02-06mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2-4/+4
2013-01-25swrast: silence a bunch of MSVC warningsBrian Paul1-19/+19
2013-01-22swrast: fix blit code's nearest/linear coordinate arithmeticBrian Paul1-15/+8
2013-01-22swrast: fix incorrect width for direct/nearest blitBrian Paul1-1/+1
2013-01-22swrast: move resampleRow setup code in blit_nearest()Brian Paul1-23/+23
2013-01-17swrast: fix assorted bugs in software blit codeBrian Paul1-10/+20
2013-01-15mesa: Add support to allow blitting to multiple color draw buffersAnuj Phogat1-261/+300
2012-12-14swrast: use new core Mesa compressed texel fetch functionsBrian Paul2-87/+110
2012-12-14swrast: merge get_texel_fetch_func() and set_fetch_functions()Brian Paul1-26/+20
2012-12-14swrast: make _mesa_get_texel_fetch_func() staticBrian Paul2-7/+4
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2Anuj Phogat1-1/+1
2012-12-07mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat1-0/+60