r300g: better describe another flush and move it closer to the real problem
[mesa.git] / src / gallium /
2010-05-25 Marek Olšákr300g,util: remove pipe_surface from the util_blitter_c...
2010-05-25 Marek Olšákr300g,util: remove pipe_surface from the util_blitter_f...
2010-05-25 Marek Olšákutil: remove unused util_blitter_copy_surface
2010-05-25 Jakob Bornecrantzdrm_api: Remove type argument from create screen callback
2010-05-25 Jakob Bornecrantzgallium: Remove dri1_api.h and winsys support for DRI1
2010-05-25 Jakob Bornecrantzst/dri: Remove DRI1 support
2010-05-25 José Fonsecallvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE...
2010-05-25 José Fonsecagallivm: Choose an appropriate code generation optimiza...
2010-05-24 Brian Paulsw/xlib: NULL-out pointers after freeing image data
2010-05-24 Brian Paulst/glx: check if deleting head of buffer list
2010-05-24 José Fonsecallvmpipe: Also test compressed formats in lp_test_format()
2010-05-24 José Fonsecallvmpipe: Fix lp_test_format on 32bit OSes.
2010-04-30 Jakob Bornecrantzxorg-vmwgfx: Add vmwctrl proto
2010-05-24 José Fonsecallvmpipe: Delete extraneous arugment too.
2010-05-24 José Fonsecallvmpipe: Remove unused sincos_test_case struct.
2010-05-24 Qicheng Christopher Lillvmpipe: Unit test for sin/cos that compares against...
2010-05-24 Qicheng Christopher Ligallivm: Efficient implementation of sin/cos.
2010-05-23 Marek Olšákutil/blitter: allow NULL clear color
2010-05-23 Marek Olšákr300g: extend compile error message
2010-05-23 Marek Olšákr300g: fix dummy vertex shader compilation
2010-05-23 Marek Olšákr300g: fix warnings
2010-05-22 José Fonsecallvmpipe: Fill in slice_stride.
2010-05-21 Jakob Borncrantzst_api: Give get_egl_image arguments directly to the...
2010-05-21 Brian Paulst/glx: fix incorrect parameter type
2010-05-21 Jakob Bornecrantzgallium: Fix invalidate framebuffer with old libGL...
2010-05-21 Jakob Bornecrantzst_api: Add get param function to st_manager
2010-05-21 Jakob Bornecrantznouveau: Fix build after msaa merge
2010-05-21 Roland Scheideggerrbug: fix breakage due to interface changes
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Patrice Mandinnouveau/nvfx: Fill more PIPE_CAP_MAX_ values
2010-05-21 Brian Paulcell: assorted compilation fixes
2010-05-21 Brian Paulcell: fix breakage from earlier draw module changes
2010-05-21 Keith Whitwellgallium: remnants of old ccw state
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-21 Keith Whitwelldocs: update rasterizer for ccw changes
2010-05-20 Xavier Chantrynv50: fixed other void pointer arithmetic errors
2010-05-20 Xavier Chantrynv50: fix too long shader uploads by splitting them
2010-05-20 Christoph Bumillernv50: fill in shader limits
2010-05-20 Brian Paulgallivm: rename a var: s/val/array_size/
2010-05-20 Brian Paulgallivm: fix spelling in comment
2010-05-20 Brian Paulgallivm: handle pointer types in lp_dump_llvmtype()
2010-05-20 Brian Paulllvmpipe: more tweaks to dump_fs_variant_key()
2010-05-20 Brian Paulgallium: fix/update tex target dumping
2010-05-20 Brian Paulllvmpipe: use util_dump_logicop()
2010-05-20 Brian Paulgallium: added util_dump_logicop()
2010-05-20 Brian Paulllvmpipe: put variant print/debug code into separate...
2010-05-20 Vinson Leegraw-null: Remove unnecessary header.
2010-05-19 Roland Scheideggerutil: fix obvious util_blitter_copy bugs...
2010-05-19 Brian Paulnv50: fix typo: s/_/./
2010-05-19 Roland Scheideggerutil: util_blitter_fill no longer needs to handle overlap
2010-05-19 Roland Scheideggeri915g: remove unused flip parameter
2010-05-18 Roland Scheideggerdocs: update differences to d3d11
2010-05-18 Roland Scheideggerutil: fix some leftover util_surface_fill/copy calls
2010-05-18 Roland Scheideggergallium: implement set_sample_mask() in all drivers
2010-05-17 Roland Scheideggerst/egl: adapt to interface changes
2010-05-17 Roland Scheideggerst/dri: adapt to interface changes
2010-05-17 Roland Scheideggerst/glx: adapt to interface changes
2010-05-17 Roland Scheideggerst/wgl: adapt to interface changes
2010-05-17 Roland Scheideggerst/vega: adapt to interface changes
2010-05-17 Roland Scheideggerst/xorg: adapt to interface changes
2010-05-17 Roland Scheideggerst/python: adapt to interface changes
2010-05-17 Roland Scheideggersvga: adapt to interface changes
2010-05-17 Roland Scheideggerr300g: adapt to interface changes
2010-05-17 Roland Scheideggernouveau: adapt to interface changes
2010-05-17 Roland Scheideggerfo: adapt to interface changes
2010-05-17 Roland Scheideggeridentity: adapt to interface changes
2010-05-17 Roland Scheideggertrace: adapt to interface changes
2010-05-17 Roland Scheideggeri965g: adapt to interface changes
2010-05-17 Roland Scheideggeri915g: adapt to interface changes
2010-05-17 Roland Scheideggersoftpipe: adapt to interface changes
2010-05-17 Roland Scheideggerllvmpipe: adapt to interface changes
2010-05-17 Roland Scheideggercell: adapt to interface changes
2010-05-17 Roland Scheideggergallium/util: adapt util code to interface changes
2010-05-17 Roland Scheideggergallium: clean up resource_copy_region function
2010-05-17 Roland Scheideggergallium: another interface change for multisampling
2010-05-17 Brian Paulllvmpipe: fix front/back tri culling mix-up
2010-05-14 Keith Whitwelldraw: fix front/back error in unfilled pipeline stage
2010-05-14 Keith Whitwelldraw: fix typo checking for unfilled polygons
2010-05-14 Keith Whitwellsoftpipe: restore culling code
2010-05-14 Keith Whitwellgallium: more work on ccw flag removal
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-14 Keith Whitwellutil: fix copy_rect stride in default transfer_inline_write
2010-05-13 Marek Olšákr300g: fix for piglit/fp-indirections2
2010-05-13 Brian Paulrtasm: fix void * / func * casting warnings
2010-05-13 Brian Pauldraw: silence casting warnings
2010-05-13 Brian Paulgallivm: silence uninitialized var warning
2010-05-13 Brian Paulllvmpipe: silence casting warnings
2010-05-13 Brian Paulgallivm: silence casting warning
2010-05-13 Brian Paulgallivm: silence uninitialized var warning
2010-05-13 Brian Paulllvmpipe: silence uninitialized var warnings
2010-05-13 Brian Paulllvmpipe: silence cast warnings in test programs
2010-05-13 Brian Paulgallivm: added lp_dump_llvmtype() debug helper
2010-05-13 Brian Paulllvmpipe: additional comments
2010-05-13 Brian Paulgallivm: rename a var
2010-05-13 José Fonsecautil: Fix ptr -> int conversion.
2010-05-13 José FonsecaConditionally revert "gallivm: Use a more compact appro...
2010-05-13 Marek Olšákr300g: fix texture transfers
2010-05-13 José Fonsecallvmpipe: Update instructions for MSVC builds.
2010-05-13 Vinson Leetrace: Add missing header.
2010-05-13 Vinson Leegallium: Add tokens for Cygwin.
next