summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-255-57/+13
* r600g/compute: Removed unused and untested codeTom Stellard2013-04-255-776/+66
* r600g/compute: Use a constant buffer to store kernel parameters v2Tom Stellard2013-04-252-16/+30
* r600g: Add evergreen_emit_cs_constant_buffers() v2Tom Stellard2013-04-253-11/+36
* r600g/compute: Don't use radeon_winsys::buffer_wait() after dispatching a kernelTom Stellard2013-04-251-6/+0
* r600g/compute: Fix input buffer size calculationTom Stellard2013-04-251-1/+1
* r600g: use CP DMA for buffer clears on evergreen+Alex Deucher2013-04-244-2/+119
* r600g/llvm: Pass struct r600_bytecode to r600_llvm_compileTom Stellard2013-04-243-8/+7
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-232-3/+3
* r600g: initialize CMASK and HTILE with the GPU using streamoutMarek Olšák2013-04-234-7/+80
* r600/llvm: Read stacksize from config headerVincent Lejeune2013-04-233-2/+4
* /bin/bash: q : commande introuvableVincent Lejeune2013-04-231-1/+1
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+3
* r600g: Fix build with --enable-openclTom Stellard2013-04-181-1/+2
* r600g/llvm: Use gprcount from llvmVincent Lejeune2013-04-173-1/+4
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-8/+15
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-3/+6
* r600/uvd: cleanup disabling tiling on pre EG asicsChristian König2013-04-161-5/+6
* r600g: Workaround for a harware bug with nested loops on CaymanMartin Andersson2013-04-161-3/+15
* r600g: implement pipeline statistics queryMarek Olšák2013-04-164-1/+100
* winsys/radeon: use query_value for timestamp, remove query_timestampMarek Olšák2013-04-161-1/+1
* r600g: add a debug flag for printing virtual addresses of resourcesMarek Olšák2013-04-164-0/+17
* r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák2013-04-163-0/+11
* radeon/llvm: Use a struct for storing compiled codeTom Stellard2013-04-151-2/+6
* r600g: add get_sample_position support (v3)Dave Airlie2013-04-112-122/+240
* r600g: fix two issues in compressed msaa reading codeDave Airlie2013-04-111-2/+2
* radeon/uvd: add UVD implementation v5Christian König2013-04-115-6/+212
* r600g: Add support for GL_ARB_texture_buffer_rangeFredrik Höglund2013-04-113-5/+11
* r600g: fix valgrind warning on CaymanMarek Olšák2013-04-101-1/+1
* r600g: Fix UMAD on CaymanMartin Andersson2013-04-091-13/+32
* r600g/llvm: Add support for native isa for pre EGVincent Lejeune2013-04-081-1/+5
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-054-69/+72
* r600g/llvm: Workaround for wrong tex.offset_*Vincent Lejeune2013-04-041-0/+3
* r600g/llvm: Do not override llvm provided stack_sizeVincent Lejeune2013-04-031-1/+2
* r600g/llvm: Do not change cf_alu inst when adding alusVincent Lejeune2013-04-031-7/+2
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* r600g: don't reserve more stack space than required v5Vadim Girlin2013-04-023-56/+142
* r600g: fix range handling for tgsi input declarations v2Vadim Girlin2013-04-021-3/+7
* radeon/llvm: move system value fetching to common codeChristian König2013-04-021-12/+0
* r600g/llvm: Use stack_size provided from llvm.Vincent Lejeune2013-04-011-0/+1
* r600g/llvm: uses function attribute to pass shader typeVincent Lejeune2013-04-011-0/+1
* r600g/llvm: Add support for cf_alu native encodeVincent Lejeune2013-04-013-1/+16
* r600g/llvm: use native encode for texVincent Lejeune2013-03-311-23/+27
* r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák2013-03-263-0/+21
* r600g: add a driver query returning the number of draw_vbo callsMarek Olšák2013-03-264-5/+65
* r600g: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r600g: Use virtual address for PIPE_QUERY_SO* in r600_emit_query_endMartin Andersson2013-03-251-2/+3
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+1
* r600g: Honour legacy debugging environment variablesMichel Dänzer2013-03-221-0/+10
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+2