summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2013-05-01scons: remove IN_DRI_DRIVERAndreas Boll1-1/+0
2013-05-01build: remove unused API_DEFINESAndreas Boll14-15/+5
2013-05-01intel: use automake conditionals for defining FEATURE_{ES1,ES2}Andreas Boll2-2/+20
2013-05-01intel: remove executable bit from C fileAndreas Boll1-0/+0
2013-05-01vbo: fix possible use-after-free segfault after a VAO is deletedMarek Olšák3-4/+25
2013-05-01i965/vs: Fix textureGrad() with shadow samplers on Haswell.Kenneth Graunke1-2/+8
2013-05-01i965: Lower textureGrad() for samplerCubeShadow.Kenneth Graunke3-6/+27
2013-05-01swrast: add casts for ImageSlices pointer arithmeticBrian Paul2-4/+4
2013-04-30i965: Stop passing num_samples to intel_miptree_alloc_hiz().Paul Berry3-8/+6
2013-04-30i965: Implement color clears using a simple shader in blorp.Eric Anholt8-14/+344
2013-04-30mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt4-41/+36
2013-04-30i965: Don't flush the batch at the end of blorp.Eric Anholt3-18/+19
2013-04-30intel: Remove the last spans code!Eric Anholt11-148/+6
2013-04-30intel: Move the S8 offset calc function near its remaining usage.Eric Anholt3-58/+56
2013-04-30intel: Ensure renderbuffers are current when mapping them.Eric Anholt1-6/+1
2013-04-30mesa: Add a clarifying comment about rowStride of compressed textures.Eric Anholt1-1/+3
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 Anholt11-300/+64
2013-04-30nouveau: Replace swrast_texture_image->Map usage with ->Buffer.Eric Anholt1-3/+1
2013-04-30nouveau: Just use MapTextureImage instead of duplicating the logic.Eric Anholt1-81/+18
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 Anholt13-185/+123
2013-04-30swrast: Reuse _swrast_free_texture_image_buffer from drivers.Eric Anholt2-15/+2
2013-04-30swrast: Move ImageOffsets allocation to shared code.Eric Anholt4-44/+17
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-30radeon: Remove some dead teximage mapping code.Eric Anholt2-52/+0
2013-04-30radeon: Add missing swrast field initialization.Eric Anholt1-0/+3
2013-04-29Mesa: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-29i965/fs: Print out the estimated cycle count in INTEL_DEBUG=wmEric Anholt1-0/+5
2013-04-29i965/fs: Allow LRPs with uniform registers.Eric Anholt3-1/+11
2013-04-29intel: Be more conservative in disabling tiling to save memory.Eric Anholt1-3/+5
2013-04-29i965: Disable Z16 on contexts that don't require it.Eric Anholt1-1/+14
2013-04-29intel: Report FBO incompleteness causes through GL_ARB_debug_output.Eric Anholt1-22/+34
2013-04-29intel: Fold the one last function intel_tex_format.c into the caller.Eric Anholt7-27/+10
2013-04-29mesa: Fix error checking for GS UBO getters.Eric Anholt1-2/+7
2013-04-29mesa: Add a clarifying comment about EXTRA_ error checking.Eric Anholt1-1/+7
2013-04-29mesa: Add an extra clarifying set of braces to getter checking.Eric Anholt1-1/+2
2013-04-29mesa: Fix error checking for getters consisting of only API versions.Eric Anholt1-32/+24
2013-04-29mesa: Clarify the names of error checking variables for glGet.Eric Anholt1-22/+21
2013-04-29i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.Eric Anholt3-2/+15
2013-04-29i915: Always enable GL 2.0 support.Eric Anholt2-30/+5
2013-04-29i915: Correctly set the OQ counter bits.Eric Anholt2-0/+2
2013-04-29i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke6-76/+49
2013-04-29Revert "st/mesa: add a simple path to BufferData if it only discards buffer c...José Fonseca1-14/+0
2013-04-30i965/fs: Don't try to use bogus interpolation modes pre-Gen6.Chris Forbes1-9/+17
2013-04-28i965/vs: Fix order of source arguments to LRP.Matt Turner1-1/+4
2013-04-26mesa: fix the compressed TexSubImage size checking codeBrian Paul1-3/+9
2013-04-26mesa: updated read_buffer_enum_to_index() commentBrian Paul1-2/+2