summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-07-01mesa: Bump version to 9.1.4Ian Romanick1-2/+2
2013-07-01nvc0: allow frame dropping in h264Maarten Lankhorst1-3/+0
2013-06-30r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard1-0/+8
2013-06-29i965: NULL check depth_mt to quiet static analysis.Matt Turner1-1/+1
2013-06-27intel: Return early if miptree allocation failsChad Versace1-0/+3
2013-06-26mesa: Fix ieee fp on AlphaSven Joachim1-1/+1
2013-06-26intel: Add a null pointer check before dereferencing the pointerAnuj Phogat1-0/+9
2013-06-26i965: Shut up the last release build warning.Eric Anholt1-0/+1
2013-06-26winsys/radeon: add env var to disable VM on Cayman/TrinityAlex Deucher1-0/+2
2013-06-26glsl: Bail on parsing if the #version directive is bogus.Kenneth Graunke1-0/+6
2013-06-26st/xlib: Flush the front buffer before doing CopySubBufferStéphane Marchesin1-0/+4
2013-06-26st/xlib: Fix upside down coordinates for CopySubBufferStéphane Marchesin1-1/+1
2013-06-26i965: fix problem with constant out of bounds access (v3)Dave Airlie3-1/+16
2013-06-26i965: Fix glColorPointer(GL_FIXED)Chad Versace1-0/+8
2013-06-26mesa: handle missing read buffer in _mesa_get_color_read_format/type()Brian Paul1-30/+48
2013-06-26meta: move vertex array enables for mipmap generationBrian Paul1-2/+2
2013-06-26gallivm: fix out-of-bounds access with mirror_clamp_to_edge address modeRoland Scheidegger1-6/+7
2013-06-26intel: Fix format handling of blit glBitmap()Eric Anholt1-3/+12
2013-06-26intel: Fix MRT handling of glBitmap().Eric Anholt2-9/+15
2013-06-26nvc0: set rsvd_kick correctlyMaarten Lankhorst1-0/+1
2013-06-25xmlpool/build: Make sure to set mo properlyNaohiro Aota1-1/+1
2013-06-25mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák4-9/+9
2013-06-25xlib: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-06-25st/glx: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-06-25xlib: check for null ctx pointer in glXIsDirect()Brian Paul1-1/+1
2013-06-25st/glx/xlib: check for null ctx pointer in glXIsDirect()Brian Paul1-3/+1
2013-06-25mesa: Use accessor for stencil reference values in glGetChris Forbes2-2/+6
2013-06-25st/mesa: fix a couple of issues in st_bind_ubosMarek Olšák1-4/+16
2013-06-25st/mesa: initialize Const.MaxColorAttachmentsMarek Olšák1-7/+3
2013-06-25st/mesa: initialize all program constants and UBO limitsMarek Olšák1-21/+43
2013-06-25gallivm: Fix build with LLVM 3.3Armin K1-1/+3
2013-06-25gallivm: Fix build with LLVM >= r180063Tom Stellard2-0/+8
2013-06-19nvc0: kill assert in ppp codeMaarten Lankhorst1-2/+0
2013-06-19intel: Avoid making tiled miptrees we won't be able to blit.Eric Anholt1-14/+21
2013-06-19intel: Do temporary CPU maps of textures that are too big to GTT map.Eric Anholt1-0/+21
2013-06-19intel: Add support for writing to our linear-temporary-CPU-map case.Eric Anholt1-2/+23
2013-06-13u_vbuf: fix index buffer leakChia-I Wu1-0/+3
2013-06-11targets/dri-i915: Force c++ linker in all casesChí-Thanh Christopher Nguyễn1-8/+2
2013-06-11r600g: Correctly initialize the shader key, v2Lauri Kasanen1-1/+2
2013-06-08nvc0: fix up video buffer alignment requirementsMaarten Lankhorst1-5/+3
2013-06-06glapi: Add some missing static_dispatch="false" annotations to es_EXT.xmlAndreas Boll1-9/+14
2013-06-05mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul1-2/+4
2013-06-05intel: initialize fs_visitor::params_remap in constructorFrank Henigman1-0/+2
2013-06-05mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke4-12/+3
2013-06-05mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke1-1/+1
2013-06-05st/mesa: Go back to using ctx->Array.RestartIndex, not _RestartIndex.Kenneth Graunke1-1/+1
2013-06-05i965: Fix can_cut_index_handle_restart_index() for byte/short types.Kenneth Graunke1-3/+9
2013-06-05i965: Use the correct restart index for fixed index mode on Haswell.Kenneth Graunke1-2/+16
2013-06-05i965/gen7.5: Allow HW primitive restart for all primitive types.Paul Berry1-7/+6
2013-06-05vbo: Use the new primitive restart index helper function.Kenneth Graunke2-2/+3