summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-07-23r600g/compute: Add a function for defragmenting the poolBruno Jiménez2-0/+28
2014-07-23r600g/compute: Add a function for moving items in the poolBruno Jiménez2-0/+93
2014-07-23freedreno/a3xx: more vtx formatsRob Clark1-0/+17
2014-07-23freedreno/a3xx/compiler: const file relative addressingRob Clark8-68/+203
2014-07-23freedreno/a3xx/compiler: move functionRob Clark1-35/+35
2014-07-23freedreno/a3xx: add back a few stallsRob Clark1-0/+8
2014-07-23targets/dri: fix freedreno targetsRob Clark2-3/+11
2014-07-23freedreno: update generated headersRob Clark4-14/+14
2014-07-23r600g/radeonsi: Use write-combined CPU mappings of some BOs in GTTMichel Dänzer17-26/+77
2014-07-23winsys/radeon: Use separate caching buffer managers for VRAM and GTTMichel Dänzer3-9/+20
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-21winsys/radeon: Query the kernel for the number of SEs and SHs per SETom Stellard2-0/+8
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-18st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák3-0/+4
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-17clover: Call end_query before getting timestamp result v2Tom Stellard1-0/+1
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-15util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.José Fonseca1-2/+2
2014-07-15ilo: raise texture size limitsChia-I Wu2-17/+9
2014-07-15ilo: move away from drm_intel_bo_alloc_tiledChia-I Wu5-304/+359
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-10gallium/docs: minor clarification for TXQ instructionBrian Paul1-0/+4
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-09gallium: add INTERP_* opcodes to support interpolateAt*Ilia Mirkin3-1/+32
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