summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-28glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg
2010-07-28glx: Delete unused glcontextmodes.c functionsKristian Høgsberg
2010-07-28glx: Stop using glcore.h and glxint.h in glxKristian Høgsberg
2010-07-28Avoid a compiler warning about a potentially unused variable.Carl Worth
2010-07-28Avoid compiler warning for unused glx_dpy variable.Carl Worth
2010-07-28r600g: cleanup resource buffer/texture messJerome Glisse
2010-07-28r600g: add lrp instruction supportJerome Glisse
2010-07-28r600g: actualy fix the literal emissionJerome Glisse
2010-07-28glapi: Fix VMware spelling.Vinson Lee
2010-07-28gallium/docs: Fix VMware spelling.Vinson Lee
2010-07-28draw: Fix VMware spelling.Vinson Lee
2010-07-28r600g: fix up segfault with variation between views and count.Dave Airlie
2010-07-27gallium/docs: Fix VMware spelling.Corbin Simpson
2010-07-28r600g: use gallium util for float->ui conversionDave Airlie
2010-07-27scons: Fix sunos5 build.Vinson Lee
2010-07-27r600g: texture supportJerome Glisse
2010-07-27llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()Brian Paul
2010-07-27r600g: Move declaration before code.Vinson Lee
2010-07-27swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz
2010-07-27intel: Remove unused intel/server filesKristian Høgsberg
2010-07-27r600g: always emit literal after emiting an alu instructionJerome Glisse
2010-07-27llvmpipe: Use lp_build_select_bitwise() where appropriate.José Fonseca
2010-07-27gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca
2010-07-26cell: comment-out unused fields, functionsBrian Paul
2010-07-26cell: make functions staticBrian Paul
2010-07-26cell: fix segfault when freeing samplersBrian Paul
2010-07-26cell: comment-out unneeded padding fieldBrian Paul
2010-07-26cell: added const qualifierBrian Paul
2010-07-26util: fix unused function warning on non-x86Brian Paul
2010-07-26glx: Remove function prototypes no longer necessaryKristian Høgsberg
2010-07-26i965: Fix reversed naming of the operations in compute-to-mrf optimization.Eric Anholt
2010-07-26i965: Clean up a few magic numbers to use brw_defines.h defs.Eric Anholt
2010-07-26i965: Use MIN2, MAX2 instead of rolling our own.Eric Anholt
2010-07-26i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list.Eric Anholt
2010-07-26i965: Remove some duped register size/count definitionsEric Anholt
2010-07-26i965: Move the GRF-to-MRF optimizations to brw_optimize.c.Eric Anholt
2010-07-26i965: Improve (i.e. remove) some grf-to-mrf unnecessary movesBenjamin Segovia
2010-07-26glx: Drop debug fprintf that snug in with the previous commitKristian Høgsberg
2010-07-26glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #definedKristian Høgsberg
2010-07-26st/egl: Fix debug linenobled
2010-07-26util: fix CPU detection on OS Xnobled
2010-07-26st/xorg: fix use-after-freenobled
2010-07-26i965g: Enable llvm in dri driver if builtJakob Bornecrantz
2010-07-26i915g: Fix llvm buildnobled
2010-07-26glx: Drop duplicate psc field in dri context structKristian Høgsberg
2010-07-26i965: Allow VS MOVs to use immediate constants.Eric Anholt
2010-07-26r600g: implememt the LIT instructionStephan Schmid
2010-07-26util: fix another mutex leak in mempoolMarek Olšák
2010-07-26util: fix mutex leaks in mempoolMarek Olšák