summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
...
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-031-3/+3
* vl/buffers: fix typo in function nameChristian König2013-05-031-3/+3
* r600g: Don't set the dest cache bits on surface sync for R600_CONTEXT_FLUSH_A...Tom Stellard2013-05-021-15/+13
* r600g/compute: Fix build error in debug codeTom Stellard2013-05-021-1/+1
* r600/sb: Fix build failure with non-standard libdrm installation prefixLauri Kasanen2013-05-021-0/+1
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-011-7/+7
* r600g/sb: remove unused codeVadim Girlin2013-04-302-34/+0
* r600g/sb: collect shader statisticsVadim Girlin2013-04-305-8/+162
* r600g/sb: don't propagate dead values in GVN passVadim Girlin2013-04-301-0/+3
* r600g/sb: use simple heuristic to limit register pressureVadim Girlin2013-04-302-3/+33
* r600g/sb: improve error checking in ra_coalesce passVadim Girlin2013-04-302-14/+27
* r600g/sb: use source bytecode in case of optimization errorsVadim Girlin2013-04-305-11/+25
* r600g: plug in optimizing backendVadim Girlin2013-04-308-3/+155
* r600g/sb: initial commit of the optimizing shader backendVadim Girlin2013-04-3035-0/+17498
* r600g: use enum type for domains field in struct r600_resourceVadim Girlin2013-04-301-1/+1
* r600g: add new flags to isa instruction tablesVadim Girlin2013-04-301-116/+127
* r600g: always create reverse lookup isa tablesVadim Girlin2013-04-301-10/+2
* r600g: mask unused source components for SAMPLEVadim Girlin2013-04-301-0/+20
* r600g/llvm: Fix opencl buildVincent Lejeune2013-04-301-1/+1
* r600g/llvm: get use_kill from compiler shaderVincent Lejeune2013-04-303-1/+8
* r600g: force full cache for hyperzJerome Glisse2013-04-292-0/+2
* r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2Christian König2013-04-263-1/+18
* radeon/uvd: stop using anonymous unionsChristian König2013-04-261-2/+2
* 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