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
/
compiler
/
Makefile.sources
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add pass to lower disjoint wrmask's
Rob Clark
2020-05-13
1
-0
/
+1
*
nir: Move nir_lower_mediump_outputs from ir3
Alyssa Rosenzweig
2020-04-27
1
-0
/
+1
*
glsl: Hard-code noise to zero in builtin_functions.cpp
Jason Ekstrand
2020-04-21
1
-1
/
+0
*
nir: add common convert_ycbcr for vulkan csc
Jonathan Marek
2020-04-20
1
-0
/
+2
*
glsl: Inline builtins in a separate pass
Neil Roberts
2020-03-24
1
-0
/
+1
*
nir: add a bool bitsize lowering pass
Iago Toral Quiroga
2020-03-24
1
-0
/
+1
*
glsl: Add an IR lowering pass to convert mediump operations to 16-bit
Neil Roberts
2020-03-24
1
-0
/
+1
*
nir: Add pass to combine adjacent scoped memory barriers
Caio Marcelo de Oliveira Filho
2020-03-12
1
-0
/
+1
*
nir: add pass to lower discard() to demote()
Daniel Schürmann
2020-03-09
1
-0
/
+1
*
glsl/linker: handle array/struct members for DisableXfbPacking
Louis-Francis Ratté-Boulianne
2020-03-03
1
-0
/
+1
*
nir: Rename gl_nir_lower_bindless_images.c in preparation for extending it.
Eric Anholt
2020-02-24
1
-1
/
+1
*
nir: Add SSBO->global lowering pass
Alyssa Rosenzweig
2020-02-21
1
-0
/
+1
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
1
-1
/
+1
*
nir/zink: move clip_halfz-lowering to common code
Erik Faye-Lund
2020-01-03
1
-0
/
+1
*
android: nir: add a load/store vectorization pass
Mauro Rossi
2019-12-27
1
-0
/
+1
*
nir: Add a scheduler pass to reduce maximum register pressure.
Eric Anholt
2019-11-25
1
-0
/
+1
*
nir: strip as we serialize to remove the nir_shader_clone call
Marek Olšák
2019-11-21
1
-1
/
+0
*
compiler: move build definition of pp_standalone_scaffolding.c
Timothy Arceri
2019-11-21
1
-2
/
+1
*
glsl: add preprocessor #include support
Timothy Arceri
2019-11-20
1
-1
/
+2
*
nir: Build nir_lower_point_size.c in libmesa_nir
Robert Foss
2019-10-31
1
-0
/
+1
*
nir: add nir_lower_amul pass
Rob Clark
2019-10-18
1
-0
/
+1
*
nir: add lowering-pass for point-size mov
Erik Faye-Lund
2019-10-17
1
-0
/
+1
*
nir: add a pass to lower flat shading.
Dave Airlie
2019-10-17
1
-0
/
+1
*
nir: move gl_nir_opt_access from glsl directory
Marek Olšák
2019-10-10
1
-1
/
+1
*
android: compiler/nir: build nir_divergence_analysis.c
Mauro Rossi
2019-09-28
1
-0
/
+1
*
Move blob from compiler/ to util/
Jason Ekstrand
2019-09-19
1
-2
/
+0
*
nir: Carve out nir_lower_samplers from GLSL code.
Timur Kristóf
2019-09-06
1
-0
/
+1
*
nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_ubo
Rhys Perry
2019-08-12
1
-2
/
+1
*
nir: replace nir_move_load_const() with nir_opt_sink()
Rhys Perry
2019-08-12
1
-1
/
+1
*
nir/range-analysis: Rudimentary value range analysis pass
Ian Romanick
2019-08-05
1
-0
/
+2
*
nir: replace lower_sincos with algebraic opt
Jonathan Marek
2019-07-24
1
-1
/
+0
*
anv,nir: Move lower_input_attachments pass from ANV to NIR.
Daniel Schürmann
2019-07-08
1
-0
/
+1
*
nir: add pass to lower load_interpolated_input
Rob Clark
2019-07-02
1
-0
/
+1
*
nir/linker: add gl_nir_link_uniform_blocks.c
Alejandro Piñeiro
2019-06-30
1
-0
/
+1
*
glsl/nir: Add optimization pass for access flags
Connor Abbott
2019-06-19
1
-0
/
+1
*
nir: add a vectorization pass
Connor Abbott
2019-06-18
1
-0
/
+1
*
nir: Rematerialize compare instructions
Ian Romanick
2019-05-31
1
-0
/
+1
*
nir: implement lowering for fsin and fcos
Vasily Khoruzhick
2019-05-07
1
-0
/
+1
*
nir/flrp: Add new lowering pass for flrp instructions
Ian Romanick
2019-05-06
1
-0
/
+1
*
nir: add int_to_float lowering pass
Vasily Khoruzhick
2019-05-07
1
-0
/
+1
*
mesa: Makefile.sources: Add nir_lower_fb_read.c to Makefile.sources list
John Stultz
2019-05-06
1
-0
/
+1
*
nir: Add a SSA type gathering pass
Jason Ekstrand
2019-05-04
1
-0
/
+1
*
nir: add rcp(w) lowering for gl_FragCoord
Andreas Baierl
2019-04-29
1
-0
/
+1
*
nir: Add nir_lower_viewport_transform
Alyssa Rosenzweig
2019-04-14
1
-0
/
+1
*
nir: Add a pass for selectively lowering variables to scratch space
Jason Ekstrand
2019-04-12
1
-0
/
+1
*
glsl/nir: add support for lowering bindless images_derefs
Karol Herbst
2019-04-12
1
-0
/
+1
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-1
/
+0
*
nir: Add partial redundancy elimination for compares
Ian Romanick
2019-03-28
1
-0
/
+1
*
nir: Add a lowering pass for non-uniform resource access
Jason Ekstrand
2019-03-25
1
-0
/
+1
*
spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
Samuel Pitoiset
2019-03-22
1
-0
/
+1
[next]