summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-09-27radeonsi: properly destroy the GS copy shader and scratch_bo for computeMarek Olšák2-3/+7
2014-09-27radeonsi: release GS rings at context destructionMarek Olšák1-0/+2
2014-09-27nv50/ir: avoid deleting pseudo instructions too earlyIlia Mirkin1-1/+10
2014-09-17nouveau: remove unneeded assertMaarten Lankhorst1-1/+0
2014-09-17nouveau: rework reference frame handlingMaarten Lankhorst3-4/+37
2014-09-17nouveau: fix MPEG4 hw decodingMaarten Lankhorst1-3/+3
2014-09-17nouveau: re-allocate bo's on overflowMaarten Lankhorst4-11/+87
2014-09-09nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2-2/+2
2014-09-09nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller1-9/+7
2014-09-09nv50/ir/util: fix BitSet issuesChristoph Bumiller3-3/+10
2014-09-08r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák1-0/+28
2014-09-02radeonsi: Don't use anonymous struct trick in atom trackingAdam Jackson6-10/+10
2014-09-02nv50: attach the buffer bo to the miptree structuresIlia Mirkin1-8/+5
2014-09-02nv50: mt address may not be the underlying bo's start addressIlia Mirkin3-12/+14
2014-09-02nv50: set the miptree address when clearing bo's in vp2 initIlia Mirkin1-0/+2
2014-09-02nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin1-0/+4
2014-09-02nvc0: don't make 1d staging textures linearIlia Mirkin1-1/+0
2014-09-02nv50: zero out unbound samplersIlia Mirkin1-2/+5
2014-09-02nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin1-8/+28
2014-08-27r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard1-3/+0
2014-08-27radeon: Add work-around for missing Hainan support in clang < 3.6 v2Tom Stellard1-1/+14
2014-08-27radeonsi: save scissor state and sample mask for u_blitterMarek Olšák3-8/+29
2014-08-27r600g: fix constant buffer fetchesMarek Olšák1-0/+1
2014-08-27radeonsi/compute: Call si_pm4_free_state() after emitting compute stateTom Stellard1-1/+1
2014-08-27radeonsi/compute: Update reference counts for buffers in si_set_global_binding()Tom Stellard1-2/+2
2014-08-27radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZETom Stellard1-13/+19
2014-08-25android: gallium/freedreno: add preliminary buildEmil Velikov1-0/+44
2014-08-25automake: gallium/freedreno: drop spurious include dirsEmil Velikov2-4/+2
2014-08-25android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia4-4/+41
2014-08-25android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov1-4/+5
2014-08-11radeonsi: fix CMASK and HTILE allocation on TahitiMarek Olšák2-3/+56
2014-08-11radeonsi: fix a hang with instancing in Unigine Heaven/Valley on HawaiiMarek Olšák1-5/+2
2014-07-31radeonsi: use DRAW_PREAMBLE on CIKMarek Olšák2-5/+10
2014-07-31radeonsi: fix order of r600_need_dma_space and r600_context_bo_relocChristian König1-1/+2
2014-07-31radeonsi: fix build because of lack of draw_indirect infrastructure in 10.2Marek Olšák1-2/+1
2014-07-30r600g,radeonsi: switch all occurences of array_size to util_max_layerMarek Olšák3-6/+10
2014-07-30radeonsi: fix occlusion queries on HawaiiMarek Olšák1-1/+7
2014-07-30winsys/radeon: fix vram_size overflow with HawaiiMarek Olšák1-1/+3
2014-07-30radeonsi: fix a hang with streamout on HawaiiMarek Olšák2-1/+14
2014-07-30radeonsi: fix a hang with instancing on HawaiiMarek Olšák1-1/+15
2014-07-30radeonsi: fix CMASK and HTILE calculations for HawaiiMarek Olšák1-2/+2
2014-07-30r600g: switch SNORM conversion to DX and GLES behaviorMarek Olšák4-7/+0
2014-07-30nvc0: make sure that the local memory allocation is aligned to 0x10Ilia Mirkin1-1/+1
2014-07-30nv50: fix build failure on m68k due to invalid struct alignment assumptionsThorsten Glaser1-0/+5
2014-07-17radeonsi: add support for TXB2Marek Olšák1-0/+3
2014-07-14radeonsi: fix samplerCubeShadow with biasMarek Olšák1-3/+3
2014-07-10nvc0/ir: use manual TXD when offsets are involvedIlia Mirkin1-1/+2
2014-07-10nvc0/ir: do quadops on the right texture coordinates for TXDIlia Mirkin1-2/+3
2014-07-10nv50/ir: ignore bias for samplerCubeShadow on nv50Ilia Mirkin1-0/+10
2014-07-10nv50/ir: retrieve shadow compare from first argIlia Mirkin1-1/+1