mesa.git
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.
2011-08-18 José Fonsecascons: Add support for LLVM-2.9 on Windows.
2011-08-18 Kristian Høgsbergglx: Don't flush twice if we fallback to dri2CopySubBuffer
2011-08-17 Marek Olšákr600g: implement NV_primitive_restart functionality...
2011-08-17 Marek Olšákr600g: fix scons build
2011-08-17 Eric Anholti965/fs: Fix 32-bit integer multiplication.
2011-08-17 Christoph Bumillernv50: don't drop flags definition when merging SAT...
2011-08-17 Brian Paulst/mesa: fix incorrect loop over instruction src regs
2011-08-17 Lauri Kasanenst/dri: Indent driconf options
2011-08-17 Lauri Kasanenxmlpool.h: fix a typo
2011-08-17 Lauri Kasanenxmlconfig: Make the error message more informative
2011-08-16 Ian Romanickmesa: Bump instruction execution limit to 65536
2011-08-16 Ian Romanickmesa: Add partial constant propagation pass for Mesa IR
2011-08-16 Ian Romanickir_to_mesa: Emit a MAD(b, -a, b) for !a && b
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_all_equal using DP4...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_any_nequal using DP4...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_unop_any using DP4 w/saturate...
2011-08-16 Ian Romanickir_to_mesa: Make ir_to_mesa_visitor::emit_dp return...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_logic_or using an add...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_unop_logic_not using 1-x
2011-08-16 Chad Versacemesa: Add Android to list of platforms that define...
2011-08-16 Chad Versacemesa: Fix Android build by #ifdef'ing out locale support
2011-08-16 Chad Versacemesa: Remove use of fpu_control.h
2011-08-16 Eric Anholti965/vs: Fix multiplies to actually do 32-bit multiplies.
2011-08-16 Eric Anholti965/vs: Add support for conversion of FIXED_HW_REG...
2011-08-16 Eric Anholti965/vs: Fix memory leak of ralloc context for the...
2011-08-16 Eric Anholti965/vs: Fix condition code for scalar expression all_e...
2011-08-16 Eric Anholti965/vs: Don't assertion fail on vertex texturing.
2011-08-16 Eric Anholti965/gen6: Force WHILE exec size to 8.
2011-08-16 Eric Anholti965/vs: Remove remaining use of foreach_iter.
2011-08-16 Eric Anholti965/vs: Fix abs/negate handling on attributes.
2011-08-16 Eric Anholti965/vs: Avoid generating a MOV for most ir_assignment...
2011-08-16 Eric Anholti965/vs: Run the shader backend at link time and return...
2011-08-16 Eric Anholti965: Fix assertion failure on a loop consisting of...
2011-08-16 Eric Anholti965/vs: Fix the trivial register allocator's failure...
2011-08-16 Eric Anholti965/vs: Add support for if(any(bvec)) on gen6.
2011-08-16 Eric Anholti965/vs: Add support for GL_FIXED attributes.
2011-08-16 Eric Anholti965/vs: Clamp vertex color outputs when required by...
2011-08-16 Eric Anholti965/vs: Fix access of attribute arrays.
2011-08-16 Eric Anholti965/vs: Fix builtin uniform setup.
2011-08-16 Eric Anholti965/vs: Add support for loops.
2011-08-16 Eric Anholti965/vs: Add support for ir_binop_pow.
2011-08-16 Eric Anholti965/vs: Respect the gen6 limitation that math opcodes...
2011-08-16 Eric Anholti965/vs: Fix implementation of ir_unop_any.
2011-08-16 Eric Anholti965/vs: Slightly improve the trivial reg allocator...
2011-08-16 Eric Anholti965: Add gen6 disassembly for DP render cache messages.
2011-08-16 Eric Anholti965/vs: Enable variable array indexing in the VS.
2011-08-16 Eric Anholti965/vs: Add support for scratch read/write codegen.
next