summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-23i965: Report the type of color clear in INTEL_DEBUG=blorp.Kenneth Graunke1-2/+9
2014-03-22radeonsi: disable fast color clear for 1D-tiled surfaces on CIKMarek Olšák1-0/+6
2014-03-21Revert "i965: For color clears, only disable writes to components that exist."Kenneth Graunke1-1/+1
2014-03-21i965: For color clears, only disable writes to components that exist.Kenneth Graunke1-1/+1
2014-03-21i965: Print number of multisamples in INTEL_DEBUG=blorp output.Kenneth Graunke1-4/+4
2014-03-21i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.Kenneth Graunke1-2/+2
2014-03-22i965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4/5 also.Chris Forbes1-1/+1
2014-03-21clover: Fix typo in validate_object()Tom Stellard1-1/+1
2014-03-21llvmpipe: add support for b5g6r5_srgbRoland Scheidegger5-9/+61
2014-03-21gallium: add b5g6r5 srgb formatRoland Scheidegger4-4/+21
2014-03-20nvc0/ir: move sample id to second source arg to fix sampler2DMSIlia Mirkin2-4/+12
2014-03-21st/mesa: drop the lowering of quad strips to triangle stripsMarek Olšák1-10/+0
2014-03-21gallium/u_gen_mipmap: remove the software fallbackMarek Olšák1-1160/+2
2014-03-21st/mesa: fix generating mipmaps for cube arraysMarek Olšák2-29/+22
2014-03-21mesa: fix software fallback for generating mipmaps for 3D texturesMarek Olšák1-21/+16
2014-03-21mesa: fix software fallback for generating mipmaps for cube arraysMarek Olšák1-2/+5
2014-03-21mesa: allow generating mipmaps for cube arraysMarek Olšák1-0/+4
2014-03-21mesa: fix texture border handling for cube arraysMarek Olšák1-1/+4
2014-03-20r600g: use more appropriate names for async DMA functionsMarek Olšák5-32/+32
2014-03-20r600g: deobfuscate async DMA codeMarek Olšák6-31/+35
2014-03-20r600g: don't flush the gfx IB explicitly before doing DMAMarek Olšák4-11/+0
2014-03-20winsys/radeon: only add duplicate relocations for DMA if VM isn't supportedMarek Olšák1-10/+13
2014-03-20radeonsi: Implement DMA blitNiels Ole Salscheider6-20/+391
2014-03-20radeon: Move r600_need_dma_space to common codeNiels Ole Salscheider7-15/+15
2014-03-20llvmpipe: Tighten check for alpha-only formatsRichard Sandiford1-1/+1
2014-03-20nouveau: don't assume libdrm include prefixJonathan Gray5-5/+5
2014-03-20nouveau: use DLOPEN_LIBS instead of -ldlJonathan Gray1-1/+1
2014-03-19c11/threads: don't include assert.h if the assert macro is already definedBrian Paul2-0/+4
2014-03-19nouveau: there may not have been a texture if the fbo was incompleteIlia Mirkin1-1/+2
2014-03-19nouveau: add forgotten GL_COMPRESSED_INTENSITY to texture format listIlia Mirkin1-0/+1
2014-03-19mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_textureIlia Mirkin1-8/+3
2014-03-19loader: add special logic to distinguish nouveau from nouveau_vieuxIlia Mirkin5-13/+76
2014-03-18glsl: Allow dot() on scalars, and throw out dotlike().Matt Turner3-11/+5
2014-03-18glsl: Optimize pow(x, 2) into x * x.Matt Turner1-0/+8
2014-03-18glsl: Match whitespace changes from previous patch.Matt Turner1-4/+4
2014-03-18glsl: Expose pack/unpack built-ins for ARB_gpu_shader5.Matt Turner1-9/+17
2014-03-18i965: Drop some more dead code from the old CACHED_BATCH feature.Eric Anholt4-38/+0
2014-03-18i965: Drop special case for edgeflag thanks to Marek's change to core.Eric Anholt1-9/+0
2014-03-18mesa: include stdbool.h in register_allocate.h to fix buildBrian Paul1-0/+2
2014-03-18i965: Enable EWA anisotropic filtering algorithmIan Romanick1-0/+1
2014-03-18i965: Actually initialize simd16_unsupported and no16_msg.Kenneth Graunke1-0/+2
2014-03-18i965/upload: Refactor open-coded ALIGN-like computations.Kenneth Graunke1-3/+9
2014-03-18i965: Fix indentation in brw_upload_indices().Kenneth Graunke1-19/+19
2014-03-18i965: Consolidate code for setting brw->ib.start_vertex_offset.Kenneth Graunke1-9/+6
2014-03-18i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke6-88/+88
2014-03-18i965: Allocate the screen using ralloc rather than calloc.Kenneth Graunke1-2/+3
2014-03-18ra: Convert another bool array to bitsets.Eric Anholt1-6/+7
2014-03-18ra: Use a bitset for storing which registers belong to a class.Kenneth Graunke1-5/+10
2014-03-18ra: Create a reg_belongs_to_class() helper function.Kenneth Graunke1-2/+11
2014-03-18ra: Use bool instead of GLboolean.Kenneth Graunke2-28/+29