summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * nv50: reset vbo_fifo before each validateBen Skeggs2010-03-151-0/+1
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-135-13/+13
|\|
| * nv50: fixup after gallium-context-transfers mergeXavier Chantry2010-03-132-3/+0
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+2
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-113-8/+11
* | nv50: take format from sampler view, not the referenced textureChristoph Bumiller2010-03-111-1/+1
* | nv50: put correct value into the TIC MAX_LEVEL fieldChristoph Bumiller2010-03-111-2/+1
* | nv50: fix damage from merging master into sampler-viewChristoph Bumiller2010-03-113-19/+17
* | gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol2010-03-111-1/+1
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-1014-1270/+1046
|\|
| * nv50: inline nv50_state_flush_notify()Ben Skeggs2010-03-102-16/+6
| * nv50: remove nv50_context.state.instbufBen Skeggs2010-03-102-6/+0
| * nv50: remove unnecessary macroBen Skeggs2010-03-101-3/+2
| * nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs2010-03-103-62/+31
| * nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs2010-03-103-4/+14
| * nv50: re-add immediate mode vertex submission pathsBen Skeggs2010-03-104-8/+399
| * nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs2010-03-101-85/+102
| * nv50: reimplement draw_elements_instance(), use for draw_elements() tooBen Skeggs2010-03-101-159/+93
| * nv50: reimplement draw_arrays_instanced(), do draw_arrays() in terms of itBen Skeggs2010-03-101-144/+134
| * nv50: rip out inline push draw paths temporarilyBen Skeggs2010-03-102-551/+12
| * nv50: make use of scissor enable/disable methodBen Skeggs2010-03-104-25/+8
| * nv50: move magic 0x142c stuff to after state emissionBen Skeggs2010-03-102-11/+8
| * nv50: avoid unnecessary vp/gp/fp state changesBen Skeggs2010-03-101-0/+9
| * nv50: remove pre_pipebuffer_map hack....Ben Skeggs2010-03-101-23/+0
| * nv50: remove horrific abuse of nouveau_channel.flush_notifyBen Skeggs2010-03-102-1/+10
| * nv50: always emit dummy relocs for all still-referenced buffersBen Skeggs2010-03-101-2/+8
| * nv50: ensure enough room for state changes in current pushbufBen Skeggs2010-03-104-17/+38
| * nv50: rework state emissionBen Skeggs2010-03-107-311/+249
| * nv50: use relocs rather than re-uploading TIC all the timeBen Skeggs2010-03-103-2/+32
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-093-52/+99
| |\
| | * nv50: adapt to vertex elements csoChristoph Bumiller2010-02-263-43/+85
| | * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-11/+16
| * | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-1/+2