summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-28glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg7-101/+74
2010-07-28glx: Rename glcontextmodes.[ch] to glxconfig.[ch]Kristian Høgsberg7-7/+4
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg17-289/+258
2010-07-28glx: Delete unused glcontextmodes.c functionsKristian Høgsberg3-101/+0
2010-07-28glx: Stop using glcore.h and glxint.h in glxKristian Høgsberg3-93/+90
2010-07-28Avoid a compiler warning about a potentially unused variable.Carl Worth1-1/+1
2010-07-28Avoid compiler warning for unused glx_dpy variable.Carl Worth1-1/+1
2010-07-28r600g: cleanup resource buffer/texture messJerome Glisse10-259/+217
2010-07-28r600g: add lrp instruction supportJerome Glisse1-3/+80
2010-07-28r600g: actualy fix the literal emissionJerome Glisse1-3/+3
2010-07-28glapi: Fix VMware spelling.Vinson Lee1-1/+1
2010-07-28gallium/docs: Fix VMware spelling.Vinson Lee1-2/+2
2010-07-28draw: Fix VMware spelling.Vinson Lee3-3/+3
2010-07-28r600g: fix up segfault with variation between views and count.Dave Airlie1-4/+18
2010-07-27gallium/docs: Fix VMware spelling.Corbin Simpson1-2/+2
2010-07-28r600g: use gallium util for float->ui conversionDave Airlie2-19/+6
2010-07-27scons: Fix sunos5 build.Vinson Lee2-0/+6
2010-07-27r600g: texture supportJerome Glisse7-9/+610
2010-07-27llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()Brian Paul1-2/+3
2010-07-27r600g: Move declaration before code.Vinson Lee1-2/+5
2010-07-27swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz1-1/+9
2010-07-27intel: Remove unused intel/server filesKristian Høgsberg5-397/+2
2010-07-27r600g: always emit literal after emiting an alu instructionJerome Glisse1-29/+32
2010-07-27llvmpipe: Use lp_build_select_bitwise() where appropriate.José Fonseca1-11/+11
2010-07-27gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca2-22/+50
2010-07-26cell: comment-out unused fields, functionsBrian Paul1-2/+4
2010-07-26cell: make functions staticBrian Paul1-3/+3
2010-07-26cell: fix segfault when freeing samplersBrian Paul1-1/+1
2010-07-26cell: comment-out unneeded padding fieldBrian Paul1-1/+1
2010-07-26cell: added const qualifierBrian Paul1-1/+1
2010-07-26util: fix unused function warning on non-x86Brian Paul1-0/+3
2010-07-26glx: Remove function prototypes no longer necessaryKristian Høgsberg1-7/+0
2010-07-26i965: Fix reversed naming of the operations in compute-to-mrf optimization.Eric Anholt3-6/+11
2010-07-26i965: Clean up a few magic numbers to use brw_defines.h defs.Eric Anholt3-18/+20
2010-07-26i965: Use MIN2, MAX2 instead of rolling our own.Eric Anholt1-15/+12
2010-07-26i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list.Eric Anholt1-50/+26
2010-07-26i965: Remove some duped register size/count definitionsEric Anholt2-34/+26
2010-07-26i965: Move the GRF-to-MRF optimizations to brw_optimize.c.Eric Anholt3-619/+618
2010-07-26i965: Improve (i.e. remove) some grf-to-mrf unnecessary movesBenjamin Segovia1-2/+626
2010-07-26glx: Drop debug fprintf that snug in with the previous commitKristian Høgsberg1-2/+0
2010-07-26glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #definedKristian Høgsberg1-1/+3
2010-07-26st/egl: Fix debug linenobled1-1/+1
2010-07-26util: fix CPU detection on OS Xnobled1-6/+6
2010-07-26st/xorg: fix use-after-freenobled1-1/+1
2010-07-26i965g: Enable llvm in dri driver if builtJakob Bornecrantz1-3/+8
2010-07-26i915g: Fix llvm buildnobled1-1/+1
2010-07-26glx: Drop duplicate psc field in dri context structKristian Høgsberg1-3/+2
2010-07-26i965: Allow VS MOVs to use immediate constants.Eric Anholt1-0/+1
2010-07-26r600g: implememt the LIT instructionStephan Schmid1-1/+119
2010-07-26util: fix another mutex leak in mempoolMarek Olšák1-2/+1