mesa.git
2011-08-24 Dave Airlier600g: fill out missing entries in opcode tables.
2011-08-24 Chia-I Wuwinsys/svga: use os_mmap() for memory mapping
2011-08-24 Chia-I Wuwinsys/radeon: use os_mmap() for memory mapping
2011-08-24 Chia-I Wuauxiliary/os: add wrappers for mmap/munmap
2011-08-23 Ian Romanicki965: Only map the necessary buffer range in brw_prepar...
2011-08-23 Ian Romanicktnl: Only map the necessary buffer range in bind_indices
2011-08-23 Ian Romanickmesa: Only map the necessary buffer range in vbo_get_mi...
2011-08-23 Ian Romanickmesa: Eliminate dd_function_table::MapBuffer
2011-08-23 Ian Romanickradeon: Hack up an implementation of MapBufferRange
2011-08-23 Ian Romanickmesa: Fix incorrect access parameter passed to MapBuffer
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickintel: Correctly check for read-only mappings in intel_...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 José Fonsecamake: Add missing source file.
2011-08-23 Eric Anholti965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a
2011-08-23 Eric Anholti965/gen6+: Use non-normalized coordinates for GL_TEXTU...
2011-08-23 Kenneth Graunkei965: Implement textureSize (TXS) on Gen4.
2011-08-23 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-23 Kenneth Graunkei965/fs: Rudimentary support for non-floating point...
2011-08-23 Kenneth Graunkeglsl/builtins: Uncomment textureSize prototypes.
2011-08-23 Kenneth Graunketexture_builtins.py: Add support for textureSize (txs).
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-23 Maarten Lankhorstst/xorg: Advertise support for XvMC
2011-08-23 Chia-I Wumesa: call _mesa_set_vp_override in glDrawTex*
2011-08-23 Chia-I Wuauxiliary: share the source lists
2011-08-23 Chia-I Wuscons: add ParseSourceList method
2011-08-22 Kenneth Graunkeglsl: Make ir_validate actually visit ir_if nodes.
2011-08-22 Chad Versaceintel: Abort when DRI2 separate stencil handshake fails
2011-08-22 Kenneth Graunkeglsl_to_tgsi: Fix a few more struct vs. class warnings.
2011-08-20 Bryan Cainglsl_to_tgsi: emit a MAD(b, -a, b) for !a && b
2011-08-20 Bryan Cainglsl_to_tgsi: fix typo
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_binop_all_equal using DP4...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_binop_any_nequal using DP4...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_unop_any using DP4 w/saturat...
2011-08-20 Bryan Cainglsl_to_tgsi: make glsl_to_tgsi_visitor::emit_dp return...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_binop_logic_or using an...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_unop_logic_not using 1-x
2011-08-20 Chia-I Wust/egl: add a missing include
2011-08-20 Chia-I Wust/egl: improve error logging
2011-08-20 Chia-I Wust/egl: add buffer preserving support to Android
2011-08-20 Chia-I Wust/egl: improve buffer cache for Android
2011-08-20 Chia-I Wust/egl: swapping without a buffer is not an error
2011-08-20 Chia-I Wust/egl: use HAL formats for Android backend
2011-08-20 Chia-I Wuwinsys/sw/android: use HAL formats
2011-08-20 Chia-I Wuwinsys/sw/android: set bo usage correctly
2011-08-20 Chia-I Wuandroid: make libGLES_mesa real
2011-08-20 Chia-I Wuandroid: build shared glapi
2011-08-20 Chia-I Wuandroid: build glsl
2011-08-20 Chia-I Wuandroid: build core mesa
2011-08-20 Chia-I Wuandroid: build core EGL
2011-08-20 Chia-I Wuandroid: build softpipe
2011-08-20 Chia-I Wuandroid: build android sw winsys
2011-08-20 Chia-I Wuandroid: build targets/egl-static
2011-08-20 Chia-I Wuandroid: build st/egl with android backend
2011-08-20 Chia-I Wuandroid: build gallium auxiliaries
2011-08-20 Chia-I Wuandroid: build libGLES_mesa
2011-08-20 Chia-I Wutargets/egl-static: do not rely on libudev on Android
2011-08-20 Chia-I Wust/egl: add android backend
2011-08-20 Chia-I Wuwinsys/android: new SW winsys for Android
2011-08-20 Chia-I Wuegl: add Android-specific extensions
2011-08-20 Chia-I Wuegl: add _EGL_PLATFORM_ANDROID
2011-08-20 Chia-I Wumesa: android has no log2f nor ffs
2011-08-20 Chia-I Wuralloc: include limits.h for SIZE_MAX on Android
2011-08-20 Chia-I Wugallium: add PIPE_OS_ANDROID support
2011-08-20 Chia-I Wuglsl: remove an unnecessary header include
2011-08-20 Chia-I Wumesa: fix !FEATURE_GL build
2011-08-20 Kenneth Graunkei965/gen7: Use align1 mode to set URB_WRITE_HWORD chann...
2011-08-20 Kenneth Graunkei965/fs: Don't double-convert integer/boolean uniforms.
2011-08-20 Kenneth Graunkemesa, glsl_to_tgsi: Add new gl_context::NativeIntegers...
2011-08-20 Kenneth Graunkeir_to_mesa: Remove incorrect usage of the 'struct'...
2011-08-20 Kenneth Graunkei965/fs: Change incorrect use of 'struct fs_reg' to...
2011-08-20 Kenneth Graunkeglsl: Remove unused variable.
2011-08-20 Eric Anholti965/vs: Implement proper register allocation instead...
2011-08-20 Eric Anholti965/vs: Add simple dead code elimination.
2011-08-19 Eric Anholti965/vs: Copy the live intervals calculation over from...
2011-08-19 Eric Anholti965/vs: Remove stale comment about compressed instruct...
2011-08-19 Marek Olšákr600g: don't allocate separate depth and stencil for...
2011-08-19 Marek Olšákr600g: finally enable float depth buffers on evergreen
2011-08-19 Marek Olšákr600g: rename resource -> view in create_sampler_view
2011-08-19 Marek Olšákr600g: hack around a problem with texture alignment
2011-08-19 Marek Olšákr600g: simplify the conditionals determining array...
2011-08-19 Marek Olšákr600g: put depth and stencil into one backing buffer
2011-08-19 Marek Olšákr600g: fix depth-stencil on evergreen
2011-08-19 Brian Paulmesa: handle array textures in GenerateMipmap(), Frameb...
2011-08-19 Brian Paulmeta: use fallback mipmap generation for 1D/2D texture...
2011-08-19 Brian Paulmesa: set Q=1 for OPCODE_TEX execution
2011-08-19 Brian Paulmesa: restructure error checking in _mesa_FramebufferTe...
2011-08-19 Chad Versacemesa: Declare _mesa_meta_begin()/end() as public
2011-08-19 Christoph Bumillernv50: fix potential null deref in insn modifer optimiza...
2011-08-19 Brian Paulglx: use a block to fix declarations after code warning
2011-08-19 Marek Olšákr600g: fix a possible crash in r600_adjust_gprs
2011-08-18 Brian Paulmesa: fix incorrect error code in _mesa_FramebufferText...
2011-08-18 Paul Berryglapi: update .gitignore for generated ES dispatch...
2011-08-18 José Fonsecallvmpipe: Don't build lp_test_arit on MSVC.
2011-08-18 José Fonsecallvmpipe: snprintf->util_snprintf.
2011-08-18 José Fonsecallvmpipe: Add u_math.h include.
next