aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-06-06i965: fix problem with constant out of bounds access (v3)Dave Airlie
2013-06-06intel: initialize fs_visitor::params_remap in constructorFrank Henigman
2013-06-03glapi: Add some missing static_dispatch="false" annotations to es_EXT.xmlAndreas Boll
2013-05-27integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]Alan Coopersmith
2013-05-27integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]Alan Coopersmith
2013-05-21mesa: Bump version to 9.1.3Ian Romanick
2013-05-16intel: Do a depth resolve before copying images between miptrees.Paul Berry
2013-05-15r600g: Fix UMAD on CaymanMartin Andersson
2013-05-14intel: Allocate hiz in intel_renderbuffer_move_to_temp()Chad Versace
2013-05-13i965: Disable write masking when setting up texturing m0.Eric Anholt
2013-05-13egl/dri2: Fix min/max swap interval of configsChad Versace
2013-05-10i965: Fix hangs on HSW since the gen6 blorp fix.Eric Anholt
2013-05-10i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute.Eric Anholt
2013-05-10i965/vs: Fix textureGrad() with shadow samplers on Haswell.Kenneth Graunke
2013-05-10i965: Lower textureGrad() for samplerCubeShadow.Kenneth Graunke
2013-05-10glsl: Ignore redundant prototypes after a function's been defined.Kenneth Graunke
2013-05-10winsys/sw/xlib: Prevent shared memory segment leakage.José Fonseca
2013-05-10mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.Kenneth Graunke
2013-05-10mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.Kenneth Graunke
2013-05-10mesa: Add an unpack function for ARGB2101010_UINT.Kenneth Graunke
2013-05-10mesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_ALPHA1.Kenneth Graunke
2013-05-10st/mesa: depth-stencil-alpha state also depends on _NEW_BUFFERSMarek Olšák
2013-05-10r600g: initialize CMASK and HTILE with the GPU using streamoutMarek Olšák
2013-05-10gallium/u_blitter: implement buffer clearingMarek Olšák
2013-05-10gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin
2013-05-10mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is definedBrian Paul
2013-05-10ralloc: don't write to memory in case of alloc fail.Dave Airlie
2013-05-10intel: Don't dereference a NULL pointer of calloc failsIan Romanick
2013-05-10mesa/swrast: Move free calls outside the attachment loopIan Romanick
2013-05-10mesa/swrast: Refactor no-memory error checking in blit_linearIan Romanick
2013-05-10gallivm: fix small but severe bug in handling multiple lod level stridesRoland Scheidegger
2013-05-10mesa: Don't leak gl_context::BeginEnd at context destructionIan Romanick
2013-05-10mesa: Don't leak shared state when context initialization failsIan Romanick
2013-05-10egl/dri2: NULL check value returned by dri2_create_surfaceIan Romanick
2013-05-10mesa: NULL check the pointer before trying to dereference itIan Romanick
2013-05-10st/mesa: fix UBO offsets.Dave Airlie
2013-05-10egl/x11: Fix initialisation of swap_intervalRalf Jung
2013-05-10i965/gen6: Reduce updates of transform feedback offsets with HW contexts.Eric Anholt
2013-05-10i965/gen7: Skip resetting SOL offsets at batch start with HW contexts.Eric Anholt
2013-05-10mesa: fix glGet queries depending on derived framebuffer state (v2)Marek Olšák
2013-05-10glsl/linker: Reduce scope of non-flat integer varying fix.Paul Berry
2013-05-10glsl/linker: Adapt flat varying handling in preparation for geometry shaders.Paul Berry
2013-05-10glsl: Document lower_packed_varyings' "flat" requirement with an assert.Paul Berry
2013-05-10glsl/linker: fix varying packing for non-flat integer varyings.Paul Berry
2013-05-10mesa: don't memcmp() off the end of a cache key.Chris Forbes
2013-05-10gallium/u_blitter: fix is_blit_generic_supported() stencil checkingBrian Paul
2013-05-10Honor GLX_DONT_CARE in MATCH_MASKAlexander Monakov
2013-05-10i965: Fix stencil write enable flag in 3DSTATE_DEPTH_BUFFER on Gen7+.Kenneth Graunke
2013-05-10i965: Reduce code duplication in handling of depth, stencil, and HiZ.Paul Berry
2013-05-10mesa: Add new ctx->Stencil._WriteEnabled derived state flag.Kenneth Graunke