mesa.git
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
2010-07-23 Jakob Bornecrantzi915g: Allow wrapping with software pipes
2010-07-23 Jakob Bornecrantzi915g: Set total_nblocksy in from_handle
2010-07-23 Jakob Bornecrantzi915g: Add some debug prints in texture code
2010-07-23 Jakob Bornecrantzi915g: Ifdef out debug code on non-debug builds
2010-07-23 Jakob Bornecrantztgsi: Fix error message on invalid swizzle parse
2010-07-23 Kristian Høgsbergglx: Drop screen argument to GetGLXDRIDrawable
2010-07-23 Kristian Høgsbergglx: Move WaitGL, WaitX, UseXFont to context vtable...
2010-07-23 Kristian Høgsbergglx: Allocate the __GLXcontext in the DRI drivers
2010-07-23 Kristian Høgsbergglx: Use _Xglobal_lock for protecting extension display...
2010-07-22 Brian Paulglsl: remove invalid _mesa_problem() call
2010-07-22 Brian Pauldraw: re-order optimization passes depending on LLVM...
2010-07-22 Brian Pauldraw: added new assertions to clipping code
2010-07-22 Eric Anholti965: Respect VS/VP point size result when enabled.
2010-07-22 Eric Anholti965: Fix the disasm output for da16 src widths.
2010-07-22 Eric Anholti965: Avoid extra MOV in VS indirect register reads.
2010-07-22 Eric Anholti965: Fix up VS temporary array access for fixed index...
2010-07-22 Henri Verbeetr600: Flip point sprite coordinates when rendering...
2010-07-22 Eric Anholti965: In the VS, multiply the address reg by the approp...
2010-07-22 Eric Anholti965: Clean up brw_dp_READ_4_vs() now that it has fewer...
2010-07-22 Eric Anholti965: Support relative addressed VS constant reads...
2010-07-22 Eric Anholti965: Fix the DP read msg_control definitions other...
2010-07-22 Eric Anholti965: Clean up dead code from the VS get_constant/get_r...
2010-07-22 Eric Anholti956: Set the execution size correctly for scratch...
2010-07-22 Eric Anholti965: Set the GEM domain flags for the scratch space.
2010-07-22 Eric Anholti965: Use the pretty define for 4-oword DP reads.
2010-07-22 Eric Anholti965: Set the send commit bit on register spills as...
2010-07-22 Eric Anholti965: Add disasm for dataport reads (register unspilling).
2010-07-22 Kristian Høgsbergglx: Move last few dri_interface.h types out of glxclie...
2010-07-22 Kristian Høgsbergglx: Move __driContext field out of __GLXcontextRec
2010-07-21 Brian Paulsoftpipe: add missing support for PIPE_FORMAT_S8_USCALE...
2010-07-21 Brian Paulsoftpipe: fix sp_tile_cache_flush_clear() regression
2010-07-21 Jerome GlisseRevert "dri2: Remove an unused variable."
2010-07-21 Jerome Glisser600g: add support for all R6XX/R7XX asic
2010-07-21 Dave Airlier600g: add r600 compile mode to compiler.
2010-07-21 Dave Airlier600g: add family retrival
2010-07-21 Marek Olšákllvmpipe: say no to depth clamp
2010-07-21 Marek Olšákr300g: implement depth clamp
2010-07-21 Marek Olšákr300g: cleanup clip state emission
2010-07-21 Marek Olšákdraw: disable depth clipping if depth clamp is enabled
2010-07-21 Marek Olšákst/mesa: implement depth clamp
2010-07-21 Marek Olšákcso: handle depth clamp
2010-07-21 Marek Olšákgallium: add depth clamp to the interface
2010-07-21 Carl WorthAdd missing initialization of inOutFlags pointer.
2010-07-21 Carl WorthMakefiles: Don't complain if depend file to be included...
2010-07-21 Carl Worthi965: Remove an unused variable.
2010-07-21 Carl Worthdri2: Remove an unused variable.
2010-07-21 Carl WorthRegenerate program/lex.yy.c
2010-07-21 Carl WorthAvoid more warnings in flex-generated code.
2010-07-21 Carl WorthAvoid warnings in flex-generated code.
2010-07-21 Brian Pauldraw: tweak aa line width threshold and sampling
2010-07-21 Patrice Mandinnouveau/nvfx: Add new PIPE_CAP values
2010-07-21 Brian Paulgallivm: replace has_indirect_addressing field with...
2010-07-21 Brian Paultgsi: added tgsi_shader_info::indirect_files field
2010-07-21 Brian Paulgallivm: refactor code into get_indirect_offsets()...
next