aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-213-10/+39
|\
| * nv50: fix typo: s/_/./Brian Paul2010-05-191-1/+1
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+7
| * nouveau: adapt to interface changesRoland Scheidegger2010-05-172-10/+32
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-211-55/+27
|\ \
| * | gallium: more work on ccw flag removalKeith Whitwell2010-05-141-1/+1
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-55/+27
* | | nv50: fixed other void pointer arithmetic errorsXavier Chantry2010-05-201-5/+6
* | | nv50: fix too long shader uploads by splitting themXavier Chantry2010-05-202-8/+19
* | | nv50: fill in shader limitsChristoph Bumiller2010-05-201-0/+28
* | | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
|/ /
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
* | nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry2010-05-051-4/+12
|/
* nv50: raise constant buffers size to maximumChristoph Bumiller2010-04-303-15/+10
* nv50: relax restriction on surface_copy format equality a bitChristoph Bumiller2010-04-301-1/+27
* nv50: don't segfault on OPCODE_END for empty programsChristoph Bumiller2010-04-301-5/+6
* nv50: Add to SCons build.Vinson Lee2010-04-241-0/+26
* nv50: make a working check for user memory vertex/index buffersChristoph Bumiller2010-04-202-2/+10
* nv50: fix FP result counting for depth outputChristoph Bumiller2010-04-201-1/+1
* nv50: support vertex index biasChristoph Bumiller2010-04-202-7/+41
* nv50: move declaration before codeBrian Paul2010-04-201-1/+1
* nv50: fixed void pointer arithment warningBrian Paul2010-04-201-1/+1
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-2/+2
* nv50: add missing idxbias param to nv50_push_elements_instanced()Brian Paul2010-04-202-4/+5
* Merge branch 'gallium-index-bias'José Fonseca2010-04-203-6/+11
|\
| * nv50: Adapt for index bias interface change.José Fonseca2010-04-193-6/+11
* | Merge branch '7.8'Brian Paul2010-04-191-1/+1
|\ \
| * | gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+1
* | | nv50: Fix include recursion.Vinson Lee2010-04-191-1/+2
| |/ |/|
* | nv50: Initialize variables.Vinson Lee2010-04-172-6/+6
* | nv50: Remove unused variable.Vinson Lee2010-04-171-2/+0
* | nv50: Remove redundant assignment.Vinson Lee2010-04-171-1/+1
* | nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-151-4/+2
* | nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri2010-04-121-0/+3
* | nv50: fix texture relocsChristoph Bumiller2010-04-111-23/+27
* | nv50: plug in miptree resource vtblChristoph Bumiller2010-04-103-3/+8
* | Squashed commit of the following:Keith Whitwell2010-04-1018-150/+523
* | nouveau: Import latest nouveau_class.h from renouveauBen Skeggs2010-04-091-2/+2
* | nouveau: allow multiple simultaneous maps of a pipe_transferBen Skeggs2010-04-071-1/+9
* | nv50: fix assertion that caused piglit texturing/texrect-many to failBen Skeggs2010-04-071-1/+1
* | util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca2010-04-031-1/+0
* | gallium/util: revert util_format_init additionLuca Barbieri2010-04-021-2/+0
* | nv50: call util_format_initLuca Barbieri2010-04-021-0/+3
* | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-305-12/+12
* | nv50: fix FACE semantic check in FP input slot assignmentsChristoph Bumiller2010-03-261-1/+1
* | nv50: report driver as GLSL capableChristoph Bumiller2010-03-211-1/+1
* | nv50: don't validate arrays on clearChristoph Bumiller2010-03-211-0/+4
* | nv50: get rid of the static_init stateobjChristoph Bumiller2010-03-213-140/+142
* | nv50: support more formats in surface_copy,fillChristoph Bumiller2010-03-161-1/+30
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-151-0/+1
|\ \