summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-06nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2-0/+12
2013-12-06nouveau: avoid leaking fences while waitingIlia Mirkin1-6/+5
2013-12-06nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2-3/+3
2013-12-06mesa: don't leak performance monitors on context destroyIlia Mirkin3-0/+23
2013-12-06i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)Chad Versace1-24/+11
2013-12-06i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTsChad Versace1-6/+12
2013-12-06i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.Paul Berry1-0/+15
2013-12-06st/xa: Bump major version number to 2Thomas Hellstrom1-1/+1
2013-11-28i965: Always reserve binding table space for at least one render target.Kenneth Graunke1-1/+4
2013-11-28dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribsIan Romanick1-2/+4
2013-11-28i965: Only enable __DRI2_ROBUSTNESS if kernel support is availableIan Romanick3-19/+40
2013-11-26glsl: Initialize _mesa_glsl_parse_state::atomic_counter_offsets before using it.Francisco Jerez1-0/+2
2013-11-26glsl: Fix lowering of direct assignment in lower_clip_distance.Paul Berry1-0/+5
2013-11-26i965/gs: Set GS prog_data to NULL if there is no GS program.Paul Berry1-0/+7
2013-11-26i965/gs: Properly skip GS binding table upload when no GS active.Paul Berry1-1/+1
2013-11-26radeon/compute: Unconditionally inline all functions v2Tom Stellard1-2/+20
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