gallium: fix reference counting functions to be strict-aliasing compliant
[mesa.git] / src / gallium / drivers /
2009-12-03 Roland Scheideggergallium: fix reference counting functions to be strict...
2009-12-02 Corbin Simpsonr300g, radeong: De-specialize r300_winsys into radeon_w...
2009-12-02 Corbin Simpsonr300g: No vertex textures here.
2009-12-02 Brian PaulRevert "llvmpipe: plug in dummy pipe_context::set_verte...
2009-12-02 Brian Paulllvmpipe: return 0 for PIPE_CAP_MAX_VERTEX_TEXTURE_UNIT...
2009-12-02 Brian Paulllvmpipe: plug in dummy pipe_context::set_vertex_sample...
2009-12-02 Brian Paulcell: fix TGSI breakage
2009-12-01 Brian Paulsoftpipe: setup machine->Face without a conditional
2009-12-01 Keith WhitwellMerge commit 'origin/tgsi-simplify-ext'
2009-12-01 Keith WhitwellMerge commit 'origin/mesa_7_7_branch'
2009-12-01 Marek Olšákr300g: simplify allocations of VS output registers
2009-12-01 Marek Olšákr300g: simplify allocations of FS input registers
2009-12-01 Marek Olšákr300g: clean up derived states
2009-12-01 Marek Olšákr300g: VS->FS attribute routing rework
2009-12-01 Marek Olšákr300g: add R300 prefix in reg definitions
2009-12-01 Michal Kroltrace: Implement separate vertex sampler state.
2009-12-01 Michal Krolfo: Implement separate vertex sampler state.
2009-12-01 Michal Krolid: Implement separate vertex sampler state.
2009-12-01 Michal Kroltrace: Reduce double semicolons to single ones.
2009-12-01 Michal Krolsp: Do not falsely advertise support for some SNORM...
2009-12-01 Michal Krolsp: Implement separate vertex sampler state.
2009-12-01 Michal Kroltrace: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolsvga: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolr300: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolnv: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krollp: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolid: Update for renamed sampler/texture state setters.
2009-12-01 Michal Kroli915: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolfo: Update for renamed sampler/texture state setters.
2009-12-01 Michal Krolcell: Update for renamed sampler/texture state setters.
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-29 Christoph Bumillernv50: update linkage on rasterizer change
2009-11-29 Christoph Bumillernv50: match VP outputs to FP inputs ourselves
2009-11-29 Christoph Bumillernv50: don't permanently negate src in emit_ddy
2009-11-27 Christoph Bumillernv50: do conversion of last insn to 64 bit format first
2009-11-27 Christoph Bumillernv50: bswap32 the polygon stipple pattern
2009-11-27 Roland Scheideggersvga: fix for not using texture width/height/depth...
2009-11-27 Roland Scheideggerr300g,llvmpipe: fix some more merge problems
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-27 José Fonsecasvga: Re-add shader dumping.
2009-11-27 José Fonsecasvga: Handle comment tokens when dumping.
2009-11-27 José Fonsecasvga: Use consistent names for public symbol names...
2009-11-27 José Fonsecasvga: Use consistent file names for dumping facilities.
2009-11-27 Keith Whitwellsvga: flush our command buffer after the 8th distinct...
2009-11-27 Keith Whitwellsvga: add DEBUG_CACHE option
2009-11-27 Michal Krolsvga: Update text shader header.
2009-11-26 Roland Scheideggergallium: fix more statetrackers/drivers for not using...
2009-11-26 José Fonsecallvmpipe: Fake missing SSSE3 when simulation less capab...
2009-11-26 José Fonsecallvmpipe: Update/correct CPU requirements.
2009-11-26 Roland ScheideggerMerge commit 'origin/st-shader-varients'
2009-11-26 Keith Whitwellsvga: hash the whole key, not just the first four bytes
2009-11-26 José Fonsecasvga: Remove spurious argument to SVGA_DBG.
2009-11-24 José Fonsecallvmpipe: Update instructions.
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_src_register to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_dst_register to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_declaration to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_instruction to avoid...
2009-11-24 Keith Whitwelltgsi: reduce repetition of structure name in its members
2009-11-24 José Fonsecasvga: Handle comment tokens when dumping.
2009-11-24 José Fonsecasvga: Use consistent names for public symbol names...
2009-11-24 José Fonsecasvga: Use consistent file names for dumping facilities.
2009-11-24 José Fonsecallvmpipe: Use assert instead of abort. Only verify...
2009-11-24 José Fonsecallvmpipe: Fix memory leak.
2009-11-24 José Fonsecallvmpipe: Use the generic conversion routine for depths.
2009-11-24 José Fonsecallvmpipe: Be more conservative with the supported formats.
2009-11-24 José Fonsecallvmpipe: Fix typo in comparison operator.
2009-11-24 Keith Whitwellgallium: try and update r300 and nv drivers for tgsi...
2009-11-24 Keith Whitwellgallium: simplify tgsi tokens further
2009-11-25 Keith Whitwellsvga: try harder to make the cachable flag work
2009-11-25 Keith Whitwellsvga: revert packing of surface key
2009-11-24 Keith Whitwellsvga: cache textures as well as buffers
2009-11-24 Brian Paulr300g: use util_bitcount()
2009-11-24 Jakob Bornecrantzsvga: Filter out pendantic and ansi flags
2009-11-23 Maciej CencoraMerge commit 'origin/mesa_7_7_branch'
2009-11-23 Maciej CencoraMerge branch 'mesa_7_7_branch' of anongit.freedesktop...
2009-11-23 Jakob Bornecrantzsvga: Scrub Makefiles a bit
2009-11-23 Michal Krolsoftpipe: Initialise TGSI machine's Face.
2009-11-22 Corbin Simpsonr300g: Build fix.
2009-11-21 Marek Olšákr300g: do not reallocate r300_vertex_info and r300_rs_b...
2009-11-21 Marek Olšákr300g: clean up vs/fs tabs
2009-11-21 Marek Olšákr300g: silence warnings
2009-11-21 Marek Olšákr300g: fix typo in r300_reg.h to prevent the RS unit...
2009-11-21 Marek Olšákr300g: fix updating a vertex format
2009-11-21 Marek Olšákr300g: add texture lod clamping
2009-11-21 Corbin Simpsonr300g: Begin separating HW TCL and SW TCL state and...
2009-11-20 Marek Olšákr300g: emit R300_TEX_ENABLE to indicate there are no...
2009-11-20 Marek Olšákr300g: remove variant states from emit_state_invariant
2009-11-20 Corbin Simpsonr300g: Texrect factor cleanup.
2009-11-20 Marek Olšákr300g: fix rectangle textures on r3xx
2009-11-20 Vinson Leei915g: Add missing break statement in i915_debug.c.
2009-11-20 Corbin Simpsonr300g: Clean up bitcounting function.
2009-11-20 Corbin Simpsonr300g: Use MAX3 and MIN3.
2009-11-20 Marek Olšákr300g: set better values in the R300_VAP_CNTL register
2009-11-20 Alan HourihaneFix indentation.
2009-11-20 Alan HourihaneFix memory leak.
2009-11-20 Dave AirlieMerge remote branch 'origin/mesa_7_7_branch'
2009-11-19 Keith Whitwellgallium: don't use arrays for texture width,height...
2009-11-19 Brian Paulsoftpipe: whitespace/indentation fixes
2009-11-19 Richard LiMerge branch 'master' of ssh://richardradeon@git.freede...
2009-11-19 Brian Paulsoftpipe: add missing check in softpipe_is_texture_refe...
next