mesa.git
2010-07-28 Kristian Høgsbergglx: Rename __GLXcontext and __GLXdisplayPrivate to...
2010-07-28 Kristian Høgsbergglx: Rename __GLXscreenConfigs to struct glx_screen
2010-07-28 Kristian Høgsbergglx: Use _X_EXPORT instead of our own PUBLIC macro
2010-07-28 Kristian Høgsbergglx: Rename glcontextmodes.[ch] to glxconfig.[ch]
2010-07-28 Kristian Høgsbergglx: Rename __GLcontextModes to struct glx_config
2010-07-28 Kristian Høgsbergglx: Delete unused glcontextmodes.c functions
2010-07-28 Kristian Høgsbergglx: Stop using glcore.h and glxint.h in glx
2010-07-28 Carl WorthAvoid a compiler warning about a potentially unused...
2010-07-28 Carl WorthAvoid compiler warning for unused glx_dpy variable.
2010-07-28 Jerome Glisser600g: cleanup resource buffer/texture mess
2010-07-28 Jerome Glisser600g: add lrp instruction support
2010-07-28 Jerome Glisser600g: actualy fix the literal emission
2010-07-28 Vinson Leeglapi: Fix VMware spelling.
2010-07-28 Vinson Leegallium/docs: Fix VMware spelling.
2010-07-28 Vinson Leedraw: Fix VMware spelling.
2010-07-28 Dave Airlier600g: fix up segfault with variation between views...
2010-07-28 Corbin Simpsongallium/docs: Fix VMware spelling.
2010-07-28 Dave Airlier600g: use gallium util for float->ui conversion
2010-07-28 Vinson Leescons: Fix sunos5 build.
2010-07-28 Jerome Glisser600g: texture support
2010-07-27 Brian Paulllvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()
2010-07-27 Vinson Leer600g: Move declaration before code.
2010-07-27 Jakob Bornecrantzswrastg: Add SWRAST_NO_PRESENT option to not send updat...
2010-07-27 Kristian Høgsbergintel: Remove unused intel/server files
2010-07-27 Jerome Glisser600g: always emit literal after emiting an alu instruction
2010-07-27 José Fonsecallvmpipe: Use lp_build_select_bitwise() where appropriate.
2010-07-27 José Fonsecagallivm: Add lp_build_select_bitwise() alternative...
2010-07-27 Brian Paulcell: comment-out unused fields, functions
2010-07-27 Brian Paulcell: make functions static
2010-07-27 Brian Paulcell: fix segfault when freeing samplers
2010-07-27 Brian Paulcell: comment-out unneeded padding field
2010-07-27 Brian Paulcell: added const qualifier
2010-07-27 Brian Paulutil: fix unused function warning on non-x86
2010-07-26 Kristian Høgsbergglx: Remove function prototypes no longer necessary
2010-07-26 Eric Anholti965: Fix reversed naming of the operations in compute...
2010-07-26 Eric Anholti965: Clean up a few magic numbers to use brw_defines...
2010-07-26 Eric Anholti965: Use MIN2, MAX2 instead of rolling our own.
2010-07-26 Eric Anholti965: Fold the "is arithmetic" bit of 965 opcodes into...
2010-07-26 Eric Anholti965: Remove some duped register size/count definitions
2010-07-26 Eric Anholti965: Move the GRF-to-MRF optimizations to brw_optimize.c.
2010-07-26 Benjamin Segoviai965: Improve (i.e. remove) some grf-to-mrf unnecessary...
2010-07-26 Kristian Høgsbergglx: Drop debug fprintf that snug in with the previous...
2010-07-26 Kristian Høgsbergglx: Enable copy subbuffer patch when GLX_DIRECT_RENDER...
2010-07-26 nobledst/egl: Fix debug line
2010-07-26 nobledutil: fix CPU detection on OS X
2010-07-26 nobledst/xorg: fix use-after-free
2010-07-26 Jakob Bornecrantzi965g: Enable llvm in dri driver if built
2010-07-26 nobledi915g: Fix llvm build
2010-07-26 Kristian Høgsbergglx: Drop duplicate psc field in dri context struct
2010-07-26 Eric Anholti965: Allow VS MOVs to use immediate constants.
2010-07-26 Stephan Schmidr600g: implememt the LIT instruction
2010-07-26 Marek Olšákutil: fix another mutex leak in mempool
2010-07-26 Marek Olšákutil: fix mutex leaks in mempool
2010-07-26 Dave Airlier300g: fix macro substitution problem
2010-07-25 Marek Olšákr300g: implement D24X8 texture sampling for r3xx-r4xx
2010-07-25 Marek Olšákr300g: make sure a texture is large enough for the...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN if the width is POT and...
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN for power-of-two textures...
2010-07-25 Marek Olšákr300g: cleanup texture creation code
2010-07-25 Marek Olšákr300g: reject resources from handles which are not...
2010-07-25 Marek Olšákr300g: cleanup texture debug logging
2010-07-25 Marek Olšákr300g: do not align texture height to 2^n for 1D and...
2010-07-25 Vinson Leenvfx: Move declaration before code.
2010-07-25 Kristian Høgsbergglx: Drop duplicate psc field in drisw context struct
2010-07-24 Eric Anholtglx: Fix another case of confusing driContext and dri2_...
2010-07-24 Eric Anholtglx: Correctly look up the dri2 context pointer for...
2010-07-24 Kristian Høgsbergglx: Don't destroy context with XID 0
2010-07-24 Kristian Høgsbergglx: Fix use after free case when destroying screens
2010-07-24 Kristian Høgsbergglx: zero out drawable structs after allocation
2010-07-24 Kristian Høgsbergglx: Refactor and simplify context creation
2010-07-24 Kristian Høgsbergglx: Fix indirect screen initialization
2010-07-24 Kristian Høgsbergglx: Move context destroy to context vtable
2010-07-24 Vinson Leeutil: Add PIPE_OS_CYGWIN to u_network.
2010-07-24 Jerome Glisser600g: first pass at texture support
2010-07-24 Vinson Leescons: Add sunos5 to list of accepted platforms.
2010-07-24 Vinson Leer600g: Fix SCons build.
2010-07-24 Vinson Leescons: Use '-Wmissing-field-initializers' on GCC 4...
2010-07-23 Vinson Leemesa: Fix Cygwin build with llvm enabled.
2010-07-23 Christopher... gallium: Fix build with llvm installed in non-standard...
2010-07-23 Jerome Glisser600g: fix dp2, dp3, dp4 tokens
2010-07-23 Jerome Glisser600g: add RSQ token support
2010-07-23 Jerome Glisser600g: drop compiler stuff and switch over dumb tgsi...
2010-07-23 Eric Anholtglx: Don't try to swap a front buffer if we don't have...
2010-07-23 Brian Paulst/mesa: get rid of unneeded ureg_writemask()
2010-07-23 Brian Paulst/mesa: fix bug in emit_adjusted_wpos()
2010-07-23 Eric Anholti965: Cleanly fail programs with unsupported array...
2010-07-23 Eric Anholti965: Add support for VS relative addressing of tempora...
2010-07-23 Brian Pauldraw: add small ybias factor for drawing wide points
2010-07-23 Brian Pauldocs: document new extensions for Gallium
2010-07-23 Michal Krolsoftpipe: Check for NULL pointer in sp_destroy_tile_cac...
2010-07-23 Michal Krolsoftpipe: Check for NULL pointer in sp_destroy_tex_tile...
2010-07-23 Christoph Bumillernv50: implement depth clamp
2010-07-23 Thomas Hellstromxorg/vmwgfx: Implement early mode pruning based on...
2010-07-23 Thomas Hellstromst/xorg: Init the Gallium3D / libkms resources in pre...
2010-07-23 Thomas Hellstromst/xorg: Kill a couple of compilation warnings
2010-07-23 Thomas Hellstromst/xorg vmwgfx/xorg: Add a pre-init customizer callback
2010-07-23 Thomas Hellstromst/xorg: Add a possibility to prune modes and limit...
2010-07-23 Jakob Bornecrantzllvmpipe: Partially fix resource texture from_handle
2010-07-23 Jakob Bornecrantzllvmpipe: Don't align values already aligned
2010-07-23 Jakob Bornecrantzi915g: Rename winsys debug options
next