index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
vc4
/
vc4_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/glsl_to_nir: move nir_lower_io to drivers
Nicolai Hähnle
2017-07-31
1
-0
/
+3
*
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
2017-07-31
1
-2
/
+8
*
vc4: Clean up release build warnings using MAYBE_UNUSED.
Eric Anholt
2017-06-20
1
-2
/
+1
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-3
/
+3
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
1
-4
/
+4
*
vc4: Report to shader-db how many threads a fragment shader has.
Eric Anholt
2017-03-08
1
-0
/
+7
*
Revert "vc4: Lazily emit our FS/VS input loads."
Eric Anholt
2017-03-08
1
-80
/
+69
*
gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options()
Brian Paul
2017-03-08
1
-1
/
+2
*
vc4: Lazily emit our FS/VS input loads.
Eric Anholt
2017-02-24
1
-69
/
+80
*
vc4: Refactor the load_input code out of the intrinsic code.
Eric Anholt
2017-02-24
1
-25
/
+42
*
vc4: Track the last block we emitted at the top level.
Eric Anholt
2017-02-24
1
-5
/
+8
*
vc4: Enable glSampleMask() even when !rasterizer->multisample.
Eric Anholt
2017-02-10
1
-2
/
+1
*
vc4: Use accurate 1/w in coordinate shader as well as vert shader.
Eric Anholt
2017-02-10
1
-1
/
+1
*
vc4: Avoid emitting small immediates for UBO indirect load address guards.
Eric Anholt
2017-02-10
1
-4
/
+4
*
vc4: Avoid an extra temporary and mov in ffloor/ffract/fceil.
Eric Anholt
2017-01-28
1
-13
/
+18
*
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
2016-12-29
1
-1
/
+1
*
vc4: Enable NIR-based loop unrolling.
Eric Anholt
2016-12-29
1
-0
/
+5
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
1
-1
/
+1
*
vc4: In a loop break/continue, jump if everyone has taken the path.
Eric Anholt
2016-11-30
1
-10
/
+17
*
vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst.
Eric Anholt
2016-11-29
1
-9
/
+25
*
vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).
Eric Anholt
2016-11-29
1
-1
/
+1
*
gallium: fix more occurences of u_hash.h
Marek Olšák
2016-11-22
1
-1
/
+1
*
vc4: Try compiling our FSes in multithreaded mode on new kernels.
Eric Anholt
2016-11-16
1
-2
/
+13
*
vc4: Mark threaded FSes as non-singlethread in the CL.
Eric Anholt
2016-11-12
1
-0
/
+2
*
vc4: Flag the last thread switch in the program as the last.
Eric Anholt
2016-11-12
1
-0
/
+11
*
vc4: Add THRSW nodes after each tex sample setup in multithreaded mode.
Eric Anholt
2016-11-12
1
-0
/
+25
*
vc4: Clamp the shadow comparison value.
Eric Anholt
2016-11-09
1
-0
/
+9
*
vc4: Don't abort when a shader compile fails.
Eric Anholt
2016-11-09
1
-4
/
+14
*
vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.
Eric Anholt
2016-11-04
1
-1
/
+1
*
vc4: Make sure that vertex shader texture2D() calls use LOD 0.
Eric Anholt
2016-11-04
1
-0
/
+10
*
ralloc: use rzalloc where it's necessary
Marek Olšák
2016-10-31
1
-1
/
+1
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-3
/
+3
*
vc4: Avoid making temporaries for assignments to NIR registers.
Eric Anholt
2016-10-21
1
-35
/
+79
*
vc4: Restructure the simulator mode.
Eric Anholt
2016-10-21
1
-3
/
+0
*
vc4: Fix live intervals analysis for screening defs in if statements.
Eric Anholt
2016-10-06
1
-1
/
+4
*
vc4: Fix assertion fails from trying to cast non-ALU instrs to ALU.
Eric Anholt
2016-10-06
1
-0
/
+2
*
nir: Make nir_foo_first/last_cf_node return a block instead
Jason Ekstrand
2016-10-06
1
-4
/
+2
*
nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.
Eric Anholt
2016-09-22
1
-1
/
+1
*
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
2016-09-14
1
-2
/
+1
*
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
2016-09-14
1
-1
/
+1
*
vc4: Move the render job state into a separate structure.
Eric Anholt
2016-09-14
1
-1
/
+2
*
vc4: Handle discards while in control flow.
Eric Anholt
2016-08-29
1
-6
/
+27
*
vc4: Add support for fddx/fddy
Eric Anholt
2016-08-25
1
-0
/
+52
*
vc4: Tell state_tracker that we would prefer NIR.
Eric Anholt
2016-08-22
1
-7
/
+25
*
vc4: Use proper type sizes for uniforms.
Eric Anholt
2016-08-22
1
-4
/
+5
*
vc4: Add VARYING_SLOT_PNTC support.
Eric Anholt
2016-08-22
1
-4
/
+5
*
nir: Define system values for vc4's blending-lowering arguments.
Eric Anholt
2016-08-22
1
-25
/
+31
*
vc4: Switch store_output to using nir_lower_io_to_scalar / component.
Eric Anholt
2016-08-19
1
-5
/
+13
*
vc4: Use the intrinsic's first_component for vattr VPM index.
Eric Anholt
2016-08-19
1
-5
/
+1
*
vc4: Convert to using nir_lower_io_scalar for FS inputs.
Eric Anholt
2016-08-19
1
-3
/
+17
[prev]
[next]