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
*
glsl: handle int16 and uint16 types and add instructions for mediump
Marek Olšák
2020-06-02
1
-0
/
+4
*
mesa: Use SATURATE
Alyssa Rosenzweig
2020-05-26
1
-4
/
+4
*
zink. Changed sampler default name.
Duncan Hopkins
2020-05-14
1
-1
/
+3
*
mesa: replace GLenum target with gl_shader_stage in NewProgram
Marek Olšák
2020-04-27
2
-23
/
+12
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
13
-46
/
+49
*
mesa: move ADD_POINTERS to macros.h
Dylan Baker
2020-04-21
1
-0
/
+1
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
3
-8
/
+8
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
1
-9
/
+8
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
3
-0
/
+3
*
Replace IS_INF_OR_NAN with util_is_inf_or_nan
Dylan Baker
2020-04-21
1
-14
/
+14
*
replace IFLOOR with util_ifloor
Dylan Baker
2020-04-21
1
-1
/
+1
*
glsl: Hard-code noise to zero in builtin_functions.cpp
Jason Ekstrand
2020-04-21
1
-11
/
+0
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
compiler: add VARYING_SLOT_VIEWPORT_MASK
Ilia Mirkin
2020-04-15
1
-0
/
+2
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
12
-12
/
+12
*
glsl: Add ir_unop_f2fmp
Neil Roberts
2020-03-09
1
-0
/
+1
*
glsl: Add b2f16 and f162b conversion operations
Neil Roberts
2020-03-09
1
-0
/
+2
*
glsl: Add IR conversion ops for 16-bit float types
Neil Roberts
2020-03-09
1
-0
/
+2
*
mesa: fix 11 warnings
Marek Olšák
2020-02-27
1
-3
/
+3
*
prog_to_nir: Reuse glsl_get_sampler_dim_coordinate_components().
Eric Anholt
2020-02-24
1
-19
/
+2
*
util/hash_table: added hash functions for integer types
Anthony Pesch
2020-01-23
1
-1
/
+1
*
glsl: Add new expressions for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+7
*
mesa/prog: Reuse count_vec4_slots() from ir_to_mesa.
Eric Anholt
2020-01-14
1
-75
/
+1
*
mesa: create program resource hash in a single place
Tapani Pälli
2020-01-09
1
-0
/
+3
*
st/glsl_to_nir: use nir based program resource list builder
Timothy Arceri
2019-12-13
1
-1
/
+1
*
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
[next]