summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-07-21radeonsi/compute: Add support scratch buffer support v2Tom Stellard3-2/+85
2014-07-21radeonsi/compute: Bump number of user sgprs for LLVM 3.5Tom Stellard1-1/+6
2014-07-21radeonsi/compute: Share COMPUTE_DBG macro with r600gTom Stellard3-13/+10
2014-07-21radeonsi: Read rodata from ELF and append it to the end of shadersTom Stellard3-1/+22
2014-07-18radeonsi: only update vertex buffers when they need updatingMarek Olšák3-2/+22
2014-07-18radeonsi: remove nr_vertex_buffersMarek Olšák3-6/+23
2014-07-18radeonsi: move vertex buffer descriptors from IB to memoryMarek Olšák7-106/+133
2014-07-18radeonsi: add support for fine-grained sampler view updatesMarek Olšák3-30/+21
2014-07-18radeonsi: move si_set_sampler_views to si_descriptors.cMarek Olšák3-73/+68
2014-07-18radeonsi: move sampler descriptors from IB to memoryMarek Olšák5-82/+82
2014-07-18radeonsi: implement ARB_draw_indirectMarek Olšák5-17/+128
2014-07-18radeonsi: don't add info->start to the index buffer offsetMarek Olšák1-11/+25
2014-07-18radeonsi: use an SGPR instead of VGT_INDX_OFFSETMarek Olšák4-14/+23
2014-07-18radeonsi: assume LLVM 3.4.2 is always presentMarek Olšák6-56/+7
2014-07-18r600g: Implement GL_ARB_texture_gatherGlenn Kennard2-7/+42
2014-07-17nv50: fix build failure on m68k due to invalid struct alignment assumptionsThorsten Glaser1-0/+5
2014-07-16ilo: add some missing formatsChia-I Wu1-21/+22
2014-07-16ilo: update and tailor the surface format tableChia-I Wu1-286/+258
2014-07-15nvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYSChristoph Bumiller1-13/+28
2014-07-15nvc0: add support for indirect drawingChristoph Bumiller8-30/+220
2014-07-15nouveau: check if a fence has already been signalledIlia Mirkin1-0/+3
2014-07-15radeon/llvm: Fix LLVM diagnostic error reportingTom Stellard1-7/+4
2014-07-15ilo: raise texture size limitsChia-I Wu2-17/+9
2014-07-15ilo: move away from drm_intel_bo_alloc_tiledChia-I Wu3-250/+300
2014-07-14radeonsi: partially revert "switch descriptors to i32 vectors"Marek Olšák1-0/+12
2014-07-11radeonsi: rename definitions of shader limitsMarek Olšák7-44/+57
2014-07-11radeonsi: switch descriptors to i32 vectorsMarek Olšák1-13/+16
2014-07-11radeonsi: properly implement texture opcodes that take an offsetMarek Olšák1-84/+104
2014-07-11radeonsi: fix texture fetches with derivatives for 1DArray and 3D texturesMarek Olšák1-4/+30
2014-07-11radeonsi: fix samplerCubeShadow with biasMarek Olšák1-6/+6
2014-07-10softpipe: fix sp_get_dims() for PIPE_BUFFERBrian Paul1-6/+10
2014-07-09nvc0/ir: add support for interpolating with non-default settingsIlia Mirkin3-1/+94
2014-07-09r600g: remove unused base_vector_chan variableIlia Mirkin1-1/+0
2014-07-09nvc0/ir: fix encoding of offset register into interpolation instructionIlia Mirkin1-1/+1
2014-07-09nvc0/ir: account for indirect textures on fermi for txdIlia Mirkin1-0/+3
2014-07-09nvc0/ir: unset s/r indirect sources before moving everythingIlia Mirkin1-9/+10
2014-07-09gallium: switch dedicated centroid field to interpolation locationIlia Mirkin4-7/+7
2014-07-09radeonsi: fix order of r600_need_dma_space and r600_context_bo_relocChristian König1-1/+2
2014-07-08nvc0: allocate more space before a counter is configuredSamuel Pitoiset1-2/+3
2014-07-08nv50/ir: use unordered_set instead of list to keep track of var usesTobias Klausmann4-9/+10
2014-07-08radeonsi: mark MSAA config state as dirty at the beginning of CSMarek Olšák1-0/+1
2014-07-08ilo: fix fence reference countingChia-I Wu1-12/+9
2014-07-08nvc0/ir: fill offset in properly for TXDIlia Mirkin1-13/+43
2014-07-08nvc0/ir: use manual TXD when offsets are involvedIlia Mirkin1-1/+2
2014-07-08nvc0/ir: do quadops on the right texture coordinates for TXDIlia Mirkin1-2/+3
2014-07-08nv50/ir: ignore bias for samplerCubeShadow on nv50Ilia Mirkin1-0/+10
2014-07-08nv50/ir: retrieve shadow compare from first argIlia Mirkin1-1/+1
2014-07-06gallium/radeon: use PRIX64 instead of PRIu64Christian König2-2/+2
2014-07-03nvc0: add a memory barrier when there are persistent UBOsIlia Mirkin5-4/+57
2014-07-03nv50: do an explicit flush on draw when there are persistent buffersIlia Mirkin3-2/+50