summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-07-23st/mesa: get rid of unneeded ureg_writemask()Brian Paul
2010-07-23st/mesa: fix bug in emit_adjusted_wpos()Brian Paul
2010-07-23i965: Cleanly fail programs with unsupported array access.Eric Anholt
2010-07-23i965: Add support for VS relative addressing of temporary arrays.Eric Anholt
2010-07-23draw: add small ybias factor for drawing wide pointsBrian Paul
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tile_cache().Michal Krol
2010-07-23softpipe: Check for NULL pointer in sp_destroy_tex_tile_cache().Michal Krol
2010-07-23nv50: implement depth clampChristoph Bumiller
2010-07-23xorg/vmwgfx: Implement early mode pruning based on max fb size.Thomas Hellstrom
2010-07-23st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom
2010-07-23st/xorg: Kill a couple of compilation warningsThomas Hellstrom
2010-07-23st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom