summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a writemask to store intrinsics.Kenneth Graunke2015-12-2212-19/+65
* mesa: fix interface matching done in validate_ioTapani Pälli2015-12-221-27/+88
* mesa: add SSBOs to the list of fragment shader side effectsIago Toral Quiroga2015-12-221-1/+3
* i965: Ensure FS execution in presence of atomic buffersIago Toral Quiroga2015-12-222-5/+6
* mesa: Add a _mesa_active_fragment_shader_has_side_effects helperIago Toral Quiroga2015-12-223-10/+14
* i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key.Kenneth Graunke2015-12-223-1/+12
* i965: Add tessellation control shaders.Kenneth Graunke2015-12-2219-2/+1195
* i965: Add tessellation evaluation shadersKenneth Graunke2015-12-2213-3/+627
* nir: remove field only used in GLSL IR when assigning varying locationsTimothy Arceri2015-12-222-10/+0
* nouveau: enable use of new kernel interfacesBen Skeggs2015-12-222-4/+0
* nvc0: remove use of deprecated sw class identifierBen Skeggs2015-12-221-3/+5
* nv50: fix g98+ vdec class allocationBen Skeggs2015-12-221-6/+51
* nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs2015-12-225-9/+46
* nouveau: fix screen creation failure pathsBen Skeggs2015-12-225-25/+33
* nouveau: return nouveau_screen from hw-specific creation functionsBen Skeggs2015-12-225-11/+11
* nouveau: remove use of deprecated nouveau_device::drm_versionBen Skeggs2015-12-227-12/+15
* nouveau: remove use of deprecated nouveau_device::fdBen Skeggs2015-12-223-1/+3
* r600: fix viewport clipping handling (v2)Dave Airlie2015-12-223-12/+15
* radeonsi: fix viewport clipping handling. (v2)Dave Airlie2015-12-221-1/+4
* r600: drop VTX_CNT_EN write from initial stateDave Airlie2015-12-221-8/+4
* gallium/radeon: fix regression in a number of driver queriesNicolai Hähnle2015-12-211-3/+3
* i965: Only apply CS stall workaround pre-SKLBen Widawsky2015-12-211-2/+4
* glx/dri3: a drawable might not be bound at wait timeIlia Mirkin2015-12-211-2/+4
* glsl: count attributes for vertex inputs properly.Dave Airlie2015-12-191-1/+1
* ralloc: Fix ralloc_adopt() to the old context's last child's parent.Kenneth Graunke2015-12-181-0/+1
* glsl: fix transform feedback for 64-bit outupts.Dave Airlie2015-12-192-3/+30
* glsl: fix partial marking for fp64 types.Dave Airlie2015-12-191-0/+7
* glsl: only update doubles inputs for vertex inputs.Dave Airlie2015-12-191-1/+4
* vc4: Do instruction scheduling on the QIR to hide texture fetch latency.Eric Anholt2015-12-184-0/+624
* vc4: Fix latency handling for QPU texture scheduling.Eric Anholt2015-12-181-32/+50
* vc4: Keep sample mask writes from being reordered after TLB writesEric Anholt2015-12-181-1/+2
* glsl: fix count_attribute_slots to allow for different 64-bit handlingDave Airlie2015-12-195-11/+30
* glsl: use dual slot helper in the linker code.Dave Airlie2015-12-191-10/+1
* glsl/fp64: add helper for dual slot double detection.Dave Airlie2015-12-192-9/+9
* glsl: pass stage into mark functionDave Airlie2015-12-191-4/+4
* freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabledRob Herring2015-12-181-1/+1
* i965/vec4: Optimize predicate handling for any/all.Matt Turner2015-12-182-18/+77
* nir: Delete bany, ball, fany, fall.Matt Turner2015-12-187-37/+5
* glsl: Implement all(v) as all_equal(v, true).Matt Turner2015-12-181-14/+2
* glsl: Remove ir_unop_any.Matt Turner2015-12-189-165/+5
* glsl: Implement any(v) as any_nequal(v, false).Matt Turner2015-12-181-1/+14
* gallium/radeon: only dispose locally created target machine in radeon_llvm_co...Nicolai Hähnle2015-12-181-2/+3
* gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.hRoland Scheidegger2015-12-181-0/+1
* draw: fix clip test with NaNsRoland Scheidegger2015-12-182-14/+18
* draw: fix pstipple and aaline stages wrt sampler_views/samplersRoland Scheidegger2015-12-182-7/+9
* swrast: move two global defines to the only place where they are usedMiklós Máté2015-12-172-2/+2
* mesa: improve debug log in atifragshaderMiklós Máté2015-12-171-0/+3
* program: fix comment about the fog formulaMiklós Máté2015-12-171-1/+1
* mesa: Don't leak ATIfs instructions in DeleteFragmentShaderMiklós Máté2015-12-171-1/+1
* configure.ac: use pkg-config for libelfJonathan Gray2015-12-172-3/+7