summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-26i965: Use __attribute__((flatten)) on fast tiled teximage code.Kenneth Graunke1-2/+8
2013-11-26gbm/dri: hide extension loader symbolsMaarten Lankhorst1-2/+2
2013-11-23i965: Fix streamed state dumping/annotation after the blorp-flush change.Eric Anholt1-1/+0
2013-11-23mesa: Implement GL_FRAMEBUFFER_ATTACHMENT_LAYERED query.Paul Berry1-0/+12
2013-11-23mesa: Fix texture target validation for glFramebufferTexture()Paul Berry1-12/+47
2013-11-23i965: Fix fast clear of depth buffers.Paul Berry1-2/+10
2013-11-23i965: Fix blorp clear of layered framebuffers.Paul Berry1-7/+19
2013-11-23i965: refactor blorp clear code in preparation for layered clears.Paul Berry1-53/+66
2013-11-23mesa: Track number of layers in layered framebuffers.Paul Berry5-6/+21
2013-11-23radeonsi/compute: Fix LDS size calculationTom Stellard1-1/+16
2013-11-23r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard3-1/+17
2013-11-23glsl: Fix interstage uniform interface block link error detection.Paul Berry3-32/+62
2013-11-23glsl: Fix cross-version linking between VS and GS.Paul Berry1-4/+23
2013-11-23glsl: Prohibit illegal mixing of redeclarations inside/outside gl_PerVertex.Paul Berry5-1/+60
2013-11-23mesa: enable GL_TEXTURE_LOD_BIAS set/getTapani Pälli1-8/+8
2013-11-23glx: don't fail out when no configs if we have visualsDave Airlie1-1/+1
2013-11-23mesa/swrast: fix inverted front buffer rendering with old-school swrastDave Airlie1-2/+2
2013-11-23i965: Link -ldl after libmesa.laMatt Turner1-1/+1
2013-11-23st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bugBrian Paul1-2/+4
2013-11-23i965/vec4: Fix broken IR annotation in debug output.Paul Berry1-1/+0
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