summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-03build: move ARCH_LIBS definition outside of ASM definitionPaul Seidler1-6/+6
2014-02-03mesa: Fix build to properly check for supported compiler flagsLauri Kasanen1-1/+5
2014-01-31i965: Ignore 'centroid' interpolation qualifier in case of persample shadingAnuj Phogat2-2/+3
2014-01-31i965: Use sample barycentric coordinates with per sample shadingAnuj Phogat4-6/+29
2014-01-31mesa: Use IROUND instead of roundf.José Fonseca1-1/+1
2014-01-31i965/gen6/blorp: Emit more flushes to workaround hangsChad Versace2-15/+5
2014-01-28radeon / r200: Pass the API into _mesa_initialize_contextIan Romanick4-3/+5
2014-01-28r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.Tom Stellard4-14/+10
2014-01-28gallium/rtasm: handle mmap failures appropriatelyEmil Velikov1-3/+7
2014-01-28glcpp: Define GL_EXT_shader_integer_mix in both GL and ES.Matt Turner1-3/+5
2014-01-27draw: fix incorrect vertex size computation in LLVM drawing codeBrian Paul2-11/+30
2014-01-25glsl: Fix chained assignments of vector channels.Kenneth Graunke1-1/+19
2014-01-25glsl: Rename "expr" to "lhs_expr" in vector_extract munging code.Kenneth Graunke1-6/+6
2014-01-25glsl: Disable ARB_texture_rectangle in shader version 100.Anuj Phogat1-0/+4
2014-01-25st/mesa: fix glReadBuffer(GL_NONE) segfaultBrian Paul1-1/+2
2014-01-25gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formatsMarek Olšák1-0/+3
2014-01-25st/vdpau: don't return a device if the screen doesn't support NPOTIlia Mirkin1-0/+5
2014-01-25nv50: access only the available amount of constbufEmil Velikov1-1/+1
2014-01-25nv50: access only the available amount of texturesEmil Velikov1-1/+1
2014-01-25mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_programIlia Mirkin2-3/+1
2014-01-25st/dri: prevent leak of dri option default valuesAaron Watry1-0/+6
2014-01-25radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2-7/+7
2014-01-25mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLESIan Romanick1-0/+37
2014-01-25st/mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov1-1/+1
2014-01-25mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov1-1/+1
2014-01-25i965: Ensure that all necessary state is re-emitted if we run out of aperture.Paul Berry3-0/+21
2014-01-25st/mesa: use sRGB formats for MSAA resolving if destination is sRGBMarek Olšák1-0/+32
2014-01-09i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.Eric Anholt1-1/+2
2014-01-09i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.Eric Anholt1-1/+3
2014-01-09mesa: Namespace qualify fma to override ambiguity with fma from math.hThomas Sondergaard1-1/+1
2014-01-09mesa: Work around internal compiler errorThomas Sondergaard1-2/+2
2014-01-09mesa: Fix compile error with MSVC 2013Thomas Sondergaard1-1/+1
2014-01-09i965: fold offset into coord for textureOffset(gsampler2DRect)Chris Forbes1-1/+1
2014-01-09swrast: fix delayed texel buffer allocation regression for OpenMPAndreas Fänger1-0/+12
2014-01-09mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) queryBrian Paul4-0/+71
2014-01-02nv50: fix a small leak on context destroyIlia Mirkin1-0/+2
2014-01-02glsl: Fix inconsistent assumptions about ir_loop::counter.Paul Berry3-2/+9
2014-01-02glsl: Teach ir_variable_refcount about ir_loop::counter variables.Paul Berry2-0/+22
2014-01-02i965/gen6: Fix HiZ hang in WebGL Google MapsChad Versace1-0/+15
2014-01-02st/mesa: fix glClear with multiple colorbuffers and different formatsMarek Olšák1-24/+10
2014-01-02glcpp: error on multiple #else/#elif directivesErik Faye-Lund6-1/+51
2014-01-02r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry1-0/+2
2014-01-02st/vdpau: Destroy context when initialization failsAaron Watry1-0/+1
2014-01-02radeon/llvm: Free target data at end of optimizationAaron Watry1-0/+1
2014-01-02r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry1-1/+1
2014-01-02r600/compute: Free compiled kernels when deleting compute stateAaron Watry1-0/+2
2014-01-02radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry5-18/+41
2014-01-02pipe_loader/sw: close dev->lib when initialization failsAaron Watry1-1/+4
2014-01-02clover: Remove unused variableAaron Watry1-1/+0
2014-01-02llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu1-0/+6