summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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 Stellard3-3/+11
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-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šák2-36/+5
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-28r600g: add some members to radeon_llvm_contextVincent Lejeune2-0/+11
2012-09-28r600g: tgsi-to-llvm path is taken after declarations have been parsedVincent Lejeune1-26/+32
2012-09-27r600g: fix EXP on CaymanMarek Olšák1-4/+2
2012-09-27r600g: fix RSQ of negative value on CaymanMarek Olšák1-0/+5
2012-09-27r600g: fix instance divisor on CaymanMarek Olšák1-19/+35
2012-09-27r600g: flush FMASK and CMASK when changing colorbuffers on EvergreenMarek Olšák6-1/+18
2012-09-27r600g: use invalid DB hardware formats to disable depth/stencilMarek Olšák3-2/+23
2012-09-27radeon/llvm: improve select_cc lowering to generate CND* more oftenVincent Lejeune4-41/+103
2012-09-26radeonsi: fix truncated register define.Alex Deucher1-3/+3
2012-09-26radeonsi: move draw cmds to si_commands.cChristian Koenig3-14/+35
2012-09-26radeonsi: start seperating commands into si_commands.cChristian Koenig3-4/+10
2012-09-26radeonsi: get rid of evergreen_hw_context.cChristian Koenig3-50/+3