index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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_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
*
mesa: ensure that variable is initialized
Dylan Baker
2018-04-03
1
-1
/
+1
*
mesa/program: Link SPIR-V shaders using the SPIR-V code-path
Eduardo Lima Mitev
2018-03-30
1
-1
/
+5
*
mesa: fix leaking ParameterValueOffset
Tapani Pälli
2018-03-20
1
-0
/
+1
*
mesa: add _mesa_add_sized_state_reference() helper
Timothy Arceri
2018-03-20
2
-14
/
+27
*
mesa: add support propagate uniform support for packed uniforms
Timothy Arceri
2018-03-20
1
-2
/
+18
*
mesa: allow for uniform packing when adding uniforms to param list
Timothy Arceri
2018-03-20
1
-5
/
+27
*
mesa: rework ParameterList to allow packing
Timothy Arceri
2018-03-20
10
-34
/
+78
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
1
-0
/
+4
*
mesa: Provide an alternative to get_vp_mode()
Mathias Fröhlich
2018-02-23
1
-0
/
+1
*
mesa: fix compile failure
Mark Janes
2018-02-13
1
-0
/
+1
*
mesa: move STATE_LENGTH to shader_enums.h and use it everywhere
Marek Olšák
2018-02-13
1
-6
/
+0
*
mesa: reduce the size of gl_program_parameter
Marek Olšák
2018-02-13
1
-3
/
+3
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
7
-28
/
+27
*
mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
1
-10
/
+10
*
mesa: (trivial) remove unused ignore_sample_qualifier_parameter
Roland Scheidegger
2018-02-08
2
-9
/
+5
*
mesa: don't flag _NEW_COLOR for KHR adv.blend if prog constant doesn't change
Marek Olšák
2018-02-02
1
-1
/
+2
*
mesa: change gl_link_status enums to uppercase
Brian Paul
2018-01-26
1
-6
/
+6
*
mesa/program: Add missing file types to printout
Gert Wollny
2018-01-24
1
-2
/
+14
*
mesa/program: Fix -Wunused-param warning
Gert Wollny
2018-01-19
4
-6
/
+4
*
mesa/program/prog_execute.c: Silence -Wunused-param
Gert Wollny
2018-01-19
1
-6
/
+3
*
mesa: move gl_external_samplers() to program.[ch]
Brian Paul
2018-01-17
2
-0
/
+22
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
2
-2
/
+0
*
mesa/program: change validate_inputs() local var 'inputs' to GLbitfield64
Brian Paul
2018-01-17
1
-1
/
+1
*
program: Don't reset SamplersValidated when restoring from shader cache
Jordan Justen
2017-12-13
1
-7
/
+9
*
mesa: refuse to compile SPIR-V shaders or link mixed shaders
Nicolai Hähnle
2017-12-12
1
-1
/
+16
*
glsl: Add 16-bit types
Eduardo Lima Mitev
2017-12-06
1
-0
/
+6
*
glsl: Fix gl_NormalScale.
Fabian Bieler
2017-12-03
1
-1
/
+1
*
mesa: rework _mesa_add_parameter() to only add a single param
Timothy Arceri
2017-11-29
2
-37
/
+39
*
mesa: shrink VERT_ATTRIB bitfields to 32 bits
Marek Olšák
2017-11-25
1
-1
/
+1
*
mesa: remove unused vertex attrib WEIGHT
Marek Olšák
2017-11-25
3
-9
/
+22
*
mesa: rework how we free gl_shader_program_data
Timothy Arceri
2017-11-09
1
-0
/
+2
*
main: Add driver cache blob fields to gl_program
Jordan Justen
2017-10-31
1
-0
/
+4
*
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
2017-10-30
1
-30
/
+0
*
mesa: use util_strdup() macro in symbol_table.c
Brian Paul
2017-10-23
1
-2
/
+3
*
meson: Build i965 and dri stack
Dylan Baker
2017-10-09
1
-0
/
+33
*
mesa/st: fix infinite loops
Timothy Arceri
2017-09-21
1
-1
/
+1
*
glsl: Unify ir_constant::const_elements and ::components
Ian Romanick
2017-09-19
1
-1
/
+2
[next]