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
*
nir: add opcode to perform int64 to bool conversions
Samuel Iglesias Gonsálvez
2017-02-09
2
-0
/
+2
*
glsl: add param to force shader recompile
Timothy Arceri
2017-02-09
3
-3
/
+4
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
2
-4
/
+4
*
spirv: Add more asserts in vtn_vector_construct
Jason Ekstrand
2017-02-07
1
-0
/
+15
*
glsl: correct compute shader checks for memoryBarrier functions
Marc Di Luzio
2017-02-06
1
-6
/
+12
*
spirv: add SPV_KHR_shader_draw_parameters support
Lionel Landwerlin
2017-02-01
3
-0
/
+17
*
compiler: add missing enums for debug
Lionel Landwerlin
2017-02-01
1
-0
/
+2
*
nir/spirv/glsl450: Implement IEEE-compliant handling of atan2(±∞, ±∞).
Francisco Jerez
2017-01-31
1
-1
/
+21
*
glsl: Implement IEEE-compliant handling of atan2(±∞, ±∞).
Francisco Jerez
2017-01-31
1
-1
/
+21
*
nir/spirv/glsl450: Rewrite atan2 implementation to fix accuracy and handling ...
Francisco Jerez
2017-01-31
1
-22
/
+55
*
glsl: Rewrite atan2 implementation to fix accuracy and handling of zero/infin...
Francisco Jerez
2017-01-31
1
-36
/
+60
*
glsl/ir_builder: Add rcp builder.
Francisco Jerez
2017-01-31
2
-0
/
+7
*
glsl: Fix constant evaluation of the rcp op.
Francisco Jerez
2017-01-31
1
-1
/
+1
*
glsl: fix heap-buffer-overflow
Bartosz Tomczyk
2017-01-31
1
-1
/
+1
*
glsl: add new uniform fields to be used to restore state from cache
Carl Worth
2017-01-31
1
-0
/
+4
*
glsl: Switch to disable-by-default for the GLSL shader cache
Carl Worth
2017-01-31
1
-0
/
+5
*
glsl: remove explicit __STDC_FORMAT_MACROS define
Emil Velikov
2017-01-27
3
-3
/
+0
*
nir: add extra const notation in compare_blocks()
Emil Velikov
2017-01-27
1
-2
/
+2
*
nir: silence implicit conversion to 64bit
Emil Velikov
2017-01-27
1
-1
/
+1
*
spirv: handle undefined components for OpVectorShuffle
Lionel Landwerlin
2017-01-26
1
-15
/
+38
*
spirv: handle OpUndef as part of the variable parsing pass
Lionel Landwerlin
2017-01-26
2
-0
/
+7
*
spirv: bump headers to SPIRV 1.1
Lionel Landwerlin
2017-01-25
3
-9
/
+86
*
spirv: add default handler for new enums
Lionel Landwerlin
2017-01-25
2
-0
/
+15
*
spirv: fix typos
Lionel Landwerlin
2017-01-25
1
-3
/
+3
*
spirv: handle gl_SampleMask
Iago Toral Quiroga
2017-01-25
1
-2
/
+6
*
spirv: acknowledge multisampled input attachments
Iago Toral Quiroga
2017-01-25
1
-3
/
+8
*
nir: bump loop max unroll limit
Timothy Arceri
2017-01-25
1
-1
/
+1
*
glsl: lower constant arrays to uniform arrays before optimisation loop
Timothy Arceri
2017-01-25
1
-13
/
+26
*
glsl: fix compile errors with mingw due to missing PRIx64 definitions
Roland Scheidegger
2017-01-24
2
-0
/
+4
*
glsl: split DIV_TO_MUL_RCP into single- and double-precision flags
Nicolai Hähnle
2017-01-23
2
-9
/
+14
*
glsl: fix tes linking regression
Timothy Arceri
2017-01-23
1
-2
/
+2
*
mesa/glsl: set and get cs layouts to and from shader_info
Timothy Arceri
2017-01-23
1
-20
/
+15
*
mesa/glsl: set and get gs layouts directly to and from shader_info
Timothy Arceri
2017-01-23
1
-33
/
+37
*
mesa/glsl/i965: set and get tes layouts directly to and from shader_info
Timothy Arceri
2017-01-23
1
-31
/
+33
*
glsl: use last_vert_prog to get last {clip,cull}_distance_array_size
Timothy Arceri
2017-01-23
2
-16
/
+4
*
mesa/glsl: set {clip,cull}_distance_array_size directly in gl_program
Timothy Arceri
2017-01-23
2
-18
/
+16
*
st/mesa/glsl: change xfb_program field to last_vert_prog
Timothy Arceri
2017-01-23
2
-25
/
+27
*
nir/search: Use the correct bit size for integer comparisons
Jason Ekstrand
2017-01-21
1
-32
/
+16
*
glsl: Rename [u]int64_t tokens.
Kenneth Graunke
2017-01-20
2
-5
/
+5
*
nir: Add support for 64-bit integer types to split_var_copies_block
Ian Romanick
2017-01-20
1
-0
/
+2
*
nir: Enable 64-bit integer support for almost all unary and binary operations
Ian Romanick
2017-01-20
1
-9
/
+15
*
nir: Shift count for shift opcodes is always 32-bits
Ian Romanick
2017-01-20
2
-7
/
+7
*
nir: Lower packing and unpacking of 64-bit integer types
Ian Romanick
2017-01-20
1
-5
/
+37
*
nir: Add 64-bit integer support for conversions and bitcasts
Ian Romanick
2017-01-20
3
-1
/
+67
*
nir: Add 64-bit integer constant support
Ian Romanick
2017-01-20
3
-0
/
+29
*
nir: Add GLSL_TYPE_INT64 and GLSL_TYPE_UINT64 to glsl_get_bit_size
Ian Romanick
2017-01-20
1
-0
/
+2
*
glsl: Optimize redundant pack(unpack()) and unpack(pack()) combinations
Ian Romanick
2017-01-20
1
-0
/
+28
*
glsl: Add a lowering pass for 64-bit integer modulus
Ian Romanick
2017-01-20
2
-0
/
+12
*
glsl: Add "built-in" functions to do 64%64 => 64 modulus
Ian Romanick
2017-01-20
5
-0
/
+508
*
glsl: Add a lowering pass for 64-bit integer division
Ian Romanick
2017-01-20
2
-0
/
+12
[next]