summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-30build: Remove HAVE_PIPE_LOADER_SW.Matt Turner2-5/+0
2013-04-30build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner4-1/+3
2013-04-30build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.Matt Turner2-3/+3
2013-04-30configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.Matt Turner1-1/+0
2013-04-30i965: Stop passing num_samples to intel_miptree_alloc_hiz().Paul Berry3-8/+6
2013-04-27draw: don't crash if GS doesn't emit anythingZack Rusin2-0/+18
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-30r600g/sb: remove unused codeVadim Girlin2-34/+0
2013-04-30r600g/sb: collect shader statisticsVadim Girlin5-8/+162
2013-04-30r600g/sb: don't propagate dead values in GVN passVadim Girlin1-0/+3
2013-04-30r600g/sb: use simple heuristic to limit register pressureVadim Girlin2-3/+33
2013-04-30r600g/sb: improve error checking in ra_coalesce passVadim Girlin2-14/+27
2013-04-30r600g/sb: use source bytecode in case of optimization errorsVadim Girlin5-11/+25
2013-04-30r600g: plug in optimizing backendVadim Girlin8-3/+155
2013-04-30r600g/sb: initial commit of the optimizing shader backendVadim Girlin35-0/+17498
2013-04-30r600g: use enum type for domains field in struct r600_resourceVadim Girlin1-1/+1
2013-04-30r600g: add new flags to isa instruction tablesVadim Girlin1-116/+127
2013-04-30r600g: always create reverse lookup isa tablesVadim Girlin1-10/+2
2013-04-30r600g: mask unused source components for SAMPLEVadim Girlin1-0/+20
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-30r600g/llvm: Fix opencl buildVincent Lejeune1-1/+1
2013-04-29Gallium: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-29Mapi: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-29Mesa: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-30r600g/llvm: get use_kill from compiler shaderVincent Lejeune4-2/+9
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