st/xorg, vmware: Make throttling configurable.
[mesa.git] / src /
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 Kristian Høgsbergintel: Throttle after doing copyregion/swapbuffers...
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 Scheideggerst/mesa: fix wrong argument order
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 Scheideggermesa/st: 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-14 Kristian Høgsbergegl: Implement EGL_NOK_swap_region
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 Kristian Høgsbergegl: Allow a prioritized list of default drivers
2010-05-13 Kristian Høgsbergegl_dri2: Downgrade initialization errors to warnings
2010-05-13 José Fonsecautil: Fix ptr -> int conversion.
2010-05-13 José FonsecaConditionally revert "gallivm: Use a more compact appro...
2010-05-13 Eric Anholti965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.
2010-05-13 Eric Anholtintel: Don't update window system renderbuffers on...
2010-05-13 Eric Anholtmesa: Remove no-op wrappers around trig functions.
2010-05-13 Eric Anholtmesa: Remove _mesa_pow(), which is always just pow().
2010-05-13 Marek Olšákr300g: fix texture transfers
2010-05-13 Alan Hourihanemesa: silence compiler warning
2010-05-13 José Fonsecallvmpipe: Update instructions for MSVC builds.
2010-05-13 Kristian Høgsbergegl: Drop broken _EGL_PLATFORM_NO_OS code
2010-05-13 Kristian Høgsbergegl: Don't try to load driver basename if the platform...
2010-05-13 Vinson Leetrace: Add missing header.
2010-05-13 Vinson Leest/mesa: Remove unnecessary header.
2010-05-13 Vinson Leegallium: Add tokens for Cygwin.
2010-05-13 Vinson Leetrace: Remove unnecessary headers.
2010-05-13 Marek Olšákr300g: re-order caps
2010-05-13 Marek Olšákr300g: fill out the shader limits
2010-05-12 Jakob Bornecrantztrace: Update README
2010-05-12 Jakob Bornecrantzrbug: Update and add READMEs
2010-05-12 Jakob Bornecrantzgraw: Make functions public
2010-05-12 José Fonsecagallivm: Ensure PIPE_OS_xxx are defined.
2010-05-12 José Fonsecagallivm: Use a more compact approach for lp_build_broad...
2010-05-12 José Fonsecallvmpipe: Dump fs key's stencil state.
2010-05-12 José Fonsecautil: Add function to dump PIPE_STENCIL_OP_xxx
2010-05-12 José Fonsecallvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.
2010-05-12 Jakob Bornecrantzrbug: Add to all targets that link against trace
2010-05-12 Jakob Bornecrantztrace: Remove rbug from trace
2010-05-12 Jakob Bornecrantzrbug: Use container of macro
2010-05-12 Jakob Bornecrantzrbug: Fix draw blocking
2010-05-12 Jakob Bornecrantzrbug: Fix sampler views and surfaces in context info
2010-05-12 Jakob Bornecrantzrbug: Fix shaders
2010-05-12 Jakob Bornecrantzrbug: Break out of trace
2010-05-12 Brian Paulgallivm: additional comments
2010-05-12 Brian Paulllvmpipe: s/bool/boolean/ in test progs
2010-05-12 Brian Paulgallivm: s/bool/boolean
2010-05-12 Brian Paulgallivm: rename vars, update comments, etc
2010-05-12 Kristian Høgsbergegl_dri2: Zero out driver struct
2010-05-12 Corbin Simpsonr300g: Correct viewport setup for SW TCL.
next