i965: fix PIPE_CONTROL command for gen6.
[mesa.git] / src / gallium /
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.
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 Corbin Simpsonr300g: Correct viewport setup for SW TCL.
2010-05-12 Corbin Simpsonr300g: Add VBO dumper for SW TCL.
2010-05-12 Corbin Simpsonr300g: Immediate mode won't work with SW TCL right...
2010-05-12 Corbin Simpsonr300g: Fix indentation.
2010-05-12 Brian Paulgallivm: comment out LLVMUnionTypeKind case
2010-05-12 Brian Paulgallivm: rename texel result param
2010-05-12 Brian Paulgallivm: add a few comments
2010-05-12 Brian Paulgallivm/llvmpipe: add const qualifiers
2010-05-12 Brian Paulgallivm: added lp_typekind_name() util function
2010-05-12 Brian Paultgsi: also count instructions in tgsi_scan_shader()
2010-05-12 José Fonsecallvmpipe: Handle PIPE_CAP_GUARD_*.
2010-05-12 José Fonsecallvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
2010-05-12 José Fonsecallvmpipe: Move the opaque flag computation into the...
2010-05-12 José Fonsecasvga: Advertise shader limits.
2010-05-12 José Fonsecallvmpipe: Advertise (gallivm's) shader limits.
2010-05-12 José Fonsecasoftpipe: Adverstise (tgsi_exec's) shader limits.
2010-05-12 José Fonsecagallium: Add new fine grained PIPE_CAP_xx for shader...
2010-05-12 José Fonsecagallium: Make PIPE_CAP_xxx enums.
2010-05-12 Chia-I Wust/egl: Link egl-apis to LLVM when enabled.
2010-05-12 Chia-I Wumesa/es: Merge back to core mesa.
2010-05-11 José Fonsecamesa/st+tgsi: Provide a free callback to match with...
2010-05-11 Brian Paulllvmpipe: fix texture image size calculation
2010-05-11 Brian Paulllvmpipe: add a simple resource tracking/debug feature
2010-05-11 Brian Paulllvmpipe: remove trailing whitespace, rewrap comment
2010-05-11 José Fonsecascons: Export shouldn't be part of the if stanza.
2010-05-11 Michel Dänzerst/xorg: Fix SCons build.
2010-05-11 José Fonsecatests/graw: raw -> graw
2010-05-11 Chia-I Wugallium: Add llvmpipe support to st/egl.
2010-05-10 Brian Paulllvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE
2010-05-10 Brian Paulllvmpipe: fix up indexing of blend/colormask state...
2010-05-10 Brian Paulllvmpipe: update image dump/debug code
2010-05-10 Brian Paulllvmpipe: add, update, rewrap comments
next