summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-23r600g/compute: Fix handling of global buffers in r600_resource_copy_region()Tom Stellard1-1/+36
2013-11-23gallium: Pass version scripts to linker using --version-script=Tom Stellard4-4/+4
2013-11-23clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard1-2/+6
2013-11-23i965/gen7: Emit workaround flush when changing GS enable state.Paul Berry7-22/+72
2013-11-23r600g/sb: work around hw issues with stack on eg/cmVadim Girlin5-44/+123
2013-11-23i965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_READ case.Vinson Lee1-0/+2
2013-11-15radeon/llvm: Free elf_buffer after useAaron Watry1-0/+1
2013-11-15r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry1-0/+3
2013-11-15r600/llvm: initialize radeon_llvm_binaryAaron Watry1-0/+1
2013-11-15svga: mark dest image as defined in svga_surface_copy()Brian Paul1-0/+2
2013-11-15svga: do primitive trimming in translate_indices()Brian Paul1-3/+12
2013-11-15gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry1-0/+3
2013-11-15radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry1-0/+1
2013-11-15radeonsi/compute: Free program and program.kernels on shutdownAaron Watry1-1/+15
2013-11-15radeon/llvm: Free created llvm memory bufferAaron Watry1-0/+1
2013-11-15radeon/llvm: Free libelf resourcesAaron Watry1-0/+3
2013-11-15radeon/llvm: fix spelling errorAaron Watry1-1/+1
2013-11-15clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard1-3/+9
2013-11-15glsl: Rework interface block linking.Paul Berry1-20/+251
2013-11-15i965: Fix vertical alignment for multisampled buffers.Paul Berry1-4/+7
2013-11-15main: Fix MaxUniformComponents for geometry shaders.Paul Berry1-1/+1
2013-11-15mesa: Fix derived vertex state not being updated in glCallList()Fredrik Höglund1-6/+16
2013-11-15dri: Change value param to unsignedIan Romanick4-4/+4
2013-11-15i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiBIan Romanick1-3/+7
2013-11-15i915: Use drm_intel_get_aperture_sizes instead of drmAgpSizeIan Romanick1-2/+6
2013-11-15dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg2-46/+11
2013-11-15wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg2-47/+96
2013-11-15gbm: Add support for __DRIimage based getBuffers when availableKristian Høgsberg3-10/+72
2013-11-15dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira2-2/+4
2013-11-15i965/fs: Try a different pre-scheduling heuristic if the first spills.Eric Anholt5-54/+76
2013-11-15i965/fs: Do instruction pre-scheduling just before register allocation.Eric Anholt1-2/+2
2013-11-15i965/fs: Ignore actual latency pre-reg-alloc.Eric Anholt1-21/+29
2013-11-15i965/fs: Fix message setup for SIMD8 spills.Eric Anholt1-1/+1
2013-11-15i965/fs: Prefer things we know reduce reg pressure when pre-scheduling.Eric Anholt1-0/+144
2013-11-15i965: Fix undefined value usage in ABO setup.Eric Anholt1-1/+1
2013-11-15clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez1-1/+2
2013-11-15gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois1-6/+6
2013-11-15meta: enable vertex attributes in the context of the newly created array objectPetr Sebor1-2/+3
2013-11-15mesa: call update_array_format() after error checkingBrian Paul1-5/+5
2013-11-15nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin1-2/+2
2013-11-15nouveau/video: don't try on nv3xIlia Mirkin1-2/+2
2013-11-15egl-static: Only export necessary symbols v3Tom Stellard2-0/+5
2013-11-15pipe-loader: Only export necessary symbols v3Tom Stellard2-0/+5
2013-11-15radeonsi/compute: Add Sea Islands supportTom Stellard1-3/+12
2013-11-15tests: Fix make check for out of tree builds.Rico Schüller2-0/+2
2013-11-15osmesa: fix broken triangle/line drawing when using float color bufferBrian Paul1-0/+16
2013-11-15i965: convert brw_lower_offset_array_visitor to ir_rvalue_visitorChris Forbes1-7/+11
2013-11-15glsl: fix missing breaks in equals(ir_texture,..)Chris Forbes1-0/+2
2013-11-15i965/fs: Don't perform CSE on inst HW_REG dests (unless it's null)Matt Turner1-1/+2
2013-11-15glx: Back DRI3 enablement out of the stable branch.Eric Anholt2-4/+0