aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/compute: Fix LDS size calculationTom Stellard2013-11-231-1/+16
* r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard2013-11-233-1/+17
* glsl: Fix interstage uniform interface block link error detection.Paul Berry2013-11-233-32/+62
* glsl: Fix cross-version linking between VS and GS.Paul Berry2013-11-231-4/+23
* glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.Paul Berry2013-11-235-1/+60
* mesa: enable GL_TEXTURE_LOD_BIAS set/getTapani Pälli2013-11-231-8/+8
* glx: don't fail out when no configs if we have visualsDave Airlie2013-11-231-1/+1
* mesa/swrast: fix inverted front buffer rendering with old-school swrastDave Airlie2013-11-231-2/+2
* i965: Link -ldl after libmesa.laMatt Turner2013-11-231-1/+1
* st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bugBrian Paul2013-11-231-2/+4
* i965/vec4: Fix broken IR annotation in debug output.Paul Berry2013-11-231-1/+0
* r600g/compute: Fix handling of global buffers in r600_resource_copy_region()Tom Stellard2013-11-231-1/+36
* gallium: Pass version scripts to linker using --version-script=Tom Stellard2013-11-234-4/+4
* clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard2013-11-231-2/+6
* i965/gen7: Emit workaround flush when changing GS enable state.Paul Berry2013-11-237-22/+72
* r600g/sb: work around hw issues with stack on eg/cmVadim Girlin2013-11-235-44/+123
* i965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_READ case.Vinson Lee2013-11-231-0/+2
* radeon/llvm: Free elf_buffer after useAaron Watry2013-11-151-0/+1
* r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry2013-11-151-0/+3
* r600/llvm: initialize radeon_llvm_binaryAaron Watry2013-11-151-0/+1
* svga: mark dest image as defined in svga_surface_copy()Brian Paul2013-11-151-0/+2
* svga: do primitive trimming in translate_indices()Brian Paul2013-11-151-3/+12
* gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry2013-11-151-0/+3
* radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry2013-11-151-0/+1
* radeonsi/compute: Free program and program.kernels on shutdownAaron Watry2013-11-151-1/+15
* radeon/llvm: Free created llvm memory bufferAaron Watry2013-11-151-0/+1
* radeon/llvm: Free libelf resourcesAaron Watry2013-11-151-0/+3
* radeon/llvm: fix spelling errorAaron Watry2013-11-151-1/+1
* clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard2013-11-151-3/+9
* glsl: Rework interface block linking.Paul Berry2013-11-151-20/+251
* i965: Fix vertical alignment for multisampled buffers.Paul Berry2013-11-151-4/+7
* main: Fix MaxUniformComponents for geometry shaders.Paul Berry2013-11-151-1/+1
* mesa: Fix derived vertex state not being updated in glCallList()Fredrik Höglund2013-11-151-6/+16
* dri: Change value param to unsignedIan Romanick2013-11-154-4/+4
* i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiBIan Romanick2013-11-151-3/+7
* i915: Use drm_intel_get_aperture_sizes instead of drmAgpSizeIan Romanick2013-11-151-2/+6
* dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg2013-11-152-46/+11
* wayland: Use __DRIimage based getBuffers implementation when availableKristian Høgsberg2013-11-152-47/+96
* gbm: Add support for __DRIimage based getBuffers when availableKristian Høgsberg2013-11-153-10/+72
* dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira2013-11-152-2/+4
* i965/fs: Try a different pre-scheduling heuristic if the first spills.Eric Anholt2013-11-155-54/+76
* i965/fs: Do instruction pre-scheduling just before register allocation.Eric Anholt2013-11-151-2/+2
* i965/fs: Ignore actual latency pre-reg-alloc.Eric Anholt2013-11-151-21/+29
* i965/fs: Fix message setup for SIMD8 spills.Eric Anholt2013-11-151-1/+1
* i965/fs: Prefer things we know reduce reg pressure when pre-scheduling.Eric Anholt2013-11-151-0/+144
* i965: Fix undefined value usage in ABO setup.Eric Anholt2013-11-151-1/+1
* clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez2013-11-151-1/+2
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-151-6/+6
* meta: enable vertex attributes in the context of the newly created array objectPetr Sebor2013-11-151-2/+3
* mesa: call update_array_format() after error checkingBrian Paul2013-11-151-5/+5