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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Print GLSL_TYPE_UINT64 and GLSL_TYPE_INT64 values
Ian Romanick
2017-01-20
1
-0
/
+2
*
glsl: Add interaction between ARB_gpu_shader_int64 and ARB_shader_clock
Ian Romanick
2017-01-20
1
-1
/
+19
*
glsl: Add 64-bit integer functions
Dave Airlie
2017-01-20
1
-3
/
+174
*
glsl/varying_packing: Add 64-bit integer support
Dave Airlie
2017-01-20
1
-0
/
+62
*
glsl/ast: Add 64-bit integer support in some places.
Dave Airlie
2017-01-20
1
-0
/
+5
*
glsl: Add 64-bit integer support to some operations.
Dave Airlie
2017-01-20
2
-8
/
+8
*
glsl/ir_builder: Add support for some 64-bit bitcasts.
Dave Airlie
2017-01-20
2
-0
/
+30
*
glsl/ast: Add 64-bit integer support to conversion functions
Dave Airlie
2017-01-20
2
-0
/
+99
*
glsl: Add 64-bit integer support for constant expressions
Dave Airlie
2017-01-20
2
-41
/
+77
*
glsl/ir: Add support for 64-bit integer conversions.
Dave Airlie
2017-01-20
3
-0
/
+210
*
glsl: Add 64-bit integer support to uniform initialiser code
Dave Airlie
2017-01-20
1
-2
/
+2
*
glsl/varyings: Add 64-bit integer support.
Dave Airlie
2017-01-20
1
-0
/
+8
*
glsl/ast/ir: Add 64-bit integer constant support
Dave Airlie
2017-01-20
8
-8
/
+193
*
glsl: Add basic ARB_gpu_shader_int64 types
Dave Airlie
2017-01-20
9
-4
/
+111
*
glsl: Add ARB_gpu_shader_int64 boilerplate.
Dave Airlie
2017-01-20
2
-0
/
+8
*
spirv: don't assert with location decorations on non i/o variables
Lionel Landwerlin
2017-01-20
1
-1
/
+2
*
spirv: fix warn string typo
Lionel Landwerlin
2017-01-20
1
-1
/
+1
*
nir: add min/max optimisation
Elie TOURNIER
2017-01-19
1
-0
/
+12
*
nir/algebraic: Only include nir_search_helpers once
Jason Ekstrand
2017-01-19
1
-1
/
+1
*
mesa/glsl: move TransformFeedbackBufferStride to gl_shader
Timothy Arceri
2017-01-19
3
-40
/
+38
*
glsl: exit loop early if we find xfb layout qualifers
Timothy Arceri
2017-01-19
1
-0
/
+1
*
glsl: set InnerCoverage directly in gl_program
Timothy Arceri
2017-01-19
2
-3
/
+2
*
glsl: tidy up PostDepthCoverage shader field
Timothy Arceri
2017-01-19
2
-2
/
+2
*
mesa/glsl: move pixel_center_integer to gl_shader
Timothy Arceri
2017-01-19
2
-6
/
+4
*
mesa/glsl: move origin_upper_left to gl_shader
Timothy Arceri
2017-01-19
2
-6
/
+4
*
mesa/glsl: move uses_gl_fragcoord to gl_shader
Timothy Arceri
2017-01-19
2
-8
/
+6
*
mesa/glsl: move redeclares_gl_fragcoord to gl_shader
Timothy Arceri
2017-01-19
2
-15
/
+9
*
mesa/glsl: move ARB_fragment_coord_conventions_enable field
Timothy Arceri
2017-01-19
2
-2
/
+2
*
st/mesa/glsl: set early_fragment_tests directly in shader_info
Timothy Arceri
2017-01-19
2
-3
/
+3
*
mesa/glsl/i965: set and use tcs vertices_out directly
Timothy Arceri
2017-01-19
1
-12
/
+12
*
mesa/glsl: move ProgramResourceList to gl_shader_program_data
Timothy Arceri
2017-01-19
1
-10
/
+10
*
glsl: store number of explicit uniform loactions in gl_shader_program
Timothy Arceri
2017-01-19
3
-29
/
+20
*
glsl: create a new link_and_validate_uniforms() helper
Timothy Arceri
2017-01-19
1
-9
/
+17
*
glsl: make a bunch of varying linking functions static
Timothy Arceri
2017-01-19
2
-53
/
+6
*
glsl: move more varying linking code to link_varyings.cpp
Timothy Arceri
2017-01-19
3
-148
/
+161
*
utils: build sha1/disk cache only with Android/Autoconf
Emil Velikov
2017-01-18
1
-0
/
+5
*
util: import sha1 implementation from OpenBSD
17.0-branchpoint
Emil Velikov
2017-01-18
1
-5
/
+0
*
glsl: Make copy propagation not panic when it sees an intrinsic.
Kenneth Graunke
2017-01-17
1
-4
/
+27
*
glsl: avoid treating fb fetches as output reads to be lowered
Ilia Mirkin
2017-01-16
1
-1
/
+1
*
nir/gcm: fix a bug with metadata handling
Connor Abbott
2017-01-14
1
-3
/
+3
*
nir: optimise min/max fadd combos
Timothy Arceri
2017-01-14
2
-0
/
+26
*
nir/gcm: Fix a typo in a comment
Jason Ekstrand
2017-01-12
1
-1
/
+1
*
nir/gcm: Rework the schedule late loop
Jason Ekstrand
2017-01-12
1
-5
/
+6
*
spirv: Handle patch decorations up-front
Jason Ekstrand
2017-01-12
1
-0
/
+23
*
spirv: fix typo in warning message
Iago Toral Quiroga
2017-01-12
1
-1
/
+1
*
spirv: Shut up unhandled enumeration value warnings.
Kenneth Graunke
2017-01-11
1
-0
/
+2
*
nir: don't turn ieq/ine into inot if used by an if
Timothy Arceri
2017-01-12
2
-2
/
+8
*
nir: add late opt to turn inot/b2f combos back to bcsel
Timothy Arceri
2017-01-12
2
-0
/
+19
*
nir: add imprecise flrp optimisation
Timothy Arceri
2017-01-12
1
-0
/
+1
*
nir: Introduce a nir_opt_move_comparisons() pass.
Kenneth Graunke
2017-01-12
3
-0
/
+188
[next]