summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-23svga: add comments, etc to svga_tgsi_insn.c codeBrian Paul1-31/+163
2014-01-23svga: assorted cleanups in shader codeBrian Paul1-1/+0
2014-01-23svga: rename shader_result -> variantBrian Paul8-142/+158
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2014-01-21svga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul4-8/+47
2014-01-21svga: rename color output variablesBrian Paul3-9/+10
2014-01-21svga: fix clearing for null color buffersBrian Paul1-3/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-17svga: fix crash when clearing null color bufferBrian Paul1-3/+7
2014-01-17gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger1-1/+1
2013-12-13svga: don't emit extraneous fs shadow codeBrian Paul1-3/+38
2013-12-11svga: expose HW smooth/stipple/wide linesBrian Paul7-14/+99
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+1
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-0/+2
2013-11-21svga: remove special-case code for texkil w componentBrian Paul1-23/+6
2013-11-19svga: improve check for 3D compressed texturesBrian Paul1-5/+7
2013-11-18svga: we don't supported 3D compressed texturesBrian Paul1-0/+6
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-7/+2
2013-11-16gallium/drivers: enable automake subdir-objectsEmil Velikov1-0/+2
2013-11-15svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul1-12/+2
2013-11-15svga: print warning for unsupported indirect dest reg indexingBrian Paul1-0/+4
2013-11-15svga: mark dest image as defined in svga_surface_copy()Brian Paul1-0/+2
2013-11-15svga: do primitive trimming in translate_indices()Brian Paul1-3/+12