summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50
AgeCommit message (Expand)Author
2010-04-10nv50: plug in miptree resource vtblChristoph Bumiller
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs
2010-04-07nouveau: allow multiple simultaneous maps of a pipe_transferBen Skeggs
2010-04-07nv50: fix assertion that caused piglit texturing/texrect-many to failBen Skeggs
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02gallium/util: revert util_format_init additionLuca Barbieri
2010-04-02nv50: call util_format_initLuca Barbieri
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-26nv50: fix FACE semantic check in FP input slot assignmentsChristoph Bumiller
2010-03-21nv50: report driver as GLSL capableChristoph Bumiller
2010-03-21nv50: don't validate arrays on clearChristoph Bumiller
2010-03-21nv50: get rid of the static_init stateobjChristoph Bumiller
2010-03-16nv50: support more formats in surface_copy,fillChristoph Bumiller
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-15nv50: reset vbo_fifo before each validateBen Skeggs
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13nv50: fixup after gallium-context-transfers mergeXavier Chantry
2010-03-11nv50: take format from sampler view, not the referenced textureChristoph Bumiller
2010-03-11nv50: put correct value into the TIC MAX_LEVEL fieldChristoph Bumiller
2010-03-11nv50: fix damage from merging master into sampler-viewChristoph Bumiller
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10nv50: inline nv50_state_flush_notify()Ben Skeggs
2010-03-10nv50: remove nv50_context.state.instbufBen Skeggs
2010-03-10nv50: remove unnecessary macroBen Skeggs
2010-03-10nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs
2010-03-10nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs
2010-03-10nv50: re-add immediate mode vertex submission pathsBen Skeggs
2010-03-10nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs
2010-03-10nv50: reimplement draw_elements_instance(), use for draw_elements() tooBen Skeggs
2010-03-10nv50: reimplement draw_arrays_instanced(), do draw_arrays() in terms of itBen Skeggs
2010-03-10nv50: rip out inline push draw paths temporarilyBen Skeggs
2010-03-10nv50: make use of scissor enable/disable methodBen Skeggs
2010-03-10nv50: move magic 0x142c stuff to after state emissionBen Skeggs
2010-03-10nv50: avoid unnecessary vp/gp/fp state changesBen Skeggs
2010-03-10nv50: remove pre_pipebuffer_map hack....Ben Skeggs
2010-03-10nv50: remove horrific abuse of nouveau_channel.flush_notifyBen Skeggs
2010-03-10nv50: always emit dummy relocs for all still-referenced buffersBen Skeggs
2010-03-10nv50: ensure enough room for state changes in current pushbufBen Skeggs
2010-03-10nv50: rework state emissionBen Skeggs
2010-03-10nv50: use relocs rather than re-uploading TIC all the timeBen Skeggs
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-08nv: define NV30/40/50_MAX_TEXTURE_LEVELSBrian Paul
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-05nouveau: s/TEXTURE_USAGE_PRIMARY/TEXTURE_USAGE_SCANOUTChristoph Bumiller
2010-03-02nv50: fix RT formats after format rename fixesChristoph Bumiller