summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-08st/mesa: Accelerate PBO uploadspbo-uploadFredrik Höglund4-13/+644
2014-03-08gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYFredrik Höglund12-1/+29
2014-03-08gbm: make 'devices' array staticJulien Cristau1-1/+1
2014-03-08automake: make clean the correct git_sha1.h.tmpEmil Velikov1-1/+1
2014-03-08radeonsi: fix freeing descriptor buffersChristian König1-1/+1
2014-03-08radeonsi: fix leaking the bound state on destruction v2Christian König3-0/+10
2014-03-08radeonsi: avoid stale state pointersChristian König1-9/+3
2014-03-08radeonsi: avoid stale pointers in si_delete_shader_selectorChristian König1-1/+6
2014-03-08Revert "winsys/radeon: if there's VRAM-only usage, keep it"Marek Olšák1-28/+12
2014-03-08radeon/vce: fix memory leakChristian König1-0/+1
2014-03-08glcpp: Do not remove spaces to preserve locations.Sir Anthony4-5/+5
2014-03-08glsl: Change locations from yylloc to appropriate tokens positions.Sir Anthony1-101/+114
2014-03-08glsl: Add ast_node method to set location range.Sir Anthony1-0/+14
2014-03-08glsl: Make ast_node location comments more informative.Sir Anthony1-4/+4
2014-03-08glsl: Extend ast location structure to hande end token position.Sir Anthony2-11/+17
2014-03-08glsl: Update lexers in glsl and glcpp to hande end position of token.Sir Anthony2-2/+4
2014-03-07scons: Add drivers/common/meta_generate_mipmap.c to src/mesa/SConscript.Vinson Lee1-1/+2
2014-03-07meta: Support GenerateMipmaps on 1DArray textures.Kenneth Graunke1-9/+33
2014-03-07meta: Use srcWidth/Height/Depth rather than srcImage->Width and such.Kenneth Graunke1-3/+3
2014-03-07meta: Support GenerateMipmaps on 2DArray textures.Kenneth Graunke1-35/+34
2014-03-07meta: Add a 'layer' argument to bind_fbo_image().Kenneth Graunke1-9/+11
2014-03-07meta: Refactor code for binding a texture image to the FBO.Kenneth Graunke1-46/+35
2014-03-07meta: Use minify() in GenerateMipmaps code.Kenneth Graunke1-3/+3
2014-03-07meta: Drop redundant FBO creation code in GenerateMipmaps.Kenneth Graunke1-4/+1
2014-03-07meta: Replace GLboolean with bool in fallback_required().Kenneth Graunke1-7/+7
2014-03-07meta: Make _mesa_meta_check_generate_mipmap_fallback static.Kenneth Graunke2-8/+4
2014-03-07meta: Split GenerateMipmap() into its own file.Kenneth Graunke4-337/+377
2014-03-07meta: De-static setup_texture_coords().Kenneth Graunke2-23/+34
2014-03-08glapi: Add KHR_debug.xmlTimothy Arceri1-0/+150
2014-03-08mesa: add missing DebugMessageControl typesTimothy Arceri1-0/+2
2014-03-08mesa: make ARB_debug_output functions an alias ofTimothy Arceri5-254/+92
2014-03-08glapi: move KHR_debug into its own fileTimothy Arceri1-143/+1
2014-03-07glx_pbuffer: Refactor GetDrawableAttributeAdel Gadllah1-5/+6
2014-03-07glx: Update glxext.h to revision 25407Adel Gadllah1-3/+29
2014-03-07radeon: Include radeon_elf_util.c in the list of LLVM_C_FILES v2Tom Stellard2-1/+2
2014-03-07st/mesa: only mark framebuffer as sRGB capable if Mesa supports the formatBrian Paul1-2/+3
2014-03-07radeon/llvm: Factor elf parsing code out into its own functionTom Stellard4-51/+132
2014-03-07radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2Tom Stellard5-12/+23
2014-03-07gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák6-12/+11
2014-03-07mesa: fix the format of glEdgeFlagPointerMarek Olšák1-2/+2
2014-03-07radeonsi: fix blit compressed texture workaround to support 2D arraysMarek Olšák1-1/+2
2014-03-07r600g: fix blitting the last 2 mipmap levels for EvergreenMarek Olšák3-13/+36
2014-03-07r600g: fix texelFetchOffset GLSL functionsMarek Olšák1-10/+77
2014-03-07winsys/radeon: if there's VRAM-only usage, keep itMarek Olšák1-12/+28
2014-03-07radeon: Use upload manager for buffer downloadsNiels Ole Salscheider1-18/+56
2014-03-07glapi: use 'Mesa' in error messagesBrian Paul1-3/+3
2014-03-07st/mesa: add test_format_conversion() debug functionBrian Paul1-1/+43
2014-03-07st/mesa: add MESA_FORMAT_R8G8B8A8_SRGB in st_mesa_format_to_pipe_format()Brian Paul1-0/+2
2014-03-07mesa/st: Fix PIPE_FORMAT_R8G8B8A8_SRGB -> MESA_FORMAT_ conversion.José Fonseca1-1/+1
2014-03-07st/vdpau: Add rotation v2Kusanagi Kouichi1-0/+6