Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / gallium / drivers /
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-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-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
2008-12-18 Brian Paulsoftpipe: fix vertex shader texture sampling
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-16 Ben Skeggsnv40: apply ABS modifier to RSQ source in vp
2008-12-16 Ben Skeggsnouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE...
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-13 Pekka PaalanenNouveau: move the definition of log2i() to header
2008-12-12 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-12 Patrice Mandinnouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy...
2008-12-11 Michal Krolsoftpipe: Add missing header include.
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian Paulgallium: added draw_set_mrd() function to fix polygon...
2008-12-09 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-08 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-12-07 Pekka Paalanennouveau: make nv20 use NV{20,25}TCL objects
2008-12-05 Jakob Bornecrantzi915: Silence warnings
2008-12-04 Briansoftpipe: plug in softpipe's texture samplers into...
2008-12-04 Briangallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query
2008-12-02 Younes Mantonnouveau: Calc pitch for swizzled textures appropriately.
2008-12-02 Younes Mantonnouveau: Use swizzled textures & render targets on...
2008-12-02 Younes Mantonnouveau: nv04-nv40 linear <-> swizzled conversion.
2008-12-02 Briansoftpipe: minor tweaks, clean-ups
2008-12-02 Briansoftpipe: compute nearest/linear texcoords four at...
2008-12-02 Briangallium: minor texture-related clean-ups, comments...
2008-11-30 Pekka PaalanenNouveau: nv{10,20} set_primitive API fix
2008-11-30 Pekka PaalanenNouveau: nv20 build fix: forgotten include
2008-11-30 Pekka PaalanenNouveau: fix minor API change in surface_copy
2008-11-30 Pekka PaalanenNouveau: update nouveau_class.h
2008-11-30 Pekka PaalanenNouveau: nv20 (nv10) immediate vertex submission
next