summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-12/+156
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
2014-03-18i965: Accurately bail on SIMD16 compiles.Kenneth Graunke3-34/+82
2014-03-18i965/fs: Support pull parameters in SIMD16 mode.Kenneth Graunke2-11/+13
2014-03-18i965/fs: Use a single instance of the pull_constant_loc[] array.Kenneth Graunke2-28/+6
2014-03-18i965/fs: Don't renumber UNIFORM registers.Kenneth Graunke3-118/+86
2014-03-18i965/fs: Split pull parameter decision making from mechanical demoting.Kenneth Graunke2-33/+40
2014-03-18i965/fs: Record pull constant locations for all array elements.Kenneth Graunke1-2/+2
2014-03-18i965/fs: Save push constant location information.Kenneth Graunke3-2/+12
2014-03-18i965/fs: Delete dead code to fail compiles with SIMD16 pull parameters.Kenneth Graunke1-5/+0
2014-03-18gallium/docs: update SLT, SGE, SFL, STR opcode docsBrian Paul1-10/+10
2014-03-18glx: Fix incorrect pdp assignment in dri2_bind_context().Charmaine Lee1-1/+2