summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nouveau: add valid range tracking to nouveau_bufferIlia Mirkin2014-03-096-0/+47
* gbm: make 'devices' array staticJulien Cristau2014-03-081-1/+1
* automake: make clean the correct git_sha1.h.tmpEmil Velikov2014-03-081-1/+1
* radeonsi: fix freeing descriptor buffersChristian König2014-03-081-1/+1
* radeonsi: fix leaking the bound state on destruction v2Christian König2014-03-083-0/+10
* radeonsi: avoid stale state pointersChristian König2014-03-081-9/+3
* radeonsi: avoid stale pointers in si_delete_shader_selectorChristian König2014-03-081-1/+6
* Revert "winsys/radeon: if there's VRAM-only usage, keep it"Marek Olšák2014-03-081-28/+12
* radeon/vce: fix memory leakChristian König2014-03-081-0/+1
* glcpp: Do not remove spaces to preserve locations.Sir Anthony2014-03-084-5/+5
* glsl: Change locations from yylloc to appropriate tokens positions.Sir Anthony2014-03-081-101/+114
* glsl: Add ast_node method to set location range.Sir Anthony2014-03-081-0/+14
* glsl: Make ast_node location comments more informative.Sir Anthony2014-03-081-4/+4
* glsl: Extend ast location structure to hande end token position.Sir Anthony2014-03-082-11/+17
* glsl: Update lexers in glsl and glcpp to hande end position of token.Sir Anthony2014-03-082-2/+4
* scons: Add drivers/common/meta_generate_mipmap.c to src/mesa/SConscript.Vinson Lee2014-03-071-1/+2
* meta: Support GenerateMipmaps on 1DArray textures.Kenneth Graunke2014-03-071-9/+33
* meta: Use srcWidth/Height/Depth rather than srcImage->Width and such.Kenneth Graunke2014-03-071-3/+3
* meta: Support GenerateMipmaps on 2DArray textures.Kenneth Graunke2014-03-071-35/+34
* meta: Add a 'layer' argument to bind_fbo_image().Kenneth Graunke2014-03-071-9/+11
* meta: Refactor code for binding a texture image to the FBO.Kenneth Graunke2014-03-071-46/+35
* meta: Use minify() in GenerateMipmaps code.Kenneth Graunke2014-03-071-3/+3
* meta: Drop redundant FBO creation code in GenerateMipmaps.Kenneth Graunke2014-03-071-4/+1
* meta: Replace GLboolean with bool in fallback_required().Kenneth Graunke2014-03-071-7/+7
* meta: Make _mesa_meta_check_generate_mipmap_fallback static.Kenneth Graunke2014-03-072-8/+4
* meta: Split GenerateMipmap() into its own file.Kenneth Graunke2014-03-074-337/+377
* meta: De-static setup_texture_coords().Kenneth Graunke2014-03-072-23/+34
* glapi: Add KHR_debug.xmlTimothy Arceri2014-03-081-0/+150
* mesa: add missing DebugMessageControl typesTimothy Arceri2014-03-081-0/+2
* mesa: make ARB_debug_output functions an alias ofTimothy Arceri2014-03-085-254/+92
* glapi: move KHR_debug into its own fileTimothy Arceri2014-03-081-143/+1
* glx_pbuffer: Refactor GetDrawableAttributeAdel Gadllah2014-03-071-5/+6
* radeon: Include radeon_elf_util.c in the list of LLVM_C_FILES v2Tom Stellard2014-03-072-1/+2
* st/mesa: only mark framebuffer as sRGB capable if Mesa supports the formatBrian Paul2014-03-071-2/+3
* radeon/llvm: Factor elf parsing code out into its own functionTom Stellard2014-03-074-51/+132
* radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2Tom Stellard2014-03-075-12/+23
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-076-12/+11
* mesa: fix the format of glEdgeFlagPointerMarek Olšák2014-03-071-2/+2
* radeonsi: fix blit compressed texture workaround to support 2D arraysMarek Olšák2014-03-071-1/+2
* r600g: fix blitting the last 2 mipmap levels for EvergreenMarek Olšák2014-03-073-13/+36
* r600g: fix texelFetchOffset GLSL functionsMarek Olšák2014-03-071-10/+77
* winsys/radeon: if there's VRAM-only usage, keep itMarek Olšák2014-03-071-12/+28
* radeon: Use upload manager for buffer downloadsNiels Ole Salscheider2014-03-071-18/+56
* glapi: use 'Mesa' in error messagesBrian Paul2014-03-071-3/+3
* st/mesa: add test_format_conversion() debug functionBrian Paul2014-03-071-1/+43
* st/mesa: add MESA_FORMAT_R8G8B8A8_SRGB in st_mesa_format_to_pipe_format()Brian Paul2014-03-071-0/+2
* mesa/st: Fix PIPE_FORMAT_R8G8B8A8_SRGB -> MESA_FORMAT_ conversion.José Fonseca2014-03-071-1/+1
* st/vdpau: Add rotation v2Kusanagi Kouichi2014-03-071-0/+6
* vl: Add rotation v3Kusanagi Kouichi2014-03-072-12/+107
* st/omx/enc: fix crash on destructionChristian König2014-03-071-8/+15