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