OSDN Git Service

android-x86/external-mesa.git
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-20 Brian Paulmesa: only test cube face widths in _mesa_test_texobj_c...
2012-03-20 Brian Paulsoftpipe: set max cube texture size to 4Kx4K
2012-03-20 Brian Paulmesa: add integer texture completeness check
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-03-20 Brian Paulmesa: add _mesa_is_mipmap_filter() helper
2012-03-20 Brian Paulmesa: use _mesa_dirty_texobj() in glTexParameter code
2012-03-20 Brian Paulmesa: use _mesa_dirty_texobj() function
2012-03-20 Brian Paulmesa: rewrite/consolidate code in _mesa_test_texobj_com...
2012-03-20 Brian Paulmesa: use new baseImage var to simplify _mesa_test_texo...
2012-03-20 Brian Paulmesa: add comments in _mesa_test_texobj_completeness...
2012-03-20 Brian Paulmesa: better debug message in _mesa_test_texobj_complet...
2012-03-20 Brian Paulmesa: move some code in _mesa_test_texobj_completeness()
2012-03-20 Brian Paulmesa: use switch(target) in _mesa_test_texobj_completen...
2012-03-20 Brian Paulmesa: use MAX3() macro for 3D texture in _mesa_test_tex...
2012-03-20 Brian Paulmesa: make _mesa_reference_sampler_object() an inline...
2012-03-20 Eric Anholtglsl: Don't include the deprecated structure types...
2012-03-20 Eric Anholtmesa: Validate the drawing primitive against the transf...
2012-03-20 Eric Anholtmesa: Fold error generation into _mesa_valid_prim_mode().
2012-03-19 Kristian Høgsbergshared-glapi: Convert to automake
2012-03-19 Alex Deucherr600g: fix r600_get_backend_mask() for virtual addresses
2012-03-19 Yuanhan Liui915: fallback for NPOT cubemap texture
2012-03-19 Marek Olšákr600g: fix point rendering
2012-03-17 Brian Paulst/mesa: add null pointer check in st_texture_image_map()
2012-03-17 Alex Hultmandocs: add info for installing dependencies on fedora
2012-03-17 Brian Pauldri_util: add copyright/license blurb
2012-03-17 Jeremy Huddlestondarwin: Link against libxcb
2012-03-17 Jeremy Huddlestondarwin: Build create_context.c
2012-03-17 Jeremy Huddlestondarwin: config file cleanups
2012-03-16 Eric Anholti965/fs: Jump from discard statements to the end of...
2012-03-16 Eric Anholti965: Add disasm for gen6+ UIP/JIP on BREAK/CONT/HALT.
2012-03-15 Eric Anholtglsl: Add GLSL 1.40 textureSize() implementations for...
2012-03-15 Eric Anholtglsl: Set up generated builtin functions handling for...
2012-03-15 Eric Anholtglsl: Add support for integer sampler2DRect variants...
2012-03-15 Eric Anholtglsl: Drop ftransform() from GLSL 1.40 profile.
2012-03-15 Eric Anholtglsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.
2012-03-15 Eric Anholtglsl: When failing to compile some builtins, print...
2012-03-15 Eric Anholtglsl: Let the builtin compiler process GLSL 1.40 shaders.
2012-03-15 Eric Anholtglsl: Update builtin variables for GLSL 1.40.
2012-03-15 Eric Anholtglsl: Hook up the current GLSL 1.30 types and builtins...
2012-03-15 Eric Anholtglsl: Add support for parsing #version 140.
2012-03-14 Kenneth Graunkei965: Enable SIMD16 mode for shaders with loops on...
2012-03-14 Vinson Leegallivm: Fix createOProfileJITEventListener namespace...
2012-03-14 Tom Stellardnoop: Use non-recursive automake
2012-03-14 Tom Stellardidentity: Use non-recursive automake
2012-03-14 Tom Stellardgalahad: Use non-recursive automake
2012-03-14 Tom Stellardgallium/drivers: Use automake to generate makefile
2012-03-14 Christopher... docs: fix html in banner.html
2012-03-13 Eric Anholtglsl: Avoid extra if statements for logic and/or with...
2012-03-13 Dylan Noblesmithmesa: add back glGetnUniform*v() overflow error reporting
2012-03-12 Anuj Phogatmesa: Fix the cause of piglit test fbo-array failure
2012-03-12 Brian Paulmesa: fix _mesa_DebugMessageCallbackARB() to silence...
2012-03-12 Brian Paulradeon: remove use of DD_FLATSHADE
2012-03-12 Christopher... docs: fix up html tags in autoconf.html
2012-03-12 Brian Paulmesa: add more comments about textarget in framebuffer_...
2012-03-12 Brian Paulmesa: renumber remaining DD_ constants
2012-03-12 Brian Paulmesa: remove unused DD_TRI_CULL_FRONT_BACK
2012-03-12 Brian Paulmesa: remove unused DD_FLATSHADE
2012-03-12 Brian Paulmesa: remove unused DD_TRI_TWOSTENCIL
2012-03-12 Brian Paulmesa: remove _DD_NEW_x flags
2012-03-12 Brian Paultnl: stop using _DD_NEW_x flags
2012-03-12 Brian Paulswrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_...
2012-03-12 Brian Paulmesa: define _MESA_NEW_SEPARATE_SPECULAR
2012-03-12 Brian Pauli915: remove occurances of _DD_NEW_x flags
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearColor() hook
2012-03-12 Brian Paulmesa/gdi: remove clear_color() function
2012-03-12 Brian Paulxlib: remove clear_color() function
2012-03-12 Brian Paulradeon/r200: remove ClearColor driver functions
2012-03-12 Brian Paulmesa: remove ctx->Driver.ClearDepth(), ClearStencil...
2012-03-12 Brian Paulradeon/r200: remove ClearDepth() and ClearStencil(...
2012-03-12 Brian Paulradeon/r200: remove hyperz/fast clear testing code
2012-03-12 Kenneth Graunkedocs: Fix unclosed anchor tag in xlibdriver.html.
2012-03-11 José Fonsecaegl/drm: Include errno.h
2012-03-11 David FriesSet close on exec flag FD_CLOEXEC
2012-03-11 José Fonsecamapi/glapi: Fix glDebugMessageCallbackARB arg type...
2012-03-11 José Fonsecaglapi/gen: Add support for pointer types.
2012-03-11 José Fonsecamesa: Prevent collision of ERROR define on Windows.
2012-03-11 José Fonsecainclude: Fix glDebugMessageCallbackARB's prototype.
2012-03-10 Marek Olšákmesa: expose ARB_debug_output
2012-03-10 Marek Olšákmesa: display list dispatch for ARB_debug_output
2012-03-10 Marek Olšákmesa: print GL errors via debug_output
2012-03-10 nobledmesa: implement the last of GL_ARB_debug_output
2012-03-10 nobledmesa: add struct for managing client debug namespaces
2012-03-10 nobledmesa: add control for categories of application-provide...
2012-03-10 nobledmesa: add yet more context fields for GL_ARB_debug_output
2012-03-10 nobledmesa: add glDebugMessageControlARB
2012-03-10 nobledmesa: add message-toggle booleans for GL_ARB_debug_output
2012-03-10 nobledmesa: add some GL_ARB_debug_output functions
2012-03-10 nobledmesa: add infrastructure for GL_ARB_debug_output
2012-03-10 Marek Olšákglapi: regenerate files
2012-03-10 nobledglapi: add ARB_debug_output.xml
2012-03-10 nobledmesa: split error handling into its own file
2012-03-09 Kenneth Graunkedrirc: Add force_glsl_extensions_warn workaround for...
2012-03-09 José Fonsecasvga: Disable bogus assertions concerning min_index...
2012-03-09 Brian Paulmesa: fix GL_LUMINANCE handling in glGetTexImage
2012-03-09 Brian Paulsvga: add null vs pointer check in update_need_pipeline()
2012-03-09 Christoph Bumillernv50: add support for R8G8_R8B8 and G8R8_B8R8 formats
2012-03-09 Christoph Bumillernv50,nvc0: share the format table code
2012-03-09 Christian Königvl: handle DRI2GetBuffers reply with multiple buffers
2012-03-09 Christian Königvl/mpeg12: make bitstream decoder more robust
next