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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporaries
Marek Olšák
2020-07-07
1
-0
/
+1
*
vc4: Only call nir_lower_io on shader_in/out
Jason Ekstrand
2020-07-06
1
-2
/
+2
*
vc4: Enable PIPE_CAP_TGSI_TEXCOORD.
Eric Anholt
2020-06-29
3
-18
/
+7
*
replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-2
/
+3
*
vc4: don't relay on intr->num_components for non-vectorized intrinsics
Jose Maria Casanova Crespo
2020-06-16
1
-1
/
+1
*
vc4_bufmgr: fix time_t printf
Peter Seiderer
2020-06-07
1
-1
/
+1
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
1
-1
/
+1
*
gallium: add shader caps INT16 and FP16_DERIVATIVES
Marek Olšák
2020-06-02
1
-0
/
+2
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
1
-2
/
+2
*
ttn: Add new allow_disk_cache parameter
Axel Davy
2020-05-13
1
-1
/
+1
*
gallium: change comments to remove 'state tracker'
Marek Olšák
2020-05-13
1
-1
/
+1
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
1
-1
/
+1
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
1
-1
/
+1
*
vc4: Use NIR shader's num_outputs for generating our new output.
Eric Anholt
2020-04-23
1
-13
/
+1
*
vc4_bufmgr: Remove duplicative VC definition
John Stultz
2020-03-19
1
-8
/
+0
*
vc4: Fix query_dmabuf_modifiers mis-reporting external_only property
Chris Lord
2020-03-11
1
-1
/
+3
*
util/ra: spiff out select_reg_callback
Rob Clark
2020-03-10
1
-1
/
+1
*
vc4: fix vc4_yuv_blit overwriting fragment constant buffer slot 0
Chris Lord
2020-03-03
1
-0
/
+2
*
gallium/hash_table: remove some function wrappers
Marek Olšák
2020-02-26
3
-4
/
+4
*
gallium/hash_table: turn it into a wrapper around util/hash_table
Marek Olšák
2020-02-26
1
-1
/
+1
*
gallium/hash_table: consolidate hash tables with pointer keys
Marek Olšák
2020-02-26
1
-13
/
+1
*
util/hash_table: update users to use new optimal integer hash functions
Anthony Pesch
2020-01-23
1
-13
/
+1
*
vc4: move the draw splitting routine to shared code
Erico Nunes
2019-12-14
1
-33
/
+3
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
8
-8
/
+8
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
5
-9
/
+9
*
Revert "vc4: do not report alpha-test as supported"
Erik Faye-Lund
2019-10-23
2
-4
/
+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
2
-14
/
+4
*
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
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-2
/
+0
*
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
*
broadcom/vc4: Expand width of dst surface
Zhaowei Yuan
2019-09-03
1
-1
/
+1
*
vc4: clamp gl_PointSize to a minimum of 1.0
Iago Toral Quiroga
2019-08-13
1
-5
/
+3
*
vc4: prepare for p_compiler.h dependency removal
Lionel Landwerlin
2019-08-09
1
-0
/
+2
*
nir: Stop whacking gl_FrontFacing to a system value
Jason Ekstrand
2019-08-01
1
-0
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-4
/
+4
*
u_blitter: add a msaa parameter to util_blitter_clear
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-1
/
+2
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
4
-18
/
+18
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
vc4: Convert vc4_nir_lower_txf_ms to nir_shader_lower_instructions().
Eric Anholt
2019-07-18
1
-32
/
+13
*
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
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-1
/
+2
*
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
[next]