summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * meta/blit: Group the SamplerParameteri calls with the other sampler operationsIan Romanick2016-01-111-4/+4
| * mesa: Refator _mesa_BindSampler to make _mesa_bind_samplerIan Romanick2016-01-112-6/+16
| * mesa: Add _mesa_set_sampler_srgb_decode methodIan Romanick2016-01-112-0/+14
| * mesa: Add _mesa_set_sampler_filters methodIan Romanick2016-01-112-0/+26
| * mesa: Add _mesa_set_sampler_wrap methodIan Romanick2016-01-112-0/+20
| * nvc0: remove useless goto in nvc0_launch_grid()Samuel Pitoiset2016-01-121-6/+4
| * mesa: Mark Identity as constIan Romanick2016-01-111-1/+1
| * i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.Kenneth Graunke2016-01-111-3/+4
| * Add missing platform information for KBLMark Janes2016-01-111-0/+5
| * nv50/ir: the whole point of data array is to hand out regular registersIlia Mirkin2016-01-111-1/+1
| * mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)Dave Airlie2016-01-112-1/+8
| * glsl: replace unreachable code path with assertTimothy Arceri2016-01-111-5/+4
| * Revert "glsl: replace unreachable code path with assert"Timothy Arceri2016-01-111-4/+5
| * glsl: replace unreachable code path with assertTimothy Arceri2016-01-111-5/+4
| * glsl: combine if blocksTimothy Arceri2016-01-111-6/+3
| * mesa: Update todo regarding StencilOp and StencilOpSeparate.Rhys Kidd2016-01-111-12/+6
| * glsl: Make bitfield_insert/extract and bfi/bfm non-vectorizable.Kenneth Graunke2016-01-091-1/+6
| * nv50/ir: Fix scratch allocation size and filePierre Moreau2016-01-092-3/+3
* | vk: Support SpvBuiltInViewportIndexKristian Høgsberg Kristensen2016-01-121-0/+9
* | vk: Use the correct stride for CC_VIEWPORT structsKristian Høgsberg Kristensen2016-01-121-1/+1
* | nir/spirv: Allow non-block variables with interface types in listsJason Ekstrand2016-01-121-1/+1
* | nir/spirv: Handle matrix decorations on arrays of matricesJason Ekstrand2016-01-121-4/+20
* | nir/spirv: Allow creating local/global variables from interface typesJason Ekstrand2016-01-111-1/+3
* | nir/spirv: Allow base derefs in get_vulkan_resource_indexJason Ekstrand2016-01-111-2/+1
* | nir/spirv: Allow OpBranchConditional without a mergeJason Ekstrand2016-01-111-5/+3
* | nir/spirv/cfg: Allow breaking from the continue blockJason Ekstrand2016-01-111-1/+1
* | nir/spirv: Stop wrapping carry/borrow in b2iJason Ekstrand2016-01-111-4/+2
* | nir/spirv: Better handle OpCopyMemoryJason Ekstrand2016-01-111-13/+10
* | nir/spirv: Add no-op support for OpSourceContinuedJason Ekstrand2016-01-111-0/+2
* | nir/spirv/cfg: Handle unreachable instructionsJason Ekstrand2016-01-111-0/+2
* | nir/vars_to_ssa: Add phi sources for unreachable predecessorsJason Ekstrand2016-01-111-0/+46
* | nir/spirv: Properly handle OpConstantNullJason Ekstrand2016-01-111-0/+1
* | nir/spirv: Assert that matrix types are validJason Ekstrand2016-01-111-0/+1
* | nir/types: Add an is_error helperJason Ekstrand2016-01-112-0/+7
* | nir/spirv: Handle OpNoLineJason Ekstrand2016-01-111-0/+2
* | anv/gen7: Remove unheeded helper begin_render_pass()Chad Versace2016-01-111-14/+5
* | anv/pipeline: Handle output lowering in anv_pipeline instead of spirv_to_nirJason Ekstrand2016-01-112-5/+7
* | anv/pipeline: Only delete functions for SPIR-V shadersJason Ekstrand2016-01-111-7/+8
* | nir/spirv: Get rid of a bunch of stage assertsJason Ekstrand2016-01-111-22/+0
* | nir/spirv: Take an entrypoint stage as well as a nameJason Ekstrand2016-01-115-37/+47
* | nir/dead_variables: Add a a mode parameterJason Ekstrand2016-01-113-11/+26
* | vk: Handle uninitialized FS inputs and gl_PrimitiveIDKristian Høgsberg Kristensen2016-01-091-5/+19
* | vk: Support reseting timestamp query poolsKristian Høgsberg Kristensen2016-01-091-1/+2
* | vk: Advertise number of timestamp bitsKristian Høgsberg Kristensen2016-01-091-1/+1
* | vk: Expose correct timestampPeriod for SKLKristian Høgsberg Kristensen2016-01-091-1/+3
* | vk: Assert on use of uninitialized surface stateKristian Høgsberg Kristensen2016-01-083-0/+17
* | vk: Only begin subpass if we're continuing a render passKristian Høgsberg Kristensen2016-01-081-1/+5
* | vk: Remove unsupported warnings for Skylake and BroxtonKristian Høgsberg Kristensen2016-01-081-6/+3
* | Merge ../mesa into vulkanKristian Høgsberg Kristensen2016-01-08312-3511/+6759
|\|
| * mesa: merge bind_atomic_buffers_{base|range}Nicolai Hähnle2016-01-081-106/+49