| Commit message (Expand) | Author | Age | Files | Lines |
* | linker: Fold set_uniform_binding into call site | Ian Romanick | 2014-04-11 | 1 | -21/+12 |
* | linker: Various trivial clean-ups in set_sampler_binding | Ian Romanick | 2014-04-11 | 1 | -18/+18 |
* | linker: Split set_uniform_binding into separate functions for blocks and samp... | Ian Romanick | 2014-04-11 | 1 | -3/+39 |
* | softpipe: fix shadow sampling | Heinrich Janzing | 2014-04-11 | 1 | -68/+51 |
* | softpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET query cases | Brian Paul | 2014-04-11 | 1 | -0/+3 |
* | mesa: use _mesa_get_srgb_format_linear() in sRGB texstore functions | Brian Paul | 2014-04-11 | 1 | -25/+5 |
* | swrast: use macros to initialize texfetch_funcs[] table | Brian Paul | 2014-04-11 | 1 | -937/+172 |
* | swrast: fix more fetch_texel function names | Brian Paul | 2014-04-11 | 2 | -37/+37 |
* | egl-static: Fix missing radeon_surface.h includes. | José Fonseca | 2014-04-11 | 1 | -0/+16 |
* | gallium/radeon: fix missing winsys include in pipe-loader. | Knut Andre Tidemann | 2014-04-11 | 4 | -1/+4 |
* | st/omx/enc: separate input buffer private and task structure | Christian König | 2014-04-11 | 2 | -59/+127 |
* | radeon/vce: implement B-frame support | Christian König | 2014-04-11 | 2 | -22/+53 |
* | radeon/vce: add proper CPB backtrack | Christian König | 2014-04-11 | 3 | -23/+123 |
* | vl: add interface for H264 B-frame encoding | Christian König | 2014-04-11 | 3 | -6/+16 |
* | radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMES | Christian König | 2014-04-11 | 3 | -4/+2 |
* | i965: Fix missing _NEW_SCISSOR in Broadwell SF_CLIP_VIEWPORT state. | Kenneth Graunke | 2014-04-10 | 1 | -2/+2 |
* | mesa/st: set min/max texture gather offset to driver-reported value | Ilia Mirkin | 2014-04-10 | 1 | -0/+3 |
* | gallium: add a way to query min/max texture gather offsets | Ilia Mirkin | 2014-04-10 | 13 | -0/+30 |
* | winsys/radeon: fix a race condition in initialization of radeon_winsys::screen | Marek Olšák | 2014-04-10 | 9 | -114/+39 |
* | winsys/radeon: fix a race condition between winsys_create and winsys_destroy | Marek Olšák | 2014-04-10 | 6 | -24/+33 |
* | winsys/radeon: fix a race condition between 2 calls to radeon_winsys_create | Marek Olšák | 2014-04-10 | 1 | -3/+17 |
* | winsys/radeon: remove unused radeon_info variables, move backend_map | Marek Olšák | 2014-04-10 | 4 | -7/+9 |
* | winsys/radeon: unify radeon_bo::flink and radeon_bo::name | Marek Olšák | 2014-04-10 | 2 | -14/+10 |
* | winsys/radeon: remove definitions already present in radeon_drm.h | Marek Olšák | 2014-04-10 | 4 | -205/+5 |
* | winsys/radeon: handle squared micro tiling from GEM_GET_TILING | Marek Olšák | 2014-04-10 | 1 | -0/+2 |
* | gallium/u_gen_mipmap: rewrite using pipe->blit (v2) | Marek Olšák | 2014-04-10 | 6 | -566/+81 |
* | st/mesa: properly implement MapTextureImage with multiple mapped slices (v2) | Marek Olšák | 2014-04-10 | 3 | -21/+53 |
* | mesa: remove the MALLOC, CALLOC and FREE macros | Brian Paul | 2014-04-10 | 1 | -6/+0 |
* | xlib: s/FREE/free/ | Brian Paul | 2014-04-10 | 1 | -1/+1 |
* | mesa: s/FREE/free/ in vdpau code | Brian Paul | 2014-04-10 | 1 | -4/+4 |
* | mesa: s/FREE/free/ in _mesa_free_errors_data() | Brian Paul | 2014-04-10 | 1 | -1/+1 |
* | mesa: use malloc/free instead of MALLOC/FREE in attrib stack code | Brian Paul | 2014-04-10 | 1 | -10/+10 |
* | st/mesa: fix sampler_view REALLOC/FREE macro mix-up | Brian Paul | 2014-04-10 | 3 | -1/+16 |
* | i965: Enable ARB_texture_view on Gen7 | Chris Forbes | 2014-04-10 | 1 | -0/+4 |
* | i965: Account for view parameters in blit CTSI path | Chris Forbes | 2014-04-10 | 1 | -2/+7 |
* | i965: Account for MinLayer/MinLevel in blorp CTSI path | Chris Forbes | 2014-04-10 | 1 | -3/+6 |
* | i965: Account for view parameters in fast depth clears | Chris Forbes | 2014-04-10 | 1 | -3/+3 |
* | i965/blorp: Account for nonzero MinLayer in layered clears. | Chris Forbes | 2014-04-10 | 1 | -1/+1 |
* | i965/blorp: Use irb->layer_count in clear | Chris Forbes | 2014-04-10 | 1 | -2/+1 |
* | i965: Add layer_count to intel_renderbuffer | Chris Forbes | 2014-04-10 | 2 | -0/+13 |
* | i965: Pull out layer_multiplier in intel_update_renderbuffer_wrapper | Chris Forbes | 2014-04-10 | 1 | -2/+5 |
* | i965: Add `layered` parameter to intel_update_renderbuffer_wrapper | Chris Forbes | 2014-04-10 | 1 | -3/+4 |
* | i965: Adjust renderbuffer wrapper to account for MinLevel/MinLayer | Chris Forbes | 2014-04-10 | 1 | -0/+4 |
* | i965: Enable texture upload fast path with MinLevel | Chris Forbes | 2014-04-10 | 1 | -1/+1 |
* | i965: Account for MinLevel in texture upload fast path | Chris Forbes | 2014-04-10 | 1 | -2/+4 |
* | i965: Adjust map/unmap code for MinLevel/MinLayer | Chris Forbes | 2014-04-10 | 1 | -3/+8 |
* | i965: Don't try to use fast upload path for nontrivial views | Chris Forbes | 2014-04-10 | 1 | -0/+4 |
* | i965: Adjust surface_state emission to account for view parameters | Chris Forbes | 2014-04-10 | 1 | -5/+14 |
* | i965: Add _Format to intel_texobj. | Chris Forbes | 2014-04-10 | 3 | -0/+16 |
* | i965: Add driver hook for TextureView | Chris Forbes | 2014-04-10 | 1 | -0/+41 |