gallium: fix reference counting functions to be strict-aliasing compliant
[mesa.git] / src / gallium / drivers / r300 /
2009-12-02 Corbin Simpsonr300g, radeong: De-specialize r300_winsys into radeon_w...
2009-12-02 Corbin Simpsonr300g: No vertex textures here.
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 Krolr300: Update for renamed sampler/texture state setters.
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-27 Roland Scheideggerr300g,llvmpipe: fix some more merge problems
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-26 Roland Scheideggergallium: fix more statetrackers/drivers for not using...
2009-11-26 Roland ScheideggerMerge commit 'origin/st-shader-varients'
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 Keith Whitwellgallium: try and update r300 and nv drivers for tgsi...
2009-11-24 Brian Paulr300g: use util_bitcount()
2009-11-23 Maciej CencoraMerge commit 'origin/mesa_7_7_branch'
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 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-13 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-11 Corbin Simpsonr300, r300g: Add missing registers.
2009-11-11 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-08 Corbin Simpsonr300g: Fix up SW TCL rendering functions.
2009-11-08 Corbin Simpsonr300g: Protect against possibly missing Draw pointer.
2009-11-08 Corbin Simpsonr300g: Unify context names for counts.
2009-11-08 Corbin Simpsonr300g: Enable PSC/RS dump with new debugging flags.
2009-11-08 Corbin Simpsonr300g: Fix is_buffer_referenced.
2009-11-08 Corbin Simpsonr300g: Fix build error on old compilers.
2009-11-07 Corbin Simpsonr300g: Organize inlined state.
2009-11-07 Corbin Simpsonr300g: DCE.
2009-11-07 Corbin Simpsonr300g: Minor code cleanup to avoid confusion.
2009-11-07 Corbin Simpsonr300g: Remove do-nothing functions.
2009-11-07 Corbin Simpsonr300g: Remove faulty assert.
2009-11-07 Corbin SimpsonMerge branch 'r300g-vbo'
2009-11-07 Corbin Simpsonr300g: Be more verbose in what's killing us WRT vert...
2009-11-07 Corbin Simpsonr300g: Comments.
2009-11-07 Corbin Simpsonr300g: Don't assert on oversized VBOs, just return...
2009-11-07 Corbin Simpsonr300g: Moar vbo cleanup.
2009-11-07 Corbin Simpsonr300g: s/false/FALSE/
2009-11-07 Corbin Simpsonr300g: Clean up indexbuf render, switch to RELOC macro.
2009-11-07 Corbin Simpsonr300g: Clean up r300_setup_vertex_buffers.
2009-11-07 Corbin Simpsonr300g: Don't pass hw_prim around in the context.
2009-11-07 Corbin Simpsonr300g: Use common state funcs for translating vert...
2009-11-07 Maciej Cencorar300g: don't hang GPU on misbehaving apps
2009-11-07 Maciej Cencorar300g: VBOs WIP
2009-11-07 Maciej Cencorar300g: add missing flush
2009-11-07 Maciej Cencorar300g: enable CS dumping
2009-11-07 Maciej Cencorar300g: move vborender context function to seperate...
2009-11-06 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-11-05 Marek Olšákr300g: add polygon mode
2009-11-05 Marek Olšákr300g: fix the size of CS when emitting the fragprog...
2009-11-05 Marek Olšákr300g: set the correct offset in a colorbuffer surface
2009-11-05 Marek Olšákr300g: add color channel masking
2009-11-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-03 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-01 Corbin Simpsonr300g: Miscellania. Avoid draw segfaults, s/true/TRUE...
2009-11-01 Maciej Cencorar300g: fix geometry corruptions
2009-11-01 Maciej Cencorar300g: split constant buffer and shader emittion
2009-11-01 Corbin Simpsonr300g: Adopt osiris' PSC data and swizzle.
2009-10-31 Marek Olšákr300g: correct the pitch calculation for smaller mipmaps
2009-10-31 Marek Olšákr300g: pretend NPOT support
2009-10-31 Marek Olšákr300g: fix reading from the destination buffer in blending
2009-10-31 Marek Olšákr300g: add precalculating of pixel pitch, add a new...
2009-10-31 Marek Olšákr300g: remove unnecessary assertions
2009-10-31 Marek Olšákr300g: fix crash in r300_is_texture_referenced
2009-10-29 Brian PaulMerge branch 'texformat-rework'
2009-10-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Corbin Simpsonr300g: Use u_trim_pipe_prim to prevent lockups from...
2009-10-28 Corbin Simpsonr300g: Keep texture formats organized.
2009-10-28 Maciej Cencorar300g: add some texture formats
2009-10-28 Corbin Simpsonr300g: Clear up a bit of the buffer reference stuff.
2009-10-28 Corbin Simpsonr300g: Fix XXX.
2009-10-28 Marek Olšákr300g: fix emitting the stencil-ref and alpha-ref values
2009-10-28 Marek Olšákr300g: fix the WRAP_T mode when using 1D textures
2009-10-28 Marek Olšákr300g: fix blending and do some optimizations
2009-10-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-26 Marek Olšákr300g: read occlusion query results from both Z pipes...
2009-10-26 Marek Olšákr300g: add cubemap support
2009-10-25 Marek Olšákr300g: fix redefining mipmaps and fetching from them
2009-10-25 Marek Olšákr300g: added support for 3D textures
2009-10-24 Joakim Sindholtr300g: fix scons build yet again
next