summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50
AgeCommit message (Expand)Author
2010-06-09nv: fix compile after the latest gs changesZack Rusin
2010-06-09nv50: fix typo from gallium-msaa mergeBen Skeggs
2010-06-09nv50: use MARK_RING correctlyBen Skeggs
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-03nv50: Remove unnecessary header.Vinson Lee
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-05-29nv50: adapt to clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-20nv50: fixed other void pointer arithmetic errorsXavier Chantry
2010-05-20nv50: fix too long shader uploads by splitting themXavier Chantry
2010-05-20nv50: fill in shader limitsChristoph Bumiller
2010-05-19nv50: fix typo: s/_/./Brian Paul
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-17nouveau: adapt to interface changesRoland Scheidegger
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry
2010-04-30nv50: raise constant buffers size to maximumChristoph Bumiller
2010-04-30nv50: relax restriction on surface_copy format equality a bitChristoph Bumiller
2010-04-30nv50: don't segfault on OPCODE_END for empty programsChristoph Bumiller
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-04-24nv50: Add to SCons build.Vinson Lee
2010-04-20nv50: make a working check for user memory vertex/index buffersChristoph Bumiller
2010-04-20nv50: fix FP result counting for depth outputChristoph Bumiller
2010-04-20nv50: support vertex index biasChristoph Bumiller
2010-04-20nv50: move declaration before codeBrian Paul
2010-04-20nv50: fixed void pointer arithment warningBrian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20nv50: add missing idxbias param to nv50_push_elements_instanced()Brian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19nv50: Adapt for index bias interface change.José Fonseca
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-19nv50: Fix include recursion.Vinson Lee
2010-04-17nv50: Initialize variables.Vinson Lee
2010-04-17nv50: Remove unused variable.Vinson Lee
2010-04-17nv50: Remove redundant assignment.Vinson Lee
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri
2010-04-12nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri
2010-04-11nv50: fix texture relocsChristoph Bumiller
2010-04-10nv50: plug in miptree resource vtblChristoph Bumiller
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs
2010-04-07nouveau: allow multiple simultaneous maps of a pipe_transferBen Skeggs
2010-04-07nv50: fix assertion that caused piglit texturing/texrect-many to failBen Skeggs
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri
2010-04-02nv50: call util_format_initLuca Barbieri