| Commit message (Expand) | Author | Age | Files | Lines |
* | nouveau: add valid range tracking to nouveau_buffer | Ilia Mirkin | 2014-03-09 | 6 | -0/+47 |
* | gbm: make 'devices' array static | Julien Cristau | 2014-03-08 | 1 | -1/+1 |
* | automake: make clean the correct git_sha1.h.tmp | Emil Velikov | 2014-03-08 | 1 | -1/+1 |
* | radeonsi: fix freeing descriptor buffers | Christian König | 2014-03-08 | 1 | -1/+1 |
* | radeonsi: fix leaking the bound state on destruction v2 | Christian König | 2014-03-08 | 3 | -0/+10 |
* | radeonsi: avoid stale state pointers | Christian König | 2014-03-08 | 1 | -9/+3 |
* | radeonsi: avoid stale pointers in si_delete_shader_selector | Christian König | 2014-03-08 | 1 | -1/+6 |
* | Revert "winsys/radeon: if there's VRAM-only usage, keep it" | Marek Olšák | 2014-03-08 | 1 | -28/+12 |
* | radeon/vce: fix memory leak | Christian König | 2014-03-08 | 1 | -0/+1 |
* | glcpp: Do not remove spaces to preserve locations. | Sir Anthony | 2014-03-08 | 4 | -5/+5 |
* | glsl: Change locations from yylloc to appropriate tokens positions. | Sir Anthony | 2014-03-08 | 1 | -101/+114 |
* | glsl: Add ast_node method to set location range. | Sir Anthony | 2014-03-08 | 1 | -0/+14 |
* | glsl: Make ast_node location comments more informative. | Sir Anthony | 2014-03-08 | 1 | -4/+4 |
* | glsl: Extend ast location structure to hande end token position. | Sir Anthony | 2014-03-08 | 2 | -11/+17 |
* | glsl: Update lexers in glsl and glcpp to hande end position of token. | Sir Anthony | 2014-03-08 | 2 | -2/+4 |
* | scons: Add drivers/common/meta_generate_mipmap.c to src/mesa/SConscript. | Vinson Lee | 2014-03-07 | 1 | -1/+2 |
* | meta: Support GenerateMipmaps on 1DArray textures. | Kenneth Graunke | 2014-03-07 | 1 | -9/+33 |
* | meta: Use srcWidth/Height/Depth rather than srcImage->Width and such. | Kenneth Graunke | 2014-03-07 | 1 | -3/+3 |
* | meta: Support GenerateMipmaps on 2DArray textures. | Kenneth Graunke | 2014-03-07 | 1 | -35/+34 |
* | meta: Add a 'layer' argument to bind_fbo_image(). | Kenneth Graunke | 2014-03-07 | 1 | -9/+11 |
* | meta: Refactor code for binding a texture image to the FBO. | Kenneth Graunke | 2014-03-07 | 1 | -46/+35 |
* | meta: Use minify() in GenerateMipmaps code. | Kenneth Graunke | 2014-03-07 | 1 | -3/+3 |
* | meta: Drop redundant FBO creation code in GenerateMipmaps. | Kenneth Graunke | 2014-03-07 | 1 | -4/+1 |
* | meta: Replace GLboolean with bool in fallback_required(). | Kenneth Graunke | 2014-03-07 | 1 | -7/+7 |
* | meta: Make _mesa_meta_check_generate_mipmap_fallback static. | Kenneth Graunke | 2014-03-07 | 2 | -8/+4 |
* | meta: Split GenerateMipmap() into its own file. | Kenneth Graunke | 2014-03-07 | 4 | -337/+377 |
* | meta: De-static setup_texture_coords(). | Kenneth Graunke | 2014-03-07 | 2 | -23/+34 |
* | glapi: Add KHR_debug.xml | Timothy Arceri | 2014-03-08 | 1 | -0/+150 |
* | mesa: add missing DebugMessageControl types | Timothy Arceri | 2014-03-08 | 1 | -0/+2 |
* | mesa: make ARB_debug_output functions an alias of | Timothy Arceri | 2014-03-08 | 5 | -254/+92 |
* | glapi: move KHR_debug into its own file | Timothy Arceri | 2014-03-08 | 1 | -143/+1 |
* | glx_pbuffer: Refactor GetDrawableAttribute | Adel Gadllah | 2014-03-07 | 1 | -5/+6 |
* | glx: Update glxext.h to revision 25407 | Adel Gadllah | 2014-03-07 | 1 | -3/+29 |
* | radeon: Include radeon_elf_util.c in the list of LLVM_C_FILES v2 | Tom Stellard | 2014-03-07 | 2 | -1/+2 |
* | st/mesa: only mark framebuffer as sRGB capable if Mesa supports the format | Brian Paul | 2014-03-07 | 1 | -2/+3 |
* | radeon/llvm: Factor elf parsing code out into its own function | Tom Stellard | 2014-03-07 | 4 | -51/+132 |
* | radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2 | Tom Stellard | 2014-03-07 | 5 | -12/+23 |
* | gallium: rename R4A4 and A4R4 formats to match their swizzle | Marek Olšák | 2014-03-07 | 6 | -12/+11 |
* | mesa: fix the format of glEdgeFlagPointer | Marek Olšák | 2014-03-07 | 1 | -2/+2 |
* | radeonsi: fix blit compressed texture workaround to support 2D arrays | Marek Olšák | 2014-03-07 | 1 | -1/+2 |
* | r600g: fix blitting the last 2 mipmap levels for Evergreen | Marek Olšák | 2014-03-07 | 3 | -13/+36 |
* | r600g: fix texelFetchOffset GLSL functions | Marek Olšák | 2014-03-07 | 1 | -10/+77 |
* | winsys/radeon: if there's VRAM-only usage, keep it | Marek Olšák | 2014-03-07 | 1 | -12/+28 |
* | radeon: Use upload manager for buffer downloads | Niels Ole Salscheider | 2014-03-07 | 1 | -18/+56 |
* | glapi: use 'Mesa' in error messages | Brian Paul | 2014-03-07 | 1 | -3/+3 |
* | st/mesa: add test_format_conversion() debug function | Brian Paul | 2014-03-07 | 1 | -1/+43 |
* | st/mesa: add MESA_FORMAT_R8G8B8A8_SRGB in st_mesa_format_to_pipe_format() | Brian Paul | 2014-03-07 | 1 | -0/+2 |
* | mesa/st: Fix PIPE_FORMAT_R8G8B8A8_SRGB -> MESA_FORMAT_ conversion. | José Fonseca | 2014-03-07 | 1 | -1/+1 |
* | st/vdpau: Add rotation v2 | Kusanagi Kouichi | 2014-03-07 | 1 | -0/+6 |
* | vl: Add rotation v3 | Kusanagi Kouichi | 2014-03-07 | 2 | -12/+107 |