summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-11-04r600g: properly unbind a DSA state being deleted in r600_delete_dsa_stateMarek Olšák2-2/+9
2013-11-04radeonsi: implement ARB_vertex_type_2_10_10_10_revMarek Olšák1-0/+7
2013-11-04r600g,radeonsi: properly expose texture buffer formatsMarek Olšák3-9/+24
2013-11-04radeonsi: implement texture buffer objectsMarek Olšák3-54/+137
2013-11-04radeonsi: report our border color behaviorMarek Olšák1-1/+3
2013-11-04radeonsi: bind a dummy constant buffer in place of NULL buffersMarek Olšák3-0/+29
2013-11-04radeonsi: implement uniform buffer objectsMarek Olšák4-31/+41
2013-11-04radeonsi: try to fix IA_MULTI_VGT_PARAM programmingMarek Olšák3-2/+8
2013-11-01freedreno/a3xx/texture: min/max lodRob Clark1-5/+3
2013-11-01freedreno/a3xx: update envytools headersRob Clark4-8/+22
2013-11-01freedreno/a3xx: fix VS out / FS in linkingRob Clark3-7/+47
2013-11-01freedreno/a3xx: allow num_samplers != num_texturesRob Clark2-56/+55
2013-11-01freedreno/a3xx/compiler: highp frag shaderRob Clark4-12/+14
2013-11-01freedreno/a3xx/compiler: relative addressing fixes.Rob Clark1-28/+48
2013-11-01freedreno: we do actually support sqrtRob Clark2-0/+8
2013-10-30radeonsi: Allow longer intrinsic namesKai Wasserbäch1-1/+1
2013-10-30radeon/llvm: Specify the DataLayout when running optimizationsTom Stellard1-0/+4
2013-10-30ilo: Fix out-of-tree build.Johannes Obermayr1-1/+1
2013-10-29freedreno: emulated unsupported primitive typesRob Clark5-25/+74
2013-10-29gallium/auxiliary/indices: add start paramRob Clark2-2/+2
2013-10-29freedreno: update generated headersRob Clark6-125/+238
2013-10-29llvmpipe: fix bogus layer clamping in setupRoland Scheidegger2-8/+25
2013-10-29util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure1-19/+12
2013-10-29svga: reindent drawing codeBrian Paul3-266/+199
2013-10-29r600g/sb: fix value::is_fixed()Vadim Girlin1-2/+2
2013-10-28vl/h264: split fields into SPS/PPSChristian König5-80/+79
2013-10-28radeon/uvd: fix H264 chroma format handlingChristian König1-1/+15
2013-10-28ilo: minor cleanups for recent interface changesChia-I Wu3-156/+9
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin12-0/+12
2013-10-25r600g,radeonsi: use fences provided by the winsysMarek Olšák8-462/+37
2013-10-25winsys/radeon: add the implementation of fences from r300gMarek Olšák2-33/+8
2013-10-25radeonsi: add the vertex shader position output if it's missingMarek Olšák1-0/+13
2013-10-25radeonsi: respect semantic indices for COLOR[i] fragment shader outputsMarek Olšák1-5/+2
2013-10-24freedreno/a3xx/compiler: relative addressingRob Clark1-1/+123
2013-10-24freedreno/a3xx: fix const/rel/const-rel encodingRob Clark4-88/+300
2013-10-24freedreno/a3xx: add blend stateRob Clark2-5/+23
2013-10-24freedreno/resource: fail more gracefullyRob Clark1-1/+13
2013-10-24svga: remove user-space vertex/index buffer codeBrian Paul6-259/+13
2013-10-23freedreno: fix compile errorRob Clark1-1/+1
2013-10-23nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERSBrian Paul1-1/+1
2013-10-23radeonsi: remove unused si_set_cs_sampler_view()Brian Paul1-4/+0
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul21-368/+188
2013-10-23svga: remove unneeded include of u_double_list.hBrian Paul1-2/+0
2013-10-21llvmpipe: enable seamless cube filteringRoland Scheidegger1-1/+1
2013-10-21r300g/compiler: Fix unsigned comparison with less than zeroDavid Heidelberger1-1/+1
2013-10-20r600g/sb: Initialize shader::dce_flags.Vinson Lee1-1/+2
2013-10-17r600g/sb: fix issue with DCE between GVN and GCM (v2)Vadim Girlin4-12/+39
2013-10-16Revert "scons: Fix build when rtti is disabled"José Fonseca1-5/+4
2013-10-16radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3Tom Stellard1-0/+4
2013-10-16r600g/compute Improve debugging outputTom Stellard2-5/+7