mesa: add support for GL_OES_EGL_image_external
[mesa.git] / src / mesa /
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 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 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 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 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
2011-11-02 Kristian Høgsbergdri: Remove unused fields from __DriverAPIRec
2011-11-02 Kristian Høgsbergdri: Remove dri2.enabled flag
2011-11-02 Kristian Høgsbergdri: Remove DRI1 fields from DRI structs
2011-11-02 Kristian Høgsbergdri: Remove remaining DRI1 vblank code
2011-11-02 Kristian Høgsbergdri: Remove cliprect information from __DRIdrawable
2011-11-02 Kristian Høgsbergdri: Drop unused driCalculateSwapUsage
2011-11-02 Kristian Høgsbergdri: Remove unused driIntersectArea
2011-11-02 Kristian Høgsbergdri: Drop __driUtilUpdateDrawableInfo and helper macros
2011-11-02 Kristian Høgsbergdri: Remove unused driSwapBuffers
2011-11-02 Kristian Høgsbergdri: Drop unused driCreateNewContext
2011-11-02 Kristian Høgsbergdri: Fold driCreateNewDrawable into dri2CreateNewDrawable
2011-11-02 Kristian Høgsbergdri: Remove unsused driCreateNewScreen
2011-11-02 Kristian Høgsbergdri: Remove unused __DRIswapInfoRec
2011-11-02 Kristian Høgsbergdri: Remove driMediaStreamCounterExtension
2011-11-02 Kristian Høgsbergdri: Remove driSwapControlExtension
2011-11-02 Kristian Høgsbergdri: Drop driCopySubBufferExtension
2011-11-02 Kristian Høgsbergdri: Drop driReadDrawableExtension
2011-11-02 Kristian Høgsbergdri: Drop driLegacyExtension
2011-11-02 Jeremy HuddlestonBuild fix for -Werror=int-to-pointer-cast -Werror=point...
2011-11-02 Yuanhan Liuintel: fix potential segfault error
2011-11-01 Eric Anholtswrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_C...
2011-11-01 Eric Anholtmesa: Make unpack_uint_z_row return 32 bits of data.
2011-11-01 Eric Anholtnouveau: Add implementation of MapRenderbuffer.
2011-11-01 Eric Anholtradeon: Add implementation of MapRenderbuffer.
2011-11-01 Eric Anholtintel: Use MapRenderbuffer in spans setup.
2011-11-01 Eric Anholtintel: Add an implementation of MapRenderbuffer.
2011-11-01 Eric Anholtintel: Improve the debug info for renderbuffer allocation.
2011-11-01 Eric AnholtAdd MapRenderbuffer implementations for software drivers.
2011-11-01 Eric Anholtmesa: Add a driver hook for mapping renderbuffers.
2011-11-01 Eric AnholtRevert "intel: Drop the immediate validation of the...
2011-11-01 Brian Paulmesa: make save_EndConditionalRender param list (void...
2011-11-01 Vinson Leemesa: Fix memory leak in out-of-memory path.
2011-11-01 Nicholas Mielldri/nouveau: Enable NV_fog_distance on NV10 and NV20...
2011-11-01 Nicholas Miellst/mesa: Enable NV_fog_distance for Gallium drivers
2011-11-01 Nicholas Miellmesa: Add NV_fog_distance to the fixed-function vertex...
2011-11-01 Nicholas Miellmesa: Add the basics for the NV_fog_distance extension
2011-10-31 Paul Berryi965: Fix flat integral varyings.
2011-10-31 Paul Berryi965/gen6+: Switch GLSL from ALT to IEEE floating point...
2011-10-31 Brian Paulmesa: add note about immutable textures for _mesa_test_...
2011-10-31 Brian Paulswrast: implement GL_ARB_texture_storage
2011-10-31 Brian Paulst/mesa: implement GL_ARB_texture_storage
2011-10-31 Brian Paulmesa: plug in dispatch functions for GL_ARB_texture_storage
2011-10-31 Brian Paulmesa: compile new texstore.c file
2011-10-31 Brian Paulmesa: init extension entry for GL_ARB_texture_storage
2011-10-31 Brian Paulmesa: display list dispatch for GL_ARB_texture_storage
2011-10-31 Brian Paulmesa: new glTexImage error checks for GL_ARB_texture_st...
2011-10-31 Brian Paulmesa: glGetTexParameter support for GL_ARB_texture_storage
2011-10-31 Brian Paulmesa: implement new functions for GL_ARB_texture_storage
2011-10-31 Brian Paulglapi: regenerated API files for GL_ARB_texture_storage
2011-10-31 Brian Paulmesa: add new driver hook for AllocTextureStorage()
2011-10-31 Brian Paulmesa: add new fields for GL_ARB_texture_storage
2011-10-30 Dave Airlieradeon/r200: drop remains of r300/r600 support along...
2011-10-30 Chia-I Wuintel: enable GL_OES_draw_texture
2011-10-30 Chia-I Wumeta: add _mesa_meta_DrawTex()
2011-10-29 Eric Anholti965: Remove the prepare() hook from state atoms.
2011-10-29 Eric Anholti965: Remove the memcpy()ed atoms array now that everyt...
2011-10-29 Eric Anholti965: Merge brw_validate_state() and brw_upload_state...
2011-10-29 Eric Anholti965: Remove state upload code for calling prepare...
2011-10-29 Eric Anholti965: Remove some old texturing debug code.
2011-10-29 Eric Anholti965: Finally, move the global fallbacks check to emit...
2011-10-29 Eric Anholti965: Move index buffer upload to emit() time.
2011-10-29 Eric Anholti965: Do a hack job of merging VB prepare()/emit()...
2011-10-29 Eric Anholti965: Move the WM input sizes calculation to emit(...
2011-10-29 Eric Anholti965: Move program compile to emit() time.
2011-10-29 Eric Anholti965/gen4: Move CURBE offset calculation to emit()...
2011-10-29 Eric Anholti965/gen4: Fold push constant prepare()/emit() together.
2011-10-29 Eric Anholti965/gen6: Move viewport state setup to emit() time.
2011-10-29 Eric Anholti965/gen4: Move URB fence recalculate to emit() time.
2011-10-29 Eric Anholti965: Fold the gen6/7 URB state prepare()/emit() together.
2011-10-29 Eric Anholti965: Move VS pull constant upload to emit() time.
2011-10-29 Eric Anholti965: Fold prepare() and emit() of VS surface state...
2011-10-29 Eric Anholti965: Move WM pull constant setup to emit() time.
2011-10-29 Eric Anholti965/gen7: Fold WM surface state prepare()/emit() together.
2011-10-29 Eric Anholti965/gen4: Fold WM surface state prepare()/emit() together.
next