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
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-2
/
+2
*
Revert "vc4: do not report alpha-test as supported"
Erik Faye-Lund
2019-10-23
1
-1
/
+14
*
nir/lower_idiv: add new llvm-based path
Rhys Perry
2019-10-21
1
-1
/
+1
*
vc4: do not report alpha-test as supported
Erik Faye-Lund
2019-10-17
1
-14
/
+1
*
nir: support feeding state to nir_lower_clip_[vg]s
Erik Faye-Lund
2019-10-17
1
-1
/
+1
*
nir: support lowering clipdist to arrays
Erik Faye-Lund
2019-10-17
1
-2
/
+3
*
nir: allow passing alpha-ref state to lowering-code
Erik Faye-Lund
2019-10-17
1
-1
/
+2
*
nir: add nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-0
/
+1
*
vc4: Enable the nir_opt_algebraic_late() pass.
Eric Anholt
2019-09-30
1
-0
/
+15
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
*
vc4: clamp gl_PointSize to a minimum of 1.0
Iago Toral Quiroga
2019-08-13
1
-5
/
+3
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+1
*
vc4: Enable NIR's lower_fmod option.
Kenneth Graunke
2019-06-05
1
-0
/
+1
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-2
/
+1
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-1
/
+1
*
nir: Initialize lower_flrp_progress everywhere
Ian Romanick
2019-05-09
1
-1
/
+1
*
nir: Use the flrp lowering pass instead of nir_opt_algebraic
Ian Romanick
2019-05-06
1
-0
/
+22
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
1
-1
/
+0
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-1
/
+1
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
1
-1
/
+1
*
vc4: Upload CS/VS UBO uniforms together.
Eric Anholt
2019-04-10
1
-102
/
+4
*
vc4: Split UBO0 and UBO1 address uniform handling.
Eric Anholt
2019-04-10
1
-3
/
+3
*
st: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFORMS case as well.
Eric Anholt
2019-04-10
1
-6
/
+1
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-2
/
+0
*
vc4: Prefer nir_src_comp_as_uint over nir_src_as_const_value
Jason Ekstrand
2019-04-07
1
-16
/
+15
*
tgsi_to_nir: Produce optimized NIR for a given pipe_screen.
Timur Kristóf
2019-03-05
1
-1
/
+1
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-2
/
+2
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
1
-1
/
+1
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
1
-1
/
+1
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
1
-0
/
+2
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
1
-20
/
+20
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-4
/
+4
*
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2018-11-19
1
-1
/
+2
*
vc4: Fix unused variable warning.
Eric Anholt
2018-10-30
1
-1
/
+0
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
1
-1
/
+0
*
gallium/ttn: Convert inputs and outputs to derefs of variables.
Eric Anholt
2018-10-15
1
-3
/
+4
*
vc4: Remove dead i == 0 code from the cos() implementation.
Eric Anholt
2018-09-21
1
-6
/
+3
*
vc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL rendering rotation.
Eric Anholt
2018-09-21
1
-26
/
+40
*
vc4: Ignore samplers for finding uniform offsets.
Eric Anholt
2018-08-07
1
-3
/
+14
*
vc4: Tell NIR to lower fdiv instructions
Jason Ekstrand
2018-07-13
1
-0
/
+1
*
st,ir3,radeonsi: push lower_deref_instrs back into driver
Rob Clark
2018-06-22
1
-1
/
+0
*
anv,i965,radv,st,ir3: Call nir_lower_deref_instrs
Jason Ekstrand
2018-06-22
1
-0
/
+1
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-2
/
+2
*
broadcom/vc4: Allow binding non-zero constant buffers.
Eric Anholt
2018-03-09
1
-1
/
+34
*
nir: add lower_ldexp to nir compiler options
Timothy Arceri
2018-02-28
1
-0
/
+1
*
nir: add lower_all_io_to_temps flag
Timothy Arceri
2018-01-31
1
-0
/
+1
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-1
/
+1
*
nir: Move vc4's alpha test lowering to core NIR.
Eric Anholt
2017-10-10
1
-4
/
+11
*
broadcom/vc4: Fix use-after-free when deleting a program.
Eric Anholt
2017-09-18
1
-6
/
+15
[next]