summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Preserve the NewArrays state when copying a VAOFredrik Höglund2014-03-041-0/+1
* dri/nouveau: Pass the API into _mesa_initialize_contextEmil Velikov2014-03-046-10/+16
* glsl: Add locking to builtin_builder singletonDaniel Kurtz2014-03-041-1/+10
* nouveau/video: make sure that firmware is present when checking capsIlia Mirkin2014-03-043-4/+147
* nv30: report 8 maximum inputsIlia Mirkin2014-03-041-1/+1
* mesa: update assertion in detach_shader() for geom shadersBrian Paul2014-03-041-0/+1
* glsl: Don't lose precision qualifiers when encountering "centroid".Kenneth Graunke2014-03-041-1/+1
* st/mesa: avoid sw fallback for getting/decompressing texturesBrian Paul2014-03-041-1/+3
* glsl: Initialize ubo_binding_mask flags to zero.Matt Turner2014-03-041-0/+1
* st/mesa: fix crash when a shader uses a TBO and it's not boundMarek Olšák2014-03-041-0/+6
* glsl: Fix continue statements in do-while loops.Paul Berry2014-03-041-9/+14
* glsl: Make condition_to_hir() callable from outside ast_iteration_statement.Paul Berry2014-03-042-7/+6
* i965/blorp: do not use unnecessary hw-blending supportTopi Pohjolainen2014-03-041-20/+0
* radeon/uvd: fix feedback buffer handling v2Christian König2014-03-041-12/+28
* draw: fix incorrect color of flat-shaded clipped linesBrian Paul2014-03-041-1/+12
* gallium/auxiliary/indices: replace free() with FREE()Brian Paul2014-03-041-1/+1
* meta: Consistenly use non-Apple VAO functionsIan Romanick2014-03-041-4/+4
* meta: Fallback to software for GetTexImage of compressed GL_TEXTURE_CUBE_MAP_...Ian Romanick2014-03-041-1/+2
* meta: Release resources used by _mesa_meta_DrawPixelsIan Romanick2014-03-041-0/+19
* meta: Release resources used by decompress_texture_imageIan Romanick2014-03-041-0/+21
* radeon: move driContextSetFlags(ctx) call after ctx var is initializedBrian Paul2014-03-041-2/+3
* r200: move driContextSetFlags(ctx) call after ctx var is initializedBrian Paul2014-03-041-2/+3
* mesa: Generate correct error code in glDrawBuffers()Anuj Phogat2014-03-041-3/+5
* build: move ARCH_LIBS definition outside of ASM definitionPaul Seidler2014-02-031-6/+6
* mesa: Fix build to properly check for supported compiler flagsLauri Kasanen2014-02-031-1/+5
* i965: Ignore 'centroid' interpolation qualifier in case of persample shadingAnuj Phogat2014-01-312-2/+3
* i965: Use sample barycentric coordinates with per sample shadingAnuj Phogat2014-01-314-6/+29
* mesa: Use IROUND instead of roundf.José Fonseca2014-01-311-1/+1
* i965/gen6/blorp: Emit more flushes to workaround hangsChad Versace2014-01-312-15/+5
* radeon / r200: Pass the API into _mesa_initialize_contextIan Romanick2014-01-284-3/+5
* r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.Tom Stellard2014-01-284-14/+10
* gallium/rtasm: handle mmap failures appropriatelyEmil Velikov2014-01-281-3/+7
* glcpp: Define GL_EXT_shader_integer_mix in both GL and ES.Matt Turner2014-01-281-3/+5
* draw: fix incorrect vertex size computation in LLVM drawing codeBrian Paul2014-01-272-11/+30
* glsl: Fix chained assignments of vector channels.Kenneth Graunke2014-01-251-1/+19
* glsl: Rename "expr" to "lhs_expr" in vector_extract munging code.Kenneth Graunke2014-01-251-6/+6
* glsl: Disable ARB_texture_rectangle in shader version 100.Anuj Phogat2014-01-251-0/+4
* st/mesa: fix glReadBuffer(GL_NONE) segfaultBrian Paul2014-01-251-1/+2
* gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formatsMarek Olšák2014-01-251-0/+3
* st/vdpau: don't return a device if the screen doesn't support NPOTIlia Mirkin2014-01-251-0/+5
* nv50: access only the available amount of constbufEmil Velikov2014-01-251-1/+1
* nv50: access only the available amount of texturesEmil Velikov2014-01-251-1/+1
* mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_programIlia Mirkin2014-01-252-3/+1
* st/dri: prevent leak of dri option default valuesAaron Watry2014-01-251-0/+6
* radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2014-01-252-7/+7
* mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLESIan Romanick2014-01-251-0/+37
* st/mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov2014-01-251-1/+1
* mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov2014-01-251-1/+1
* i965: Ensure that all necessary state is re-emitted if we run out of aperture.Paul Berry2014-01-253-0/+21
* st/mesa: use sRGB formats for MSAA resolving if destination is sRGBMarek Olšák2014-01-251-0/+32