OSDN Git Service

mesa/st: Be nice with the stack -- use malloc for large structures/arrays.
[android-x86/external-mesa.git] / src /
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é Fonsecalibgl-gdi: Mingw-w64 in 32bit mode matches the Mingw32...
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
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-11-03 Chia-I Wumesa: add GL_OES_EGL_image_external to the extension...
2011-11-03 Chia-I Wumesa: add missing defines for GL_OES_EGL_image_external
2011-11-03 Chia-I Wumesa, i965: prepare for more than 8 texture targets
2011-11-03 Chia-I Wuglapi: regenerate files
2011-11-03 Chia-I Wuglapi: add entry points for OES_EGL_image_external
2011-11-03 Yuanhan Liuswrast: simplify the condition test for _swrast_choose_...
2011-11-03 Yuanhan Liumesa: fix the low limit of width and height for glRende...
2011-11-03 Yuanhan Liumesa: fix inital value for new renderbuffer
2011-11-03 Yuanhan Liumesa: complete the GL_TEXTURE_SWIZZLE* setup
2011-11-03 Yuanhan Liumesa: remove the redundant check
2011-11-02 Carl-Philip Haenschdriconf: updated german translation
2011-11-02 Carl-Philip Haenschdriconf: updated de.po
2011-11-02 Morgan ArmandwglSetPixelFormat should ignore the ppfd parameter.
2011-11-02 Michel Dänzerr300g: Fix queries on big endian hosts.
2011-11-02 Michel Dänzergallium/util: Add macros for converting from little...
2011-11-02 Paul Berryi965: Add support for integral vertex attributes.
2011-11-02 Paul Berrymesa: Set the "Integer" field of gl_client_array properly.
2011-11-02 Paul Berryglsl: Fix type mismatch when incrementing or decrementi...
2011-11-02 José Fonsecagallium/dri: Remove references to vblank.
2011-11-02 Kristian HøgsbergFix gallium dri compile and a merge conflict
2011-11-02 Jakob Bornecrantzsvga: Tag cursors with the scanout hint
2011-11-02 Kristian Høgsbergdri: Remove unused memops.h
2011-11-02 Kristian Høgsbergdri: Remove a few unused dri helper functions
2011-11-02 Kristian Høgsbergdri: Remove unused dri texmem.c
2011-11-02 Kristian Høgsbergdri: Move _dri_texformat_* to radeon_texture.c
2011-11-02 Kristian Høgsbergr200: Don't use driIsTextureResident helper
2011-11-02 Kristian Høgsbergdri: Drop unused dri renderbuffer helper functions
2011-11-02 Kristian Høgsbergdri: Move driUpdateFramebufferSize to dri_util.c
2011-11-02 Kristian Høgsbergdri: Remove unnecessary #defines and #includes
2011-11-02 Kristian Høgsbergdri: Remove unnecessary timestamp pointer indirection
next