summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-01build: Set PTHREAD_LIBS for pkgconfig files if emptyMatt Turner1-0/+4
2012-10-01llvmpipe: Fix build with LLVM 2.8Tom Stellard1-1/+1
2012-10-01configure.ac: Use amdgpu component for LLVM 3.2Tom Stellard1-4/+2
2012-10-01radeon/llvm: Only initialize the AMDGPU targetTom Stellard1-7/+1
2012-10-01radeon: Fix build with LLVM 3.1Tom Stellard1-0/+1
2012-10-01radeon: Support LLVM 3.2Tom Stellard4-9/+31
2012-10-01r600g: Re-enable growing of the compute memory poolTom Stellard2-18/+4
2012-10-01r600g: Fix bug when adding new items to the compute memory poolTom Stellard1-6/+23
2012-10-01r600g: Use a RAT buffer as the backing bo for the compute memory poolTom Stellard2-34/+6
2012-10-01r600g: Make sure to init the compute memory pool with enough memoryTom Stellard1-1/+1
2012-10-01r600g: Add evergreen_init_color_surface_rat() v2Tom Stellard2-0/+59
2012-10-01r600g: Add register field definitions for 028C70_RESOURCE_TYPETom Stellard1-0/+7
2012-10-01intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden8-5/+39
2012-10-01radeonsi: emit PA_SU_PRIM_FILTER_CNTLAlex Deucher1-0/+2
2012-10-01radeonsi: remove some old r600g cruftAlex Deucher1-28/+0
2012-10-01radeonsi: fix range checking for state regsAlex Deucher1-3/+4
2012-10-01radeonsi: drop some cayman remnantsAlex Deucher4-24/+4
2012-10-01radeonsi: define SGPR register numbersChristian König6-25/+28
2012-09-30nvc0: make sure handles for unbound textures/samplers are uploaded on nve4Christoph Bumiller2-2/+8
2012-09-30nv50,nvc0: fix 3d engine blit for nvc0Christoph Bumiller2-4/+9
2012-09-30nv50,nvc0: implement blitChristoph Bumiller16-715/+1398
2012-09-30gallium: remove resource_resolveMarek Olšák12-207/+12
2012-09-30st/mesa: implement decompress_with_blit using gallium blitMarek Olšák3-83/+28
2012-09-30st/mesa: implement BlitFramebuffer using gallium blitMarek Olšák2-181/+149
2012-09-30svga: implement blitMarek Olšák4-0/+78
2012-09-30softpipe: implement blitMarek Olšák3-0/+69
2012-09-30radeonsi: implement blitMarek Olšák1-0/+28
2012-09-30r600g: implement blitMarek Olšák5-23/+140
2012-09-30r300g: implement blitMarek Olšák1-0/+40
2012-09-30nv30: implement blitMarek Olšák6-0/+80
2012-09-30nv30: use util_format_is_supportedMarek Olšák1-10/+3
2012-09-30llvmpipe: implement blitMarek Olšák4-0/+80
2012-09-30i915g: implement blitMarek Olšák2-23/+61
2012-09-30gallium: implement blit in driver wrappersMarek Olšák6-6/+136
2012-09-30gallium: add helpers for dumping pipe_box and pipe_blit_infoMarek Olšák2-0/+79
2012-09-30gallium/u_blitter: add helper for blitting via resource_copy_regionMarek Olšák2-0/+152
2012-09-30gallium/u_blitter: add gallium blit implementationMarek Olšák10-156/+258
2012-09-30gallium/u_blitter: add ability to disable and restore the render conditionMarek Olšák4-14/+53
2012-09-30gallium/u_blitter: facilitate co-existence with the Draw moduleMarek Olšák2-59/+111
2012-09-30gallium/u_blitter: check PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák1-0/+8
2012-09-30gallium: add blit into the interfaceMarek Olšák3-0/+37
2012-09-30gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák11-1/+12
2012-09-30softpipe: fix set_framebuffer_state with uninitialized surfaces past nr_cbufs-1Marek Olšák1-3/+5
2012-09-29scons: Use full path of texture_builtins.py.Vinson Lee1-1/+1
2012-09-29mesa: add fall-through comment, just to be clearBrian Paul1-0/+1
2012-09-29mesa: remove useless GLenum castsBrian Paul1-2/+2
2012-09-29mesa: add const qualifier in check_for_ending() to silence warningBrian Paul1-1/+1
2012-09-29i965: Complain about variable index lowering when INTEL_DEBUG=perf.Kenneth Graunke1-2/+8
2012-09-29i965: Dump linked shaders on MESA_GLSL=dump.Kenneth Graunke1-0/+9
2012-09-29glsl: Rename variable_entry2 back to variable_entry in struct splitting.Kenneth Graunke1-21/+17