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
/
mesa
/
program
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/program: support referencing the clip-space clip-plane state
Erik Faye-Lund
2019-10-17
2
-0
/
+14
*
mesa: expose alpha-ref as a state-variable
Erik Faye-Lund
2019-10-17
2
-0
/
+11
*
glsl: Add opcodes for atan and atan2
Neil Roberts
2019-10-12
1
-0
/
+2
*
glsl: Add ir_demote
Caio Marcelo de Oliveira Filho
2019-09-30
1
-0
/
+7
*
prog_to_nir: VARYING_SLOT_PSIZ is a scalar
Iago Toral Quiroga
2019-09-12
1
-3
/
+5
*
prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNs
Marek Olšák
2019-09-11
1
-0
/
+3
*
mesa/program: Associate uniform storage without using names
Caio Marcelo de Oliveira Filho
2019-09-10
1
-7
/
+1
*
mesa: Fill Parameter storage indices even when not using SPIR-V
Caio Marcelo de Oliveira Filho
2019-09-10
1
-1
/
+17
*
glsl/nir: Fill in the Parameters in NIR linker
Caio Marcelo de Oliveira Filho
2019-09-10
1
-0
/
+11
*
mesa: Pack gl_program_parameter struct
Caio Marcelo de Oliveira Filho
2019-09-10
1
-7
/
+9
*
mesa/program: Take ARB_framebuffers_no_attachments into account in wpos corre...
Gert Wollny
2019-08-20
1
-2
/
+2
*
util: use standard name for strdup()
Eric Engestrom
2019-07-19
1
-2
/
+2
*
glsl/types: Rename is_integer to is_integer_32
Jason Ekstrand
2019-06-19
1
-1
/
+1
*
st/glsl: make sure to propagate initialisers to driver storage
Timothy Arceri
2019-06-04
2
-24
/
+20
*
mesa: ARB program parser should clean parameters
Sergii Romantsov
2019-06-03
2
-2
/
+13
*
nir: improvements to native_integers removal
Jonathan Marek
2019-05-31
1
-8
/
+2
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-6
/
+6
*
nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helper
Jason Ekstrand
2019-05-24
1
-2
/
+2
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
1
-5
/
+5
*
ptn,ttn: Use nir_channel for selecting channels
Jason Ekstrand
2019-05-24
1
-1
/
+1
*
Revert "glsl: do not use deprecated bison-keyword"
Erik Faye-Lund
2019-05-21
1
-1
/
+1
*
glsl: do not use deprecated bison-keyword
Erik Faye-Lund
2019-05-21
1
-1
/
+1
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
1
-34
/
+10
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-4
/
+0
*
prog_to_nir: fix write from vps to FOG
Karol Herbst
2019-03-08
1
-1
/
+7
*
glsl: rename record_location_offset() -> struct_location_offset()
Timothy Arceri
2019-03-06
1
-1
/
+1
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
1
-2
/
+2
*
glsl: [u/i]mulExtended optimization for GLSL
Sagar Ghuge
2019-03-04
1
-0
/
+1
*
glsl: fix shader cache for packed param list
Timothy Arceri
2019-02-28
2
-0
/
+7
*
nir: use nir_variable_create instead of open-coding the logic
Tapani Pälli
2019-02-26
1
-6
/
+4
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
3
-17
/
+3
*
st/nir: use NIR for asm programs
Timothy Arceri
2019-02-19
1
-1
/
+1
*
mesa: Align doubles to a 64-bit starting boundary, even if packing.
Kenneth Graunke
2019-02-19
1
-2
/
+6
*
compiler: Make is_64bit(GL_*) helper more broadly available
Kenneth Graunke
2019-02-19
1
-0
/
+31
*
program: Make prog_to_nir create texture/sampler derefs.
Kenneth Graunke
2019-02-11
1
-5
/
+16
*
program: Extend prog_to_nir handle system values.
Kenneth Graunke
2019-02-05
1
-0
/
+30
*
program: Use u_bit_scan64 in prog_to_nir.
Kenneth Graunke
2019-02-05
1
-7
/
+6
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-2
/
+2
*
nir/prog: Use nir_bany in kill handling
Jason Ekstrand
2018-10-26
1
-1
/
+1
*
nir: Create sampler variables in prog_to_nir.
Kenneth Graunke
2018-10-14
1
-2
/
+13
*
mesa: Additional FlipY applications
Fritz Koenig
2018-09-17
1
-1
/
+1
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-1
/
+3
*
prog/nir: Use deref instructions for params
Jason Ekstrand
2018-06-22
1
-35
/
+6
*
mesa/main: Add a 'spirv' flag to gl_shader_program_data
Eduardo Lima Mitev
2018-06-21
1
-0
/
+1
*
mesa: protect #include of unistd.h with _MSV_VER check
Brian Paul
2018-04-13
1
-0
/
+4
*
mesa: Include unistd.h in program_lexer
Dylan Baker
2018-04-13
1
-0
/
+1
*
Fix scons build
Marek Olšák
2018-04-12
1
-0
/
+1
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
11
-6
/
+49
*
prog/nir: Simplify some load/store operations
Jason Ekstrand
2018-04-05
1
-40
/
+13
[next]