| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Assert that the scratch spaces are in range. | Kenneth Graunke | 2016-06-12 | 1 | -0/+14 |
* | i965: Fix CS scratch size calculations on Ivybridge and Baytrail. | Kenneth Graunke | 2016-06-12 | 2 | -2/+10 |
* | i965: Fix Haswell CS per-thread scratch space encoding. | Kenneth Graunke | 2016-06-12 | 2 | -3/+25 |
* | i965: Account for poor address calculations in Haswell CS scratch size. | Kenneth Graunke | 2016-06-12 | 1 | -1/+20 |
* | i965: Allocate scratch space for the maximum number of compute threads. | Kenneth Graunke | 2016-06-12 | 1 | -1/+3 |
* | i965: Set subslice_total on Gen7/7.5 platforms. | Kenneth Graunke | 2016-06-12 | 1 | -1/+4 |
* | i965: Fix shared local memory size for Gen9+. | Kenneth Graunke | 2016-06-12 | 4 | -27/+37 |
* | nv50: reinstate dedicated constbuf push path | Ilia Mirkin | 2016-06-11 | 5 | -29/+50 |
* | nv50: enable indirect addressing of fragment shader inputs | Ilia Mirkin | 2016-06-11 | 2 | -1/+2 |
* | mesa: add drawbuffer argument to ClearNamedFramebufferfi | Ilia Mirkin | 2016-06-10 | 3 | -3/+4 |
* | llvmpipe: turn on pipe cap for GL_ARB_copy_image support | Brian Paul | 2016-06-10 | 1 | -1/+2 |
* | llvmpipe: don't use 3-component formats, except 32-bit x 3 formats | Brian Paul | 2016-06-10 | 1 | -11/+12 |
* | softpipe: turn on pipe cap for GL_ARB_copy_image support | Brian Paul | 2016-06-10 | 1 | -1/+2 |
* | softpipe: don't use 3-component formats | Brian Paul | 2016-06-10 | 1 | -0/+18 |
* | st/mesa: tweak surface format mapping table | Brian Paul | 2016-06-10 | 1 | -9/+11 |
* | util: update util_resource_copy_region() for GL_ARB_copy_image | Brian Paul | 2016-06-10 | 1 | -20/+95 |
* | gallium: Fix region overlap conditions for rectangles with a shared edge | Anuj Phogat | 2016-06-10 | 1 | -4/+4 |
* | mesa: Fix region overlap conditions for rectangles with a shared edge | Anuj Phogat | 2016-06-10 | 1 | -4/+4 |
* | gallivm: more 64-bit integer prep work. | Dave Airlie | 2016-06-11 | 1 | -8/+8 |
* | radeonsi: convert to 64-bitness checks instead of doubles. | Dave Airlie | 2016-06-11 | 3 | -31/+33 |
* | gallivm: make non-float return code bitcast consistent. | Dave Airlie | 2016-06-11 | 1 | -12/+6 |
* | gallium/gallivm: use 64-bit test instead of doubles. | Dave Airlie | 2016-06-11 | 1 | -37/+36 |
* | gallium/tgsi: add 64-bitness type check function. | Dave Airlie | 2016-06-11 | 1 | -0/+7 |
* | anv/entrypoints: Rework #if guards | Jason Ekstrand | 2016-06-10 | 1 | -7/+9 |
* | anv/entrypoints: Use the function pointer types provided by vulkan.h | Jason Ekstrand | 2016-06-10 | 1 | -1/+1 |
* | st/mesa: use base level size as "guess" when available | Nicolai Hähnle | 2016-06-10 | 1 | -6/+27 |
* | anv: Remove the PhysicalDeviceLimits FINISHME | Jason Ekstrand | 2016-06-10 | 1 | -2/+0 |
* | anv/pipeline_cache: Allow for an zero-sized cache | Jason Ekstrand | 2016-06-10 | 1 | -1/+4 |
* | anv/pipeline: Store the (set, binding, index) tripple in the bind map | Jason Ekstrand | 2016-06-10 | 5 | -15/+25 |
* | anv/descriptor_set: Ensure that bindings are always in increasing order | Jason Ekstrand | 2016-06-10 | 1 | -0/+13 |
* | anv/descriptor_set: Add a type field in debug builds | Jason Ekstrand | 2016-06-10 | 2 | -0/+10 |
* | anv/descriptor_set: Set array_size to zero for non-existant descriptors | Jason Ekstrand | 2016-06-10 | 1 | -0/+1 |
* | vl/dri3: support receiving new pixmap for front buffer | Leo Liu | 2016-06-10 | 1 | -1/+6 |
* | vl/dri3: get Makefile properly | Leo Liu | 2016-06-10 | 3 | -5/+10 |
* | gallivm: Never emit llvm.fmuladd on LLVM 3.3. | Jose Fonseca | 2016-06-10 | 2 | -1/+7 |
* | gallivm: Use llvm.fmuladd.*. | Jose Fonseca | 2016-06-10 | 7 | -68/+98 |
* | util,gallivm: Explicitly enable/disable fma attribute. | Jose Fonseca | 2016-06-10 | 4 | -0/+13 |
* | radeonsi: Reinitialize all descriptors in CE preamble. | Bas Nieuwenhuizen | 2016-06-10 | 3 | -3/+15 |
* | mesa: Wrap extensions.h declarations with extern "C". | Jose Fonseca | 2016-06-10 | 1 | -0/+8 |
* | st/mesa: fix type confusion with reladdrs | Ilia Mirkin | 2016-06-09 | 1 | -5/+5 |
* | glsl/ir: remove TABs in ir_constant_expression.cpp | Dave Airlie | 2016-06-10 | 1 | -535/+535 |
* | i965/gen9: Don't change halign and valign to fit in fast copy blit | Anuj Phogat | 2016-06-09 | 1 | -4/+2 |
* | mesa: Add a helper function for shared code in get_tex_rgba_{un}compressed | Anuj Phogat | 2016-06-09 | 1 | -45/+38 |
* | mesa: Let compute shaders work in compatibility profiles | Samuel Pitoiset | 2016-06-09 | 1 | -1/+1 |
* | swr: implement clipPlanes/clipVertex/clipDistance/cullDistance | Tim Rowley | 2016-06-09 | 5 | -2/+94 |
* | glx: fix crash with bad fbconfig | Daniel Czarnowski | 2016-06-09 | 1 | -0/+23 |
* | st/vdpau: implement luma keying | Nayan Deshmukh | 2016-06-09 | 2 | -12/+39 |
* | vl: Apply luma key filter before CSC conversion | Nayan Deshmukh | 2016-06-09 | 7 | -20/+42 |
* | i965: Emit surface states for extra planes prior to gen8 | Jason Ekstrand | 2016-06-08 | 2 | -0/+18 |
* | virgl: fix checking fences | Marc-André Lureau | 2016-06-09 | 2 | -2/+2 |