summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt
2010-07-26ir_to_mesa: Flag when we use the address reg.Eric Anholt
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
2010-07-26r300g: fix macro substitution problemDave Airlie
2010-07-25r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák
2010-07-25r300g: make sure a texture is large enough for the CBZB clearMarek Olšák
2010-07-25r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák
2010-07-25r300g: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák
2010-07-25r300g: cleanup texture creation codeMarek Olšák
2010-07-25r300g: reject resources from handles which are not large enoughMarek Olšák
2010-07-25r300g: cleanup texture debug loggingMarek Olšák
2010-07-25r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped texturesMarek Olšák
2010-07-24nvfx: Move declaration before code.Vinson Lee
2010-07-24glx: Drop duplicate psc field in drisw context structKristian Høgsberg
2010-07-23glx: Fix another case of confusing driContext and dri2_context *Eric Anholt
2010-07-23glx: Correctly look up the dri2 context pointer for SetTexBuffer.Eric Anholt
2010-07-23glx: Don't destroy context with XID 0Kristian Høgsberg
2010-07-23glx: Fix use after free case when destroying screensKristian Høgsberg
2010-07-23glx: zero out drawable structs after allocationKristian Høgsberg
2010-07-23glx: Refactor and simplify context creationKristian Høgsberg
2010-07-23glx: Fix indirect screen initializationKristian Høgsberg
2010-07-23glx: Move context destroy to context vtableKristian Høgsberg
2010-07-23util: Add PIPE_OS_CYGWIN to u_network.Vinson Lee
2010-07-23r600g: first pass at texture supportJerome Glisse
2010-07-23r600g: Fix SCons build.Vinson Lee
2010-07-23mesa: Fix Cygwin build with llvm enabled.Vinson Lee
2010-07-23gallium: Fix build with llvm installed in non-standard locationChristopher James Halse Rogers
2010-07-23r600g: fix dp2, dp3, dp4 tokensJerome Glisse
2010-07-23r600g: add RSQ token supportJerome Glisse
2010-07-23r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse
2010-07-23glx: Don't try to swap a front buffer if we don't have one.Eric Anholt