summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-1/+1
2014-04-21svga: move draw debug code into separate functionBrian Paul1-123/+135
2014-04-17svga: fix comment for emit_adjusted_vertex_attribs()Brian Paul1-3/+3
2014-04-17svga: compute need_swvfetch in svga_create_vertex_elements_state()Brian Paul3-13/+9
2014-04-17svga: add VS code to set attribute W component to 1Brian Paul5-46/+100
2014-04-17svga: implement support for signed byte vertex attributesBrian Paul6-14/+151
2014-04-17svga: move translated vertex declaration types into svga_velems_stateBrian Paul4-40/+45
2014-04-17Revert "svga: add work-around for Sauerbraten Z fighting issue"Brian Paul3-49/+2
2014-04-17svga: use new inst_token_setp() helper functionBrian Paul2-12/+26
2014-04-17svga: use new inst_token_predicated() helper functionBrian Paul2-13/+25
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-09svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()Brian Paul1-2/+2
2014-04-08svga: replace sampler assertion with conditionalBrian Paul2-5/+33
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-03svga: remove no-op checks in sampler, sampler_view functionsBrian Paul1-15/+0
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-0/+1
2014-03-26svga: add work-around for Sauerbraten Z fighting issueBrian Paul3-2/+49
2014-03-26svga: null out query's hwbuf pointer after destroyingBrian Paul1-0/+1
2014-03-26svga: add some debug_printf() calls in the query object codeBrian Paul1-2/+6
2014-03-26svga: fix a comment (sampler vs. sampler_view)Brian Paul1-1/+1
2014-02-25gallium: the other drivers don't support ARB_buffer_storageMarek Olšák1-0/+1
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
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-12svga: replace out-of-temps assertion with debug warningBrian Paul1-2/+4
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+2
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák2-2/+2
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-02-03svga: check shader size against max command buffer sizeBrian Paul2-12/+49
2014-02-03svga: refactor some shader codeBrian Paul11-76/+171
2014-01-29svga: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi1-1/+2
2014-01-24svga: rename "tex_usage" to "bindings", add commentsBrian Paul1-7/+11
2014-01-23svga: fix PS output register setup regressionBrian Paul2-3/+5
2014-01-23svga: minor code movement in svga_tgsi_insn.cBrian Paul1-47/+47
2014-01-23svga: whitespace, formatting fixes in svga_state_framebuffer.cBrian Paul1-31/+26
2014-01-23svga: simplify common immediate value constructionBrian Paul2-91/+115