summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv50: initialize kick_notify callback in nv50_createBryan Cain2013-05-071-0/+1
* ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.Vinson Lee2013-05-071-0/+1
* r600g/sb: optimize some cases for CNDxx instructionsVadim Girlin2013-05-072-5/+81
* r600g/sb: fix memory leaksVadim Girlin2013-05-072-1/+7
* r600g/sb: fix kcache handling on r6xxVadim Girlin2013-05-071-1/+5
* r600g/llvm: Parse config values in register / value pairsTom Stellard2013-05-062-4/+31
* r600g/llvm: Don't feed LLVM output through r600_bytecode_build()Tom Stellard2013-05-064-395/+21
* r600g/llvm: Don't emit CALL_FS for vertex shadersTom Stellard2013-05-062-8/+10
* radeon/llvm: Always build libradeonllvm as staticTom Stellard2013-05-063-17/+10
* radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2Tom Stellard2013-05-065-203/+173
* gallivm: Move LLVMStartMultithreaded() static initializer into gallivmTom Stellard2013-05-061-14/+0
* radeon/llvm: Don't use the global context when parsing LLVM IRTom Stellard2013-05-061-2/+3
* r600g/llvm: Update radeon family mappings for LLVM backendTom Stellard2013-05-062-4/+8
* android: add ilo to the build systemChia-I Wu2013-05-061-0/+39
* ilo: correctly set return types of sampler messagesChia-I Wu2013-05-052-0/+3
* r600g/llvm: Undefines unrequired texture coord valuesVincent Lejeune2013-05-041-1/+28
* nvc0: fixup video decoding with 2D_ARRAYMaarten Lankhorst2013-05-042-5/+4
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-0419-20/+20
* llvmpipe: get rid of depth swizzling.Roland Scheidegger2013-05-037-273/+414
* r600g: Correctly initialize the shader key, v2Lauri Kasanen2013-05-031-1/+2
* scons: remove nouveau buildAndreas Boll2013-05-034-43/+0
* scons: remove radeon buildAndreas Boll2013-05-033-59/+0
* r600g: don't emit surface_sync after FLUSH_AND_INV_EVENTAlex Deucher2013-05-031-26/+0
* r600g/sb: zero-initialize bytecode structsVadim Girlin2013-05-032-3/+6
* r600g/sb: fix constant propagation in gvn passVadim Girlin2013-05-031-1/+2
* r600g/sb: don't run unnecessary passesVadim Girlin2013-05-031-3/+0
* r600g/sb: silence warnings with gcc 4.8Vadim Girlin2013-05-032-14/+15
* r600g/sb: fix handling of interference sets in post_schedulerVadim Girlin2013-05-032-8/+8
* r600g/sb: fix allocation of indirectly addressed input arraysVadim Girlin2013-05-034-10/+25
* r600g/sb: use hex instead of binary constantsVadim Girlin2013-05-035-15/+15
* r600g: use old shader disassembler by defaultVadim Girlin2013-05-034-19/+18
* radeon/uvd: enable interlaced buffers by defaultChristian König2013-05-032-5/+5
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-032-6/+6
* vl/buffers: fix typo in function nameChristian König2013-05-032-6/+6
* radeon/uvd: fix some MPEG4 artifactsChristian König2013-05-031-7/+17
* ilo: use u_reduced_prims_for_vertices()Chia-I Wu2013-05-031-68/+1
* 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
* radeon: Fix build with LLVM 3.3Armin K2013-05-021-1/+1
* r600/sb: Fix build failure with non-standard libdrm installation prefixLauri Kasanen2013-05-021-0/+1
* radeon/uvd: Fix build failure with non-standard libdrm installation prefixLauri Kasanen2013-05-021-1/+1
* radeon/uvd: fix quant scan order for mpeg2Christian König2013-05-011-2/+6
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-012-14/+14
* ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERSChia-I Wu2013-05-011-0/+2
* ilo: enable SO support on GEN7Chia-I Wu2013-05-011-3/+4
* ilo: reset SO write offsets for new SO targetsChia-I Wu2013-05-011-6/+15
* ilo: correctly program SO states for GEN7Chia-I Wu2013-05-011-7/+46
* ilo: implement GEN7 SO GPE functionsChia-I Wu2013-05-013-40/+150
* ilo: add gen6_pipeline_update_max_svbi()Chia-I Wu2013-05-012-13/+35
* ilo: expose register indices of OUTs in ilo_shaderChia-I Wu2013-05-014-4/+30