summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
* mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi2013-12-041-4/+3
* swrast: fix MSVC double->float conversion warningsBrian Paul2013-10-311-2/+2
* swrast: init i0, i1 values to silence warningsBrian Paul2013-08-261-0/+1
* swrast: add texfetch code for some XBGR formatsBrian Paul2013-06-112-9/+46
* mesa: Add a _mesa_problem to document a piglit failure on i965.Eric Anholt2013-06-101-0/+6
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0554-54/+0
* swrast: increase array size of TextureSampleMarek Olšák2013-05-282-4/+4
* mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt2013-05-172-3/+3
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-1/+1
* swrast: Use accessor for stencil reference valuesChris Forbes2013-05-151-2/+4
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-112-3/+3
* mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt2013-05-061-5/+0
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-061-34/+4
* swrast: add casts for ImageSlices pointer arithmeticBrian Paul2013-05-012-4/+4
* mesa: Remove the Map field from texture images.Eric Anholt2013-04-301-1/+0
* swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt2013-04-302-12/+56
* swrast: Make a teximage's stored RowStride be in terms of bytes per row.Eric Anholt2013-04-306-9/+30
* swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].Eric Anholt2013-04-303-8/+8
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-305-39/+29
* swrast: Move ImageOffsets allocation to shared code.Eric Anholt2013-04-302-13/+13
* swrast: Clean up and explain the mapping process.Eric Anholt2013-04-302-10/+17
* swrast: Factor out texture slice counting.Eric Anholt2013-04-301-4/+12
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2355-167/+221
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2355-55/+55
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-2353-53/+53
* mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt2013-04-212-35/+0
* mesa/swrast: Move memory allocation outside the blit loopIan Romanick2013-04-161-23/+20
* mesa/swrast: Move free calls outside the attachment loopIan Romanick2013-04-161-4/+5
* mesa/swrast: Refactor no-memory error checking in blit_linearIan Romanick2013-04-161-29/+11
* swrast: init vars to silence warningsBrian Paul2013-03-251-4/+4
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-1525-387/+387
* mesa: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-071-0/+90
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-062-4/+4
* swrast: silence a bunch of MSVC warningsBrian Paul2013-01-251-19/+19
* swrast: fix blit code's nearest/linear coordinate arithmeticBrian Paul2013-01-221-15/+8
* swrast: fix incorrect width for direct/nearest blitBrian Paul2013-01-221-1/+1
* swrast: move resampleRow setup code in blit_nearest()Brian Paul2013-01-221-23/+23
* swrast: fix assorted bugs in software blit codeBrian Paul2013-01-171-10/+20
* mesa: Add support to allow blitting to multiple color draw buffersAnuj Phogat2013-01-151-261/+300
* swrast: use new core Mesa compressed texel fetch functionsBrian Paul2012-12-142-87/+110
* swrast: merge get_texel_fetch_func() and set_fetch_functions()Brian Paul2012-12-141-26/+20
* swrast: make _mesa_get_texel_fetch_func() staticBrian Paul2012-12-142-7/+4
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2Anuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RG11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_R11_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EACAnuj Phogat2012-12-071-1/+1
* mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EACAnuj Phogat2012-12-071-1/+1