mesa.git
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Brian Paulsoftpipe: add const qualifier to silence warnings
2011-08-25 Dave Airlieglsl_to_tgsi: add TXF support. (v2)
2011-08-25 Dave Airliesoftpipe: implement TXF support via get_texel callback
2011-08-25 Dave Airlietgsi: add TXF support.
2011-08-25 Dave Airlieglsl_to_tgsi: implement TXS/TXQ. (v2)
2011-08-25 Dave Airliesoftpipe: add get_dims callback for TXQ support. (v2)
2011-08-25 Dave Airlietgsi: add TXQ support. (v2)
2011-08-25 Kenneth Graunkeglsl: Implement the GL_ARB_conservative_depth extension.
2011-08-25 Kai WasserbächDocument the return type coding style.
2011-08-25 Kai WasserbächChange return type of try_emit_* methods to bool.
2011-08-25 Christoph Bumillerd3d1x: save to correct slot in xs_set_constant_buffers
2011-08-25 Christoph Bumillerd3d1x: fix xs_set_samplers
2011-08-25 Chia-I Wuandroid: add support for r600g
2011-08-25 Chia-I Wuwinsys/radeon: share the source list
2011-08-25 Chia-I Wuwinsys/r600: share the source list
2011-08-25 Chia-I Wur600g: share the source list
2011-08-24 Ian Romanickglsl: Make sure that Extensions.dummy_true is set to...
2011-08-24 Brian Paulvbo: remove unused var, remove unneeded local var
2011-08-24 Brian Paulllvmpipe: add more restrict keywords
2011-08-24 Paul Berrydocs: Document coding style conventions
2011-08-24 Brian Paulswrast: Remove swrast eject/validate texture image...
2011-08-24 Eric Anholtradeon: Fix flushing before writing a teximage's BO...
2011-08-24 Brian Paulst/mesa: remove st_texture_image::face,level fields
2011-08-24 Brian Paulintel: use new gl_texture_image:Face, Level fields
2011-08-24 Brian Paulmesa: add gl_texture_image::Face, Level fields
2011-08-24 Brian Paulx11: add missing comma to fix compilation
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...
next