summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600g/compute: solve a bug introduced by 2e01b8b440c1402c88a2755d89f40292e1f3...Bruno Jiménez2014-06-121-1/+1
* r600g/compute: Use %u as the unsigned formatBruno Jiménez2014-06-101-1/+1
* r600g/compute: align items correctlyBruno Jiménez2014-06-101-4/+5
* r600g/compute: Cleanup of compute_memory_pool.hBruno Jiménez2014-06-101-15/+0
* r600g/compute: Tidy a bit compute_memory_finalize_pendingBruno Jiménez2014-06-101-12/+7
* r600g/compute: Add more NULL checksBruno Jiménez2014-06-102-8/+28
* r600g/compute: Adding checks for NULL after CALLOCBruno Jiménez2014-06-101-0/+8
* r600g/compute: Fixing a typo and some indentationBruno Jiménez2014-06-101-2/+2
* r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2014-06-031-1/+2
* r600g: BlitFramebuffer should follow render conditionMarek Olšák2014-06-031-5/+6
* radeon: add basic register setup for per-sample shadingMarek Olšák2014-06-021-4/+2
* radeon: split cayman_emit_msaa_state into 2 functionsMarek Olšák2014-06-021-1/+2
* r600g: use TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-029-9/+72
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* r600g: remove assert on draw with count == 0Christoph Bumiller2014-06-021-1/+0
* r600g: HW bug workaround for TGSI_OPCODE_BREAKCChristoph Bumiller2014-06-023-4/+22
* r600g: implement TGSI_OPCODE_BREAKCChristoph Bumiller2014-06-021-1/+24
* r600g: support all channels of TGSI_FILE_ADDRESSChristoph Bumiller2014-06-021-28/+58
* r600g: check for PIPE_BIND_BLENDABLE in is_format_supportedChristoph Bumiller2014-06-022-0/+18
* gallium/radeon: link in libradeon.la at target levelEmil Velikov2014-05-151-2/+0
* gallium/radeon: build only a single common library libradeonEmil Velikov2014-05-151-2/+0
* radeonsi: Fix anisotropic filtering state setupMichel Dänzer2014-05-141-9/+0
* r600g: simplify framebuffer state size computationMarek Olšák2014-05-101-26/+4
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-1/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISCMarek Olšák2014-04-255-7/+27
* r600g: fix for an MSAA hang on RV770Marek Olšák2014-04-253-1/+12
* r600g: fix for broken CULL_FRONT behavior on R6xxMarek Olšák2014-04-254-61/+64
* r600g: fix buffer copying on R600-R700Marek Olšák2014-04-251-0/+6
* r600g: fix flushing on RV670, RS780, RS880 againMarek Olšák2014-04-251-0/+9
* r600g: fix edge flags and layered rendering on R600-R700Marek Olšák2014-04-251-2/+4
* r600g,radeonsi: don't skip the context flush if a fence should be returnedMarek Olšák2014-04-181-1/+1
* r600g: Disable LLVM by default at runtime for graphicsMichel Dänzer2014-04-173-5/+5
* r600g,radeonsi: share some of gfx flush codeMarek Olšák2014-04-161-41/+3
* r600g,radeonsi: share r600_flush_from_stMarek Olšák2014-04-161-17/+0
* r600g: merge r600_flush with r600_context_flushMarek Olšák2014-04-163-45/+33
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-165-18/+20
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-161-6/+5
* r600g: remove redundant r600_flush_from_winsysMarek Olšák2014-04-161-8/+1
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+2
* winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák2014-04-101-1/+1
* r600g: Don't leak bytecode on shader compile failureMichel Dänzer2014-04-101-7/+12
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-0/+3
* r600g: use more appropriate names for async DMA functionsMarek Olšák2014-03-205-32/+32
* r600g: deobfuscate async DMA codeMarek Olšák2014-03-206-31/+35
* r600g: don't flush the gfx IB explicitly before doing DMAMarek Olšák2014-03-204-11/+0
* radeon: Move r600_need_dma_space to common codeNiels Ole Salscheider2014-03-205-15/+4
* radeon: Move DMA ring creation to common codeNiels Ole Salscheider2014-03-142-31/+0
* r600g: compute memory pool size is given in dwNiels Ole Salscheider2014-03-111-2/+2