llvmpipe: Ensure stack variables in unit tests are properly aligned.
[mesa.git] / src / gallium / drivers / r300 /
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
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Keith Whitwellgallium: remove extended negate also, and also the...
2009-10-23 Keith Whitwellgallium: remove the swizzling parts of ExtSwizzle
2009-10-23 Keith Whitwellgallium: remove noise opcodes
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-22 Corbin Simpsonr300g: Enable more stuff in r300_screen, cleanup comments.
2009-10-22 Corbin Simpsonr300g: Cleanup PSC setup math a bit and stop using...
2009-10-22 Corbin Simpsonr300g: Clean up duplicate code in r300_render.
2009-10-22 Corbin Simpsonr300g: Move render functions to r300_render.
2009-10-22 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-22 Corbin Simpsonr300g: Check for NULL Draw during flush.
2009-10-22 Corbin Simpsonr300g: Update comments, function names in r300_state_in...
2009-10-22 Corbin Simpsonr300g: Update comments, asserts, indents in r300_texture.
2009-10-22 Corbin Simpsonr300g: Remove unused debug flag.
2009-10-22 Corbin Simpsonr300g: Cleanup old static shader state.
2009-10-21 Corbin Simpsonr300g: No debug in r300_state.
2009-10-21 Corbin Simpsonr300g: Cleanup header includes.
2009-10-21 Corbin Simpsonr300g: Don't use getenv; use debug_get_*_option instead.
2009-10-21 Corbin Simpsonr300g: Don't use the hashtable internally.
2009-10-21 Corbin Simpsonr300g: Examine vertex attribute type on HW TCL too.
2009-10-21 Corbin Simpsonr300g: Also kill r300_shader_inlines with fire.
2009-10-21 Corbin Simpsonr300g: Kill r300_surface with fire.
2009-10-19 Corbin Simpsonr300g: Demonstratory kludge to unbreak glxgears.
2009-10-19 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-18 Corbin Simpsonr300g: Fix up a bunch of warnings.
2009-10-18 Corbin Simpsonr300g: Add another ZTOP condition.
2009-10-18 Corbin Simpsongallium: Permit surface_copy and surface_fill to be...
2009-10-18 Corbin Simpsonr300g: Squash format warning.
2009-10-18 Corbin Simpsonr300g: Use a dirty test to bring framerate back up.
2009-10-18 Corbin Simpsonr300g: Also have rs_block keyed to the current shader...
2009-10-18 Corbin Simpsonr300g: Fix u_hash_table rename.
2009-10-16 Corbin Simpsonr300g: Use a hash table to look up vertex info.
2009-10-15 Corbin Simpsonr300g: Set logical ID for each emitted texture/sampler.
2009-10-15 Corbin Simpsonr300g: Move ZTOP to its own state atom.
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-14 Corbin Simpsonr300g: Move ztop to derived state.
2009-10-14 Corbin Simpsonr300g: Compiler warning cleanup.
2009-10-14 Dave Airlier300g: remove buffer add that should be unnecessary.
2009-10-14 Dave Airlier300g: add QUERY to KITCHEN_SINK
next