summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Add a clarifying comment about rowStride of compressed textures.Eric Anholt2013-04-301-1/+3
* 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-3011-300/+64
* nouveau: Replace swrast_texture_image->Map usage with ->Buffer.Eric Anholt2013-04-301-3/+1
* nouveau: Just use MapTextureImage instead of duplicating the logic.Eric Anholt2013-04-301-81/+18
* 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-3013-185/+123
* swrast: Reuse _swrast_free_texture_image_buffer from drivers.Eric Anholt2013-04-302-15/+2
* swrast: Move ImageOffsets allocation to shared code.Eric Anholt2013-04-304-44/+17
* 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
* radeon: Remove some dead teximage mapping code.Eric Anholt2013-04-302-52/+0
* radeon: Add missing swrast field initialization.Eric Anholt2013-04-301-0/+3
* Mesa: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV2013-04-291-1/+1
* i965/fs: Print out the estimated cycle count in INTEL_DEBUG=wmEric Anholt2013-04-291-0/+5
* i965/fs: Allow LRPs with uniform registers.Eric Anholt2013-04-293-1/+11
* intel: Be more conservative in disabling tiling to save memory.Eric Anholt2013-04-291-3/+5
* i965: Disable Z16 on contexts that don't require it.Eric Anholt2013-04-291-1/+14
* intel: Report FBO incompleteness causes through GL_ARB_debug_output.Eric Anholt2013-04-291-22/+34
* intel: Fold the one last function intel_tex_format.c into the caller.Eric Anholt2013-04-297-27/+10
* mesa: Fix error checking for GS UBO getters.Eric Anholt2013-04-291-2/+7
* mesa: Add a clarifying comment about EXTRA_ error checking.Eric Anholt2013-04-291-1/+7
* mesa: Add an extra clarifying set of braces to getter checking.Eric Anholt2013-04-291-1/+2
* mesa: Fix error checking for getters consisting of only API versions.Eric Anholt2013-04-291-32/+24
* mesa: Clarify the names of error checking variables for glGet.Eric Anholt2013-04-291-22/+21
* i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.Eric Anholt2013-04-293-2/+15
* i915: Always enable GL 2.0 support.Eric Anholt2013-04-292-30/+5
* i915: Correctly set the OQ counter bits.Eric Anholt2013-04-292-0/+2
* i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke2013-04-296-76/+49
* Revert "st/mesa: add a simple path to BufferData if it only discards buffer c...José Fonseca2013-04-291-14/+0
* i965/fs: Don't try to use bogus interpolation modes pre-Gen6.Chris Forbes2013-04-301-9/+17
* i965/vs: Fix order of source arguments to LRP.Matt Turner2013-04-281-1/+4
* mesa: fix the compressed TexSubImage size checking codeBrian Paul2013-04-261-3/+9
* mesa: updated read_buffer_enum_to_index() commentBrian Paul2013-04-261-2/+2
* mesa: fix type comparison errors in sub-texture error checking codeTapani Pälli2013-04-261-5/+5
* i965/vs: Add support for LRP instruction.Matt Turner2013-04-255-3/+22
* i965/vs: Add a function to fix-up uniform arguments for 3-src insts.Matt Turner2013-04-252-0/+25
* i965: Avoid recompiles for fragment clamping on non-clamping APIs.Eric Anholt2013-04-252-2/+2
* scons: Support clang.José Fonseca2013-04-251-1/+2
* mesa: fix bogus comment about PrimitiveRestart fieldsChris Forbes2013-04-251-2/+2
* i965: report correct sample positionsChris Forbes2013-04-251-4/+4
* i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFERChia-I Wu2013-04-241-6/+10
* i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERNChia-I Wu2013-04-241-3/+14
* i965: fix SURFACE_STATE dumpingChia-I Wu2013-04-241-4/+4
* i965: Remove strange comments about math functions.Matt Turner2013-04-241-3/+3
* i965: Remove traces of nonexistent TAN math function.Matt Turner2013-04-242-2/+1
* r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...Laurent Carlier2013-04-241-1/+0
* mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.Kenneth Graunke2013-04-231-0/+327
* mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.Kenneth Graunke2013-04-231-0/+253