mesa.git
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
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 George Sapountzisst/dri/sw: add get_image inline helper similar to put_image
2011-11-02 Benjamin Franzkest/dri/sw: Fix incorrect cast
2011-11-02 Benjamin Franzkest/dri/sw: Implement texture_from_pixmap
2011-11-02 Benjamin FranzkeRevert "Duplicate state_tracker/dri/sw/dri_drawable.c"
2011-11-02 Benjamin FranzkeRevert "state_trackers/dri/sw: Implement texture_from_p...
2011-11-02 Alex Deucherr600g: add comment about special shader exports
2011-11-02 Vadim Girlinr600g: take into account PSIZE output for spi mapping
2011-11-02 José Fonsecasvga: Update state prototypes to return pipe_error.
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 Brian Paulpostprocess: remove const qualifiers on unsigned int...
2011-11-01 Chia-I Wuscons: include src/glsl/Makefile.sources
2011-11-01 Chia-I Wuandroid: include src/glsl/Makefile.sources
2011-11-01 Chia-I Wuglsl: Refactor source lists to Makefile.sources
2011-11-01 Vinson Leemesa: Fix memory leak in out-of-memory path.
2011-11-01 Adam Jacksondrisw: Enable SGI_make_current_read for direct contexts
2011-11-01 Thomas Hellstromst/xa: Add a scanout flag for surfaces
2011-11-01 Eugeni DodonovBuild link_uniforms for android
2011-11-01 José Fonsecallvmpipe: Re-advertise support for stencil formats...
2011-11-01 José Fonsecallvmpipe: Use -1 instead of ~0 for "no slot".
2011-11-01 Marek Olšákdocs: update relnotes-7.12
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-11-01 José Fonsecaralloc: Use _vscprintf on MinGW.
2011-10-31 José Fonsecasvga: Fix potential buffer overflow in rs draw state.
2011-10-31 José Fonsecallvmpipe: Remove unsed variables.
2011-10-31 José Fonsecautil: Add missing initializer.
2011-10-31 Paul Berryi965: Fix flat integral varyings.
2011-10-31 Paul Berrymesa: Add glsl_type::get_scalar_type() function.
2011-10-31 Paul Berryi965/gen6+: Switch GLSL from ALT to IEEE floating point...
2011-10-31 Paul Berryglsl: Add isinf() and isnan() builtins.
2011-10-31 Paul Berryglsl: Add '.ir' extension to builtin IR files
2011-10-31 Paul Berryglsl: Fix copy-paste error in constant_expression_value...
2011-10-31 Brian Pauldocs: list GL_ARB_texture_storage in 7.12 release notes
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 Paulglapi: new API specs 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-31 José Fonsecasvga: Flush the hwtnl primitives before writing to...
2011-10-31 Thomas Hellstromst/xa: Plug a pipe context leak.
2011-10-31 Thomas Hellstrompipebuffer/debug: Fix a recursive mutex lock
2011-10-30 Dave Airlieradeon/r200: drop remains of r300/r600 support along...
2011-10-30 Chia-I Wullvmpipe: fix a crash in non-SSE path
2011-10-30 Chia-I Wuintel: enable GL_OES_draw_texture
2011-10-30 Chia-I Wumeta: add _mesa_meta_DrawTex()
2011-10-30 Marek Olšákr600g: reset the render condition to NULL when renderin...
2011-10-30 Marek Olšákr600g: shortcut ctx->screen->ws to ctx->ws
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...
next