summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-19glsl: count attributes for vertex inputs properly.Dave Airlie1-1/+1
2015-12-18ralloc: Fix ralloc_adopt() to the old context's last child's parent.Kenneth Graunke1-0/+1
2015-12-19glsl: fix transform feedback for 64-bit outupts.Dave Airlie2-3/+30
2015-12-19glsl: fix partial marking for fp64 types.Dave Airlie1-0/+7
2015-12-19glsl: only update doubles inputs for vertex inputs.Dave Airlie1-1/+4
2015-12-18vc4: Do instruction scheduling on the QIR to hide texture fetch latency.Eric Anholt4-0/+624
2015-12-18vc4: Fix latency handling for QPU texture scheduling.Eric Anholt1-32/+50
2015-12-18vc4: Keep sample mask writes from being reordered after TLB writesEric Anholt1-1/+2
2015-12-19glsl: fix count_attribute_slots to allow for different 64-bit handlingDave Airlie5-11/+30
2015-12-19glsl: use dual slot helper in the linker code.Dave Airlie1-10/+1
2015-12-19glsl/fp64: add helper for dual slot double detection.Dave Airlie2-9/+9
2015-12-19glsl: pass stage into mark functionDave Airlie1-4/+4
2015-12-18freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabledRob Herring1-1/+1
2015-12-18i965/vec4: Optimize predicate handling for any/all.Matt Turner2-18/+77
2015-12-18nir: Delete bany, ball, fany, fall.Matt Turner7-37/+5
2015-12-18glsl: Implement all(v) as all_equal(v, true).Matt Turner1-14/+2
2015-12-18glsl: Remove ir_unop_any.Matt Turner9-165/+5
2015-12-18glsl: Implement any(v) as any_nequal(v, false).Matt Turner1-1/+14
2015-12-18gallium/radeon: only dispose locally created target machine in radeon_llvm_co...Nicolai Hähnle1-2/+3
2015-12-18gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.hRoland Scheidegger1-0/+1
2015-12-18draw: fix clip test with NaNsRoland Scheidegger2-14/+18
2015-12-18draw: fix pstipple and aaline stages wrt sampler_views/samplersRoland Scheidegger2-7/+9
2015-12-17swrast: move two global defines to the only place where they are usedMiklós Máté2-2/+2
2015-12-17mesa: improve debug log in atifragshaderMiklós Máté1-0/+3
2015-12-17program: fix comment about the fog formulaMiklós Máté1-1/+1
2015-12-17mesa: Don't leak ATIfs instructions in DeleteFragmentShaderMiklós Máté1-1/+1
2015-12-17configure.ac: use pkg-config for libelfJonathan Gray2-3/+7
2015-12-16i965/screen: Allow OpenGLES 3.1 for gen8+Jordan Justen1-0/+5
2015-12-16i965: Enable compute shaders in more cases for OpenGLES 3.1Jordan Justen1-1/+4
2015-12-16main/version: Don't require ARB_compute_shader for OpenGLES 3.1Jordan Justen1-3/+6
2015-12-16main: Allow compute shaders to be compiled with OpenGLES 3.1Jordan Justen1-1/+1
2015-12-16main: Add MESA_VERBOSE=api for LinkProgram & UseProgramJordan Justen1-0/+5
2015-12-16ir_to_mesa: Skip useless comparison instructions.Matt Turner1-1/+7
2015-12-16glsl: Remove inverse() from GLSL 1.20 and 1.30.Kenneth Graunke1-3/+9
2015-12-16nv50: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset1-0/+5
2015-12-16st/osmesa: add OSMesaCreateContextAttribs() functionBrian Paul1-3/+93
2015-12-16osmesa: add new OSMesaCreateContextAttribs functionBrian Paul1-1/+99
2015-12-16svga: don't use debug code in update_state() in release buildsBrian Paul1-0/+4
2015-12-16nv50,nvc0: free memory allocated by performance metricsSamuel Pitoiset6-4/+22
2015-12-16nvc0: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset1-0/+1
2015-12-16nvc0: fix metric-achieved_occupancy calculation on KeplerSamuel Pitoiset1-1/+4
2015-12-16st/va: remove fence handling v3Christian König5-22/+7
2015-12-16Revert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals"Neil Roberts1-6/+7
2015-12-16i965: Fix crash when calling glViewport with no surface boundNeil Roberts1-2/+4
2015-12-16mesa/blit: Don't require the same format for mulitisample blitsNeil Roberts1-2/+11
2015-12-16st/va: retrieve size from the temporary img variableJulien Isorce1-1/+1
2015-12-16draw: handle edge flags in llvm pathRoland Scheidegger2-26/+61
2015-12-16draw: don't set start_instance and instance id for pt emitRoland Scheidegger1-31/+31
2015-12-15nir/lower_system_values: Refactor and use the builder.Jason Ekstrand1-29/+31
2015-12-15nir/builder: Add a load_system_value helperJason Ekstrand2-10/+15