OSDN Git Service

android-x86/external-mesa.git
2011-08-04 Chia-I Wuwinsys/sw/android: set bo usage correctly gingerbread-x86
2011-08-04 Chia-I Wutargets/egl-static: print the driver used
2011-08-04 Chih-Wei Huangandroid: fix a possible building issue
2011-08-04 Chia-I Wuegl_dri2: set log proc upon initialization
2011-08-04 Chia-I Wuandroid: use different LOG_TAG for st/egl and egl_dri2
2011-08-03 Chia-I Wuandroid: use r300g's copy of r300 compiler
2011-08-03 Marek Olšákr300g: copy the compiler from r300c
2011-08-03 Chia-I Wuandroid: rename libmesa_classic_egl to libmesa_egl_dri2
2011-08-03 Chia-I Wuandroid: rename libmesa_classic_mesa to libmesa_dricore
2011-08-03 Chia-I Wuandroid: avoid '..' in LOCAL_SRC_FILES
2011-08-03 Chia-I Wuandroid: drop the 'c' suffix of classic drivers
2011-08-03 Chia-I WuRevert "android: fix depth/stencil with i915c/i965c"
2011-08-02 Chia-I Wuandroid: add a missing file after merging 7.11
2011-08-02 Chia-I WuMerge commit 'mesa-7.11' into android-gingerbread-7.11
2011-08-02 Chia-I Wust/egl: add a missing include
2011-08-01 Ian Romanickmesa: Bump version to 7.11 (final)
2011-08-01 Ian Romanickdocs: More bits of 7.11 release notes
2011-08-01 Chia-I Wuandroid: build glsl_compiler
2011-08-01 Chia-I Wuandroid: remove unneeded header includes
2011-07-31 Jeremy Huddlestondarwin: Use machine/endian.h to determine endianness
2011-07-31 Jeremy HuddlestonFix PPC detection on darwin
2011-07-31 Chia-I Wuandroid: libdrm_radeon is not needed for r600g
2011-07-31 Chia-I Wuwinsys/sw/android: use HAL formats
2011-07-31 Chia-I Wust/egl: add buffer preserving support to Android
2011-07-31 Chia-I Wust/egl: improve buffer cache for Android
2011-07-30 Chia-I Wuegl_dri2: add pbuffer support to Android platform
2011-07-30 Chia-I Wuegl_android: removed in favor of egl_dri2
2011-07-30 Chia-I Wuegl_dri2: add support for Android
2011-07-30 Chia-I Wuegl_dri2: properly destroy contexts
2011-07-30 Chia-I Wust/egl: use HAL formats for Android backend
2011-07-28 Ian RomanickMerge remote-tracking branch 'origin/7.11' into 7.11
2011-07-28 Ian Romanickmesa: Bump version to 7.11-rc4
2011-07-28 Vadim Girlinr600g: fix vs export count
2011-07-28 Kenneth Graunkei965: Remove the now unused intel_renderbuffer::draw_of...
2011-07-28 Kenneth Graunkei965: Check actual tile offsets in Gen4 miptree workaround.
2011-07-28 Kenneth Graunkei965/gen4: Fix message parameter loading for 1D TXD...
2011-07-28 Fredrik Höglundst/mesa: fix the texture format in st_context_teximage
2011-07-28 Ian Romanickmesa: Ensure that r300 compiler files only appear once...
2011-07-28 Ian Romanickmesa: Bump version to 7.11-rc3
2011-07-28 Ian Romanickmesa: Use --dereference to avoid symlinks in tarballs
2011-07-28 Eric Anholti965/fs: Fix MRT drawing since the m0->m2 move for...
2011-07-28 Eric Anholti965: Fix many of the trivial WebGL demos that broke...
2011-07-28 Eric Anholti965: Emit texture cache flushes on gen6 along with...
2011-07-28 Paul Berryi965: vs optimization fix: Check val.{negate,abs} in...
2011-07-28 Kenneth Graunkei965/gen7: Fix shadow sampling in the old brw_wm_emit...
2011-07-28 Kenneth Graunkei965/fs: Clear result before visiting shadow comparitor...
2011-07-28 Ian Romanickglsl: Treat ir_dereference_array of non-var as a consta...
2011-07-28 Ian Romanicki965: When emitting a src/dst read of an output, keep...
2011-07-28 Ian Romanicki965: When emitting a src/dst write of an output, keep...
2011-07-28 Ian Romanickprog_optimize: Set unused regs to PROGRAM_UNDEFINED...
2011-07-28 Ian Romanickir_to_mesa: Copy reladdr in src_reg(dst_reg) constructor
2011-07-28 Ian Romanickir_to_mesa: Add each relative address to the previous
2011-07-28 Ian Romanickglsl: When lowering non-constant vector indexing, respe...
2011-07-28 Ian Romanickglsl: When lowering non-constant array indexing, respec...
2011-07-28 Ian Romanickglsl: Rework lowering of non-constant array indexing
2011-07-28 Ian Romanickglsl: Split out part of variable_index_to_cond_assign_v...
2011-07-28 Ian Romanickglsl: Move is_array_or_matrix outside visitor class
2011-07-27 Marek Olšákconfigure.ac: add DLOPEN_LIBS to xlib build
2011-07-27 Benjamin Franzkewayland-drm: Add copyright notice to protocol
2011-07-27 Tobias Drosteegl/gallium: fix build without softpipe and llvmpipe
2011-07-27 Benjamin FranzkeFix broken merge in cherry-pick from 42cdf407
2011-07-26 Bryan Cainutil: enable S3TC support when the force_s3tc_enable...
2011-07-26 Bryan Cainst/mesa: respect force_s3tc_enable environment variable
2011-07-25 Marek Olšákconfigure.ac: do not check for llvm-config if llvm...
2011-07-25 Benjamin Franzkeconfigure: Move gbm before egl in SRC_DIRS
2011-07-23 Marek Olšákconfigure.ac: check for libdrm_radeon only when buildin...
2011-07-23 Ian Romanickglsl: Reject shaders that contain static recursion
2011-07-23 Ian Romanickglsl: Make prototype_string publicly available
2011-07-23 Stéphane MarchesinRevert "i915: Eliminate redundant CONSTANTS updates"
2011-07-22 Chia-I Wuandroid: convert MESA_BUILD_* to MESA_GPU_DRIVERS
2011-07-21 Chia-I Wuu_vbuf_mgr: restore buffer offsets
2011-07-21 Marek Olšákr600g: more valgrind fixes
2011-07-21 Marek Olšákr600g: zero memory of ioctl parameters
2011-07-21 Marek Olšákconfigure.ac: Check for the respective libdrm_* when...
2011-07-21 Marek Olšákmesa: GLES2 should return different error enums for...
2011-07-21 Andrew Randrianasuludri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTE
2011-07-21 David Heidelbergernvfx: handle PIPE_CAP_SM3
2011-07-20 Eric Anholti965: Apply a homebrew workaround for GPU hang in OGLC...
2011-07-20 Eric Anholti965: Enable the PIPE_CONTROL workaround workaround...
2011-07-20 Eric Anholti965: Avoid kernel BUG_ON if we happen to wait on the...
2011-07-20 Eric Anholti915: Simplify intel_wpos_* with a helper function.
2011-07-20 Eric Anholti915: Include gl_FragCoord.w data, not just xyz.
2011-07-20 Eric Anholti915: Fix incorrect depth scaling when enabling/disabli...
2011-07-20 Eric Anholti915: Make stencil test for no-stencil handling match...
2011-07-20 Eric Anholti915: Disable the depth test whenever we don't have...
2011-07-20 Eric Anholti915: Remove i965 paths from i915_update_drawbuffer...
2011-07-20 Eric Anholti965: Remove i915 paths from brw_update_draw_buffers().
2011-07-20 Eric Anholti965: Remove unused region calculations in brw_update_d...
2011-07-20 Eric Anholti965: Remove empty brw_set_draw_region.
2011-07-20 Eric Anholti965: Remove FALLBACK() from brw_update_draw_region().
2011-07-20 Eric Anholtintel: Move intel_draw_buffers() code into each driver.
2011-07-20 Brian Paulglsl: silence warning in linker.cpp
2011-07-20 Jørgen LindMake it possible to use gbm with c++
2011-07-20 Paul Berryglsl: Rewrote _mesa_glsl_process_extension to use table...
2011-07-20 Paul Berryglsl: Changed extension enable bits to bools.
2011-07-20 Marek Olšákprog_optimize: fix a warning that a variable may be...
2011-07-20 Chia-I WuMerge commit 'mesa-7.11-rc2' into android-gingerbread...
2011-07-20 Chia-I Wust/egl: swapping without a buffer is not an error
2011-07-19 Ian Romanickmesa: Bump version to 7.11-rc2
2011-07-19 Brian Paulmesa: remove depend files from tarballs
next