summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-02-23freedreno/a3xx/compiler: half-precision outputRob Clark6-10/+130
2014-02-23freedreno/a3xx: add shader variantsRob Clark10-196/+283
2014-02-23freedreno/a3xx/compiler: collapse nop's with repeatRob Clark2-0/+15
2014-02-23freedreno/a3xx: drop hand-coded blit/solid shadersRob Clark10-287/+181
2014-02-23freedreno/lowering: cleanup apiRob Clark5-24/+138
2014-02-23freedreno/a3xx: add float 16 and 32bit formatsRob Clark1-0/+22
2014-02-23freedreno: resync generated headersRob Clark4-4/+20
2014-02-22nv50: make sure to clear _all_ layers of all attachmentsIlia Mirkin3-3/+21
2014-02-22ilo: fix and enable fast depth clearChia-I Wu2-9/+38
2014-02-22ilo: add slice clear valueChia-I Wu5-7/+78
2014-02-22ilo: better readability and doc for texture flagsChia-I Wu3-36/+58
2014-02-22ilo: fix for stencil only rectlist opsChia-I Wu2-2/+8
2014-02-22ilo: fix a false assertion failure on GEN6Chia-I Wu1-4/+12
2014-02-22ilo: pipe_texture::usage is not a bitfieldChia-I Wu1-1/+1
2014-02-22ilo: set ILO_TEXTURE_CPU_WRITE for imported texturesChia-I Wu1-3/+10
2014-02-22nv50/ir/ra: fix SpillCodeInserter::offsetSlot usageChristoph Bumiller1-7/+7
2014-02-19freedreno: tweak ringbuffer sizes/countRob Clark2-2/+2
2014-02-19freedreno/a3xx/compiler: scheduling/legalize fixesRob Clark3-2/+30
2014-02-18r600g,radeonsi: Consolidate logic for short-circuiting flushesMichel Dänzer6-6/+8
2014-02-16freedreno/a3xx/compiler: use (ss) for WAR hazardsRob Clark1-2/+19
2014-02-16freedreno/a3xx/compiler: fix RA typoRob Clark2-4/+4
2014-02-16freedreno/a3xx/compiler: handle kill properly (new compiler)Rob Clark4-26/+105
2014-02-16freedreno/a3xx/compiler: trans_cmp() sanityRob Clark1-51/+35
2014-02-16freedreno: fix problems if no color buf boundRob Clark2-2/+7
2014-02-14svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom2-2/+15
2014-02-14svga: update texture code for GBSBrian Paul2-64/+326
2014-02-14svga: update buffer code for GBSBrian Paul2-42/+224
2014-02-14svga: add new helper functions for GBS buffersBrian Paul1-0/+76
2014-02-14svga: remove a couple unneeded assertionsBrian Paul2-2/+0
2014-02-14svga: adjust adjustment for point coordinatesBrian Paul1-1/+4
2014-02-14svga: track which textures are rendered toBrian Paul2-18/+38
2014-02-14svga: add helpers for tracking rendering to texturesBrian Paul2-0/+68
2014-02-14svga: update shader code for GBSBrian Paul8-20/+142
2014-02-14svga: update constant buffer code for GBSBrian Paul5-69/+175
2014-02-14svga: add svga_have_gb_objects/dma() functionsBrian Paul1-0/+14
2014-02-14svga: add new GBS commandsBrian Paul2-5/+637
2014-02-14svga: update svga_winsys interface for GBSBrian Paul5-13/+140
2014-02-14svga: update dumping code with new GBS commands, etcBrian Paul1-44/+268
2014-02-14svga: split / update svga3d header filesBrian Paul17-1976/+4808
2014-02-13radeon: reverse DBG_NO_HYPERZ logicAlex Deucher4-5/+5
2014-02-13radeon/vce: initial VCE support v8Christian König6-1/+768
2014-02-13nv50: mark scissors/viewports dirty on context switchIlia Mirkin1-0/+2
2014-02-13gallium/vl: remove remaining softpipe video functionsChristian König2-36/+0
2014-02-12nv50: implement multiple viewports/scissors, enable ARB_viewport_arrayIlia Mirkin9-53/+135
2014-02-12svga: replace out-of-temps assertion with debug warningBrian Paul1-2/+4
2014-02-12nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst5-0/+19
2014-02-11nv30,nvc0: only claim a single viewportIlia Mirkin2-0/+4
2014-02-11vl: add H264 encoding interfaceChristian König1-2/+3
2014-02-11r600g: add support for multiple viewports.Dave Airlie9-40/+98
2014-02-10nouveau/video: make sure that firmware is present when checking capsIlia Mirkin3-4/+147