nv20: send buffer handles on hw state emit
[mesa.git] / src / gallium / drivers /
2009-01-31 Pekka Paalanennv20: send buffer handles on hw state emit
2009-01-31 Pekka Paalanennv20: disable depth writes in hw init
2009-01-31 Pekka Paalanennv20: Z-mapping parameters
2009-01-31 Pekka Paalanennv20: draw_elements needs to flush
2009-01-31 Pekka Paalanennv20: set surface status in clear()
2009-01-30 Jakob Bornecrantzi915: Fix surface operations
2009-01-29 Jakob Bornecrantzi915: Don't take a context as argument for debug
2009-01-29 Jakob Bornecrantzi915: Don't dump batchbuffer on flush in context
2009-01-28 Jakob Bornecrantzi915: Add verbose debuging
2009-01-28 Jakob Bornecrantzi915: Fix batchbuffer dumping
2009-01-28 Jakob Bornecrantzi915: Flush on surface copy/clear
2009-01-27 Zack Rusingallium: remove redundant size from the constant buffer
2009-01-27 Zack Rusingallium: it's a reference value, not a reference number
2009-01-27 Zack Rusingallium: standardize api on the prefix "nr"
2009-01-27 Zack Rusingallium: standardize naming of masks
2009-01-27 Zack Rusingallium: standardize on stride instead of pitch in...
2009-01-27 Keith Whitwelli915: queiten compiler warnings
2009-01-27 Keith Whitwellfailover: queiten compiler warnings
2009-01-26 Pekka Paalanennv20: rewrite vertex layout
2009-01-26 Pekka Paalanennv20: adjust initial hw context
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-21 Younes Mantonnouveau: Map correct mip level when using the shadow...
2009-01-21 Patrice Mandinnouveau: nv30 does not support separate blend functions...
2009-01-20 José Fonsecagallium: Remove the standalone surfaces.
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Jonathan Adamczewskicell: Specify constant as float for CEILF().
2009-01-13 Ben Skeggsnv50: fix progs/tests/manytex
2009-01-13 Ben Skeggsnv50: get glxgears showing all 3 gears instead of 1!!
2009-01-13 Ben Skeggsnv50: change some magic reg, makes more things work
2009-01-13 Ben Skeggsnv50: add DXTn formats
2009-01-13 Ben Skeggsnv50: shadow mapping
2009-01-13 Ben Skeggsnv50: aniso
2009-01-13 Ben Skeggsnv50: occlusion queries
2009-01-13 Ben Skeggsnv50: implement KIL enough for progs/fp/kil to work
2009-01-13 Jonathan Adamczewskicell: Add missing suffix to SHUFFLE macro
2009-01-12 Jonathan Adamczewskicell: allocate batch buffers w/ 16-byte alignment
2009-01-12 Ben Skeggsnv50: make rtt work again
2009-01-12 Ben Skeggsnv50: fix handling of depth textures
2009-01-12 Ben Skeggsnv50: another typo..
2009-01-12 Ben Skeggsnv50: fix assertion failure
2009-01-12 Ben Skeggsnv50: remove previous hack to manage tiled surfaces
2009-01-12 Ben Skeggsnv50: fix a typo and a thinko
2009-01-12 Ben Skeggsnv50: enable npot textures
2009-01-12 Ben Skeggsnv50: disable shader debug
2009-01-12 Ben Skeggsnv50: any cpu access to a texture is done on its backin...
2009-01-12 Ben Skeggsnv50: create buffers for each image that makes up a...
2009-01-11 Brian Paulcell: optimize unpack_colors() function, saving 12...
2009-01-11 Brian Paulcell: move color unpacking code into separate function
2009-01-11 Brian Paulcell: re-order the z/stencil fetch/extract/convert...
2009-01-11 Brian Paulcell: simplify the 'optional register' code
2009-01-11 Brian Paulcell: asst datatype clean-ups
2009-01-11 Brian Paulcell: move depth/stencil code into separate function
2009-01-11 Brian Paulcell: clean-up, re-indent, comments
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-10 Brian Paulcell: use tgsi_dump_instruction() instead of spe_comment()
2009-01-10 Brian Paulcell: added rule to produce .s assembly files
2009-01-10 Younes Mantonnouveau: Update nv30 swizzling.
2009-01-10 Younes Mantonnouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.
2009-01-10 Younes Mantonnouveau: Put dynamic textures in GART for CPU access...
2009-01-10 Younes Mantonnouveau: Swizzle textures larger than nv04 SIFM limit...
2009-01-09 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-08 Brian Paulcell: fix breakage from xlib re-org
2009-01-08 Keith Whitwellgallium: split driver-independent code out of xlib...
2009-01-08 José Fonsecagallium: Replace uint64 by standard uint64_t.
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2009-01-06 Brian PaulMerge commit 'origin/master' into gallium-0.2
2009-01-06 Jonathan Adamczewskicell: replace 0 with -1 in SPE_COUNT_USABLE_SPES query
2009-01-06 Brian Paulcell: fix code emit for RSQ/RCP when src arg == dst arg
2009-01-05 Ben Skeggsnv50: fill image unit index in TEX varients
2009-01-05 Ben Skeggsnv50: fix crash in nv50_program_destroy
2009-01-05 Ben Skeggsnv50: working towards 3D textures
2009-01-05 Ben Skeggsnv50: slightly better miptree allocation
2009-01-05 Ben Skeggsnv50: add TXP to TEX case.. not correct, but anyway..
2009-01-05 Ben Skeggsnv50: indentation for TEX is a little overenthusiastic
2009-01-05 Ben Skeggsnv50: ensure we actually get contiguous regs for TEX...
2009-01-05 Jonathan Adamczewskicell: SIMDize sorting in setup_sort_vertices()
2009-01-05 Jonathan Adamczewskicell: SIMDize some subtractions
2009-01-05 Jonathan Adamczewskicell: improvements to spu_tri.c
2009-01-05 Jonathan Adamczewskicell: new spu_shuffle.h header
2009-01-05 Brian Paulcell: initial codegen support for fragment shader loops
2009-01-05 Brian Paulcell: add support for PIPE_CAP_TEXTURE_MIRROR_REPEAT...
2009-01-04 Brian Paulcell: clean-up, improve SPU code generation
2009-01-03 Briancell: fix typo (s/10/0)
2009-01-02 Brian Paulsoftpipe: increase number of texture samplers/units...
2009-01-02 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José Fonsecai915: Avoid ptr->int conversion.
2008-12-31 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-30 José Fonsecagallium: Remove unused variables.
2008-12-22 José Fonsecasoftpipe: Don't fill surfaces's winsys fields.
2008-12-22 José Fonsecasoftpipe: Call surface_alloc_storage to get the pipebuf...
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 Jerome Glissesoftpipe: initialize refcount and winsys
2008-12-22 Jerome Glissesoftpipe: convert to use texture instead of surface
2008-12-19 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-18 Jerome Glissesoftpipe: initialize refcount and winsys
2008-12-18 Jerome Glissesoftpipe: convert to use texture instead of surface
next