summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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