OSDN Git Service

android-x86/external-mesa.git
2011-11-07 Chia-I Wuandroid: fix build with honeycomb honeycomb-x86
2011-11-06 Chia-I Wuutil: add log2f for Android
2011-11-06 Chia-I Wuandroid: make stlport happy
2011-11-06 Chia-I Wuandroid: target LLVM 2.8
2011-11-06 Chia-I Wuandroid: add wip llvmpipe support
2011-11-06 Chia-I Wuandroid: advertise GL_ARB_texture_non_power_of_two
2011-11-06 Chia-I Wuandroid: disable SSE translate
2011-11-06 Chia-I Wuandroid: always flush softpipe to support SurfaceFlinger
2011-11-06 Chia-I Wui915: enable GL_APPLE_texture_2D_limited_npot
2011-11-06 Chia-I Wuscons: add CPP_SOURCES for nv50/nvc0
2011-11-06 Chia-I Wuandroid: add CPP_SOURCES for nv50/nvc0
2011-11-06 Chia-I Wuandroid: reorder nouveau pipe drivers
2011-11-06 Dave Airliegl3.txt: update for ARB_texture_storage.
2011-11-06 Dave Airlier600g: add initial linestipple support.
2011-11-06 Christian Incigallivm: change sys::getHostTriple to sys::getDefaultTa...
2011-11-06 Vinson Leeg3dvl: Fix memory leaks on error paths.
2011-11-06 Vinson Leepp: Reorder calloc to avoid memory leak on error path.
2011-11-05 Vadim Girlinr600g: move SPI setup to PS setup
2011-11-05 Vadim Girlinr600g: precalculate semantic indices for SPI setup
2011-11-05 Matt Turnerdocs: fix grammar and punctuation in llvmpipe docs.
2011-11-05 Dave Airliegl3.txt: add not of ARB_texture_storage work started.
2011-11-05 José Fonsecadocs: Update llvmpipe docs.
2011-11-05 Chia-I Wuconfigure.ac: gbm_gallium requires DRI_LIB_DEPS to...
2011-11-05 Chia-I Wushared-glapi: fix a linking error for SELinux
2011-11-04 Alex DeucherRevert "r600g: precalculate semantic indices for SPI...
2011-11-04 Alex DeucherRevert "r600g: move SPI setup to PS setup"
2011-11-04 Brian Paulsvga: fix varying var remapping for unused FS outputs
2011-11-04 Brian Paulsvga: add comments and reformat code in svga_tgsi_decl_...
2011-11-04 Marek Olšákst/mesa: set geometry shader to NULL when doing interna...
2011-11-04 José Fonsecamesa/st: Be nice with the stack -- use malloc for large...
2011-11-04 George Sapountzisdri: cosmetic
2011-11-04 George Sapountzisdri_util: move drawable functions
2011-11-04 George Sapountzisdri_util: move context functions
2011-11-04 George Sapountzisdri_util: move context functions
2011-11-04 George Sapountzisdri_util: move screen functions
2011-11-04 George Sapountzisdri: drop stray includes and typedef
2011-11-04 George Sapountzisdri: move __driUtilMessage to xmlconfig.c
2011-11-04 George Sapountzisdri: drop drisw_util.h
2011-11-04 George Sapountzisdri: reorder as driver,screen,context,drawable
2011-11-04 George Sapountzisdri: unify __DRIcontextRec, __DRIdrawableRec
2011-11-04 George Sapountzisdri: unify __DRIscreenRec
2011-11-04 George Sapountzisdri: unify __DriverAPIRec
2011-11-04 George Sapountzisdri: drop drmLock remnants
2011-11-04 George Sapountzisdri: drop DRI_VALIDATE macros
2011-11-04 Marek Olšákgallium/cso_cache: remove one call to pipe_sampler_view...
2011-11-04 Vadim Girlinr600g: move SPI setup to PS setup
2011-11-04 Vadim Girlinr600g: precalculate semantic indices for SPI setup
2011-11-04 José Fonsecasvga: Tighten the register file assertions.
2011-11-04 Dave Airlieradeon/r200: strip texture borders.
2011-11-04 Dave Airlieradeon/r200: fix r100/r200 blit to use the offsets.
2011-11-04 Dave Airlieradeon: drop mtface/mtlevel, use ones in base class.
2011-11-04 Marek Olšáku_vbuf_mgr: avoid one call to pipe_resource_reference...
2011-11-04 José Fonsecaswrast: Avoid void * arithmetic.
2011-11-04 Eric Anholti965/gen6: Improve glReadPixels() performance by blitti...
2011-11-04 Eric Anholtintel: Add safety asserts for the blit engine's pitch...
2011-11-04 Eric Anholtintel: Don't force a batchbuffer flush in readpixels.
2011-11-04 Eric Anholtradeon: Remove early dereference of src/dst width in...
2011-11-04 Eric Anholtswrast: Drop the global mapping of buffers across glRea...
2011-11-04 Eric Anholtswrast: Drop the remaining GetRow-based glReadPixels...
2011-11-04 Eric Anholtswrast: Remove dead _swrast_read_depth_span_uint().
2011-11-04 Eric Anholtswrast: Convert color glReadPixels slow path to using...
2011-11-04 Eric Anholtswrast: Skip _swrast_validate_derived in _swrast_ReadPi...
2011-11-04 Eric Anholtswrast: Add a readpixels fast-path based on memcpy...
2011-11-04 Eric Anholtmesa: Add a function for comparing gl_format to format...
2011-11-04 Eric Anholtswrast: Switch the remaining depth readpixels to MapRen...
2011-11-04 Eric Anholtswrast: Switch the remaining depth/stencil readpixels...
2011-11-04 Eric Anholtswrast: MapRenderbuffer in separate depth/stencil readp...
2011-11-04 Eric Anholtswrast: Calculate image address/stride once for depth...
2011-11-04 Eric Anholtswrast: Make the packed depth/stencil read fastpath...
2011-11-04 Eric Anholtswrast: Directly map the stencil buffer in read_stencil...
2011-11-04 Vinson Leeradeon: Fix variable initialization typo.
2011-11-04 Paul Berryi965: Fix constant propagation into 32-bit integer...
2011-11-03 Brian Paulsvga: use the draw-module's sprite stage depending...
2011-11-03 Brian Paulsvga: pass fragment shader to draw module
2011-11-03 Brian Paulsvga: implement generic variable index remapping
2011-11-03 Brian Pauldraw: assert that we have non-null fragment shader
2011-11-03 nobledtexgetimage: add missing return on error
2011-11-03 Brian Paulmesa: fix texture target mix-up in NV_fragment_program...
2011-11-03 Ian Romanicklinker: Check that initializers for global variables...
2011-11-03 Ian Romanickglsl: Refactor generate_ARB_draw_buffers_variables...
2011-11-03 Ian Romanickglsl: Put all bitfields in ir_variable together for...
2011-11-03 Ian Romanicklinker: Fix the indentation of a block in cross_validat...
2011-11-03 Eric Anholtradeon: Check an error return instead of assigning...
2011-11-03 Marek Olšákr300g: force buffer placements to GTT on big endian...
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Add support for VC-1 decoding
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Add mpeg4 part2 to PipeToProfile...
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Add support for MPEG4 Part 2
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Test if profile is supported...
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Add num_slices to mpeg12 picture...
2011-11-03 Maarten Lankhorststate_trackers/vdpau: Implement VdpGenerateCSCMatrix
2011-11-03 Christian Königg3dvl: remove some stale variable increment
2011-11-03 Dave Airlier600g: more integer support
2011-11-03 Dave Airlieradeon: fix some regressions in texturing code.
2011-11-03 José Fonsecascons: Use -static-libstdc++ on 32bits builds w/ Mingw...
2011-11-03 José Fonsecalibgl-gdi: Mingw-w64 in 32bit mode matches the Mingw32...
2011-11-03 Chia-I Wudocs: list GL_OES_EGL_image_external in 7.12 release...
2011-11-03 Chia-I Wust/mesa: add support for GL_OES_EGL_image_external
2011-11-03 Chia-I Wumesa: add support for GL_OES_EGL_image_external
2011-11-03 Chia-I Wumesa: clean up validate_texture_wrap_mode
2011-11-03 Chia-I Wumesa: fix a logic error in glFramebufferTexture2D
next