summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* | nv: define NV30/40/50_MAX_TEXTURE_LEVELSBrian Paul2010-03-081-1/+3
* | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-1/+1
|\ \
| * | nouveau: s/TEXTURE_USAGE_PRIMARY/TEXTURE_USAGE_SCANOUTChristoph Bumiller2010-03-051-1/+1
| |/
* | nv50: fix RT formats after format rename fixesChristoph Bumiller2010-03-021-18/+36
* | nouveau: Rename pipe formats.José Fonseca2010-03-022-15/+15
* | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-023-20/+20
|\ \
| * | nouveau: Rename pipe formats.José Fonseca2010-03-013-20/+20
| |/
* / gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-222-41/+22
|/
* nv50: use hw idx buffers where we canBen Skeggs2010-02-162-8/+27
* nv: Use util_format_name().José Fonseca2010-02-142-4/+5
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-123-10/+37
|\
| * gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-5/+5
| * nouveau: fix compile errors...Roland Scheidegger2010-02-111-2/+2
| * nv50: adapt to stencil ref changesRoland Scheidegger2010-02-113-5/+32
* | nouveau: use AVAIL_RING()Ben Skeggs2010-02-121-2/+2
* | nouveau: remove u_simple_screen.h includesBen Skeggs2010-02-112-2/+0
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-092-10/+8
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-1/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-032-9/+7
* | gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-085-9/+12
* | nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie2010-02-041-0/+2
* | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-022-2/+2
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-027-7/+7
* | nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz2010-02-011-0/+3