OSDN Git Service

android-x86/external-mesa.git
2010-12-29 Chih-Wei Huangmesa: fix compiling issues with gcc 4.4.x android-x86-2.2
2010-12-29 Chia-I Wuandroid: Enable OpenGL ES 2.0.
2010-12-11 Chia-I Wui965: Add support for GL_FIXED.
2010-12-10 Chih-Wei Huangandroid: enable support of i965c
2010-12-10 Chia-I Wuandroid: Add Android.mk's.
2010-12-10 Chia-I Wuandroid: Add pre-generated files.
2010-12-10 Chia-I Wuandroid: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.
2010-12-10 Chia-I Wuandroid: Add DRM-based gralloc.
2010-12-10 Chia-I Wuandroid: Add new classic EGL driver for Android.
2010-12-10 Chia-I Wuandroid: Add android backend for st/egl.
2010-12-10 Chia-I Wuandroid: Add Android EGL extensions.
2010-12-10 Chia-I Wuandroid: Add _EGL_PLATFORM_ANDROID.
2010-12-10 Chia-I Wuandroid: Enable extensions required by ES1 for i915c.
2010-12-10 Chia-I Wuandroid: Fix depth/stencil with i915c.
2010-12-10 Chia-I Wuandroid: Fix GL_OES_EGL_image with SurfaceFlinger.
2010-12-10 Chia-I Wuandroid: Use __mmap2 in winsys/svga.
2010-12-10 Chia-I Wuandroid: Fix build with bionic.
2010-12-10 Chia-I Wui915c: Add GL_OES_draw_texture support.
2010-12-10 Chia-I Wutnl: Add support for GL_FIXED.
2010-12-10 Chia-I Wui915: Free with FREE.
2010-12-10 Chia-I Wutargets/egl-gdi: Optional support for DRM screen.
2010-12-10 Chia-I WuRevert "egl: Drop broken _EGL_PLATFORM_NO_OS code"
2010-12-09 Chia-I Wumesa: Fix glTexCoordPointer with type GL_FIXED.
2010-12-09 Chia-I Wumesa: Fix GL_FIXED arrays.
2010-12-09 Eric Anholti965: Drop push-mode reladdr constant loading and alway...
2010-12-09 Alex Deucherradeon: bump mip tree levels to 15
2010-12-09 Brian Paulmesa: simplify target checking for TexImage functions
2010-12-09 Brian Paulmesa: revamp error checking for compressed texture...
2010-12-09 Chad Versaceglsl: In ast_to_hir, check sampler array indexing
2010-12-08 Eric Anholti965: Drop KIL_NV from the ff/ARB_fp path since it...
2010-12-08 Eric Anholti965: Use the new pixel mask location for gen6 ARB_fp...
2010-12-08 Eric Anholti965: Set the render target index in gen6 fixed-functio...
2010-12-08 Eric Anholti965: Set up the per-render-target blend state on gen6.
2010-12-08 Eric Anholti965: Set up the color masking for the first drawbuffer...
2010-12-08 Chia-I Wumesa: Do not advertise GL_OES_texture_3D.
2010-12-08 Chia-I Wuvbo: Fix GLES2 glVertexAttrib.
2010-12-08 Chia-I Wuvbo: Drop second ATTR macro.
2010-12-08 Brian Paulconfigure: use llvm-config --cppflags instead of -...
2010-12-08 Brian Paulmesa: make _mesa_test_proxy_teximage() easier to read
2010-12-08 Brian Paulmesa: consolidate glCompressedTexImage1/2/3D() functions
2010-12-08 Brian Paulmesa: consolidate glCopyTexSubImage1/2/3D() functions
2010-12-08 Brian Paulmesa: consolidate glCopyTexImage1/2D() code
2010-12-08 Brian Paulmesa: consolidate the glTexSubImage1/2/3D() functions
2010-12-08 Brian Paulmesa: simplify proxy texture code in texture_error_check()
2010-12-08 Marek Olšákr300/compiler: remove at least unused immediates if...
2010-12-08 Marek Olšákr300/compiler: make lowering passes possibly use up...
2010-12-08 Marek Olšákr300/compiler: handle DPH and XPD in rc_compute_sources...
2010-12-08 Marek Olšákr300/compiler: do not print pair/tex/presub program...
2010-12-08 Marek Olšákr300/compiler: cleanup rc_run_compiler
2010-12-08 Marek Olšákr300/compiler: add a function to query program stats...
2010-12-08 Marek Olšákr300/compiler: don't terminate regalloc if we surpass...
2010-12-08 Eric Anholti965: Don't try to store gen6 (float) blend constant...
2010-12-08 Ian Romanicklinker: Fix regressions caused by previous commit
2010-12-08 Ian Romanicklinker: Ensure that unsized arrays have a size after...
2010-12-08 Eric Anholti965: Fix flipped value of the not-embedded-in-if on...
2010-12-08 Ian Romanickglsl: Inherrit type of declared variable from initializer
2010-12-07 Eric Anholti965: Work around gen6 ignoring source modifiers on...
2010-12-07 Eric Anholti965: Add disabled debug code for dumping out the WM...
2010-12-07 Ian Romanicki965: Correctly emit constants for aggregate types...
2010-12-07 Jerome Glisser600g: fix userspace fence against lastest kernel
2010-12-07 Jerome Glisser600g: remove dead code
2010-12-07 Eric Anholti965: Always hand the absolute value to RSQ.
2010-12-07 Ian Romanickglsl: Ensure that equality comparisons don't return...
2010-12-07 Eric Anholti965: Handle saturates on gen6 math instructions.
2010-12-07 Eric Anholti965: Fix comment about gen6_wm_constants.
2010-12-07 Kenneth GraunkeRefresh autogenerated glcpp parser.
2010-12-07 Kenneth Graunkeglcpp: Don't emit SPACE tokens in conditional_tokens...
2010-12-07 Marek Olšákr300g: also revalidate the SWTCL vertex buffer after...
2010-12-07 Zhenyu Wangi965: upload WM state for _NEW_POLYGON on sandybridge
2010-12-07 Vinson Leer200: Silence uninitialized variable warning.
2010-12-07 Xiang, Haihaoi965: set minimum/maximum Point Width on Sandybridge
2010-12-07 Vinson Leemesa: Clean up header file inclusion in viewport.h.
2010-12-07 Vinson Leemesa: Clean up header file inclusion in varray.h.
2010-12-07 Vinson Leemesa: Clean up header file inclusion in transformfeedba...
2010-12-07 Vinson Leemesa: Clean up header file inclusion in texrender.h.
2010-12-07 Marek Olšákr300g: validate buffers only if any of bound buffers...
2010-12-07 Marek Olšákr300g: cache packet dwords of 3D_LOAD_VBPNTR in a comma...
2010-12-07 Marek Olšáku_blitter: use util_is_format_compatible in the assert
2010-12-07 Brian Paulmesa: consolidate glTexImage1/2/3D() code
2010-12-07 Brian Paulmesa: set gl_texture_object::_Complete=FALSE in incompl...
2010-12-07 Brian Paulmesa: test for cube map completeness in glGenerateMipmap()
2010-12-06 Kenneth Graunkeglsl: Properly add functions during lazy built-in proto...
2010-12-06 Kenneth Graunkesymbol_table: Add support for adding a symbol at top...
2010-12-06 Kenneth Graunkeglsl: Factor out code which emits a new function into...
2010-12-06 Jakob Bornecrantzst/mesa: Unbind all constant buffers
2010-12-06 Jerome Glisser600g: remove useless flush map
2010-12-06 Jerome Glisser600g: avoid useless shader rebuild at draw call
2010-12-06 Jerome Glisser600g: build fetch shader from vertex elements
2010-12-06 José Fonsecamesa: Bump the number of bits in the register index.
2010-12-06 Brian Paulst/mesa: fix mipmap generation bug
2010-12-06 Brian Paulmesa/llvm: use llvm-config --cppflags
2010-12-06 Brian Paulgallium/util: minor formatting fixes
2010-12-06 Brian Paulmesa: add error margin to clip mask debug/check code
2010-12-06 Eric Anholti965: Remove INTEL_DEBUG=glsl_force now that there...
2010-12-06 Eric Anholti965: Nuke brw_wm_glsl.c.
2010-12-06 Eric Anholti965: Add support for the instruction compression bits...
2010-12-06 Eric Anholti965: Align gen6 push constant size to dispatch width.
2010-12-06 Eric Anholti965: Make the sampler's implied move on gen6 be a...
2010-12-06 Eric Anholti965: Fix up gen6 samplers for their usage by brw_wm_emit.c
2010-12-06 Eric Anholti965: Fix gen6 interpolation setup for 16-wide.
next