| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ilo: require hardware logical context support | Chia-I Wu | 2014-03-10 | 7 | -14/+32 |
* | ilo: protect the decode context with a mutex | Chia-I Wu | 2014-03-10 | 1 | -7/+20 |
* | ilo: set I915_EXEC_NO_RELOC when available | Chia-I Wu | 2014-03-10 | 2 | -3/+15 |
* | ilo: move ring types to winsys | Chia-I Wu | 2014-03-10 | 8 | -49/+30 |
* | ilo: winsys may limit the batch buffer size | Chia-I Wu | 2014-03-10 | 7 | -4/+15 |
* | ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supported | Chia-I Wu | 2014-03-10 | 4 | -1/+19 |
* | ilo: rework winsys batch buffer functions | Chia-I Wu | 2014-03-10 | 5 | -54/+58 |
* | ilo: replace bo alloc flags by initial domains | Chia-I Wu | 2014-03-10 | 8 | -27/+28 |
* | ilo: remove intel_bo_get_size() | Chia-I Wu | 2014-03-10 | 4 | -27/+18 |
* | ilo: remove intel_bo_get_virtual() | Chia-I Wu | 2014-03-10 | 6 | -114/+141 |
* | ilo: rework winsys bo reloc functions | Chia-I Wu | 2014-03-10 | 6 | -34/+35 |
* | ilo: add a wrapper to cast struct intel_bo | Chia-I Wu | 2014-03-10 | 1 | -23/+28 |
* | ilo: fix DRM_API_HANDLE_TYPE_FD export | Chia-I Wu | 2014-03-10 | 1 | -2/+0 |
* | ilo: improve winsys documentation/comments | Chia-I Wu | 2014-03-10 | 2 | -15/+107 |
* | ilo: remove intel_winsys_enable_reuse() | Chia-I Wu | 2014-03-10 | 3 | -13/+3 |
* | mesa/glsl: introduce a remap table for uniform locations | Tapani Pälli | 2014-03-10 | 6 | -48/+73 |
* | mesa: remove _mesa_symbol_table_iterator structure | Tapani Pälli | 2014-03-10 | 2 | -99/+0 |
* | radeonsi: Use proper member name for deleting export shader PM4 state | Michel Dänzer | 2014-03-10 | 1 | -0/+2 |
* | r600g: document why texture offset emulation is needed | Marek Olšák | 2014-03-10 | 1 | -1/+2 |
* | Revert nvc0 part of "nv50: adjust blit_3d handling of ms output textures" | Ilia Mirkin | 2014-03-09 | 1 | -8/+4 |
* | nv50: adjust blit_3d handling of ms output textures | Ilia Mirkin | 2014-03-09 | 2 | -8/+16 |
* | nouveau: fix fence waiting logic in screen destroy | Ilia Mirkin | 2014-03-09 | 3 | -7/+27 |
* | 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 |