index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'mesa/13.0' into nougat-x86
Chih-Wei Huang
2017-01-09
6
-16
/
+31
|
\
|
*
glsl: Add pthread libs to cache_test
Rhys Kidd
2016-12-24
1
-1
/
+4
|
*
Revert "nir: Turn imov/fmov of undef into undef."
Timothy Arceri
2016-12-16
1
-3
/
+1
|
*
spirv: Use a simpler and more correct implementaiton of tanh()
Jason Ekstrand
2016-12-15
1
-9
/
+14
|
*
compiler/glsl: fix precision problem of tanh
Haixia Shi
2016-12-15
1
-2
/
+10
|
*
mesa: fix active subroutine uniforms properly
Timothy Arceri
2016-12-14
2
-1
/
+2
*
|
Merge remote-tracking branch 'mesa/13.0' into nougat-x86
Chih-Wei Huang
2016-11-25
6
-15
/
+43
|
\
\
|
|
/
|
*
util/disk_cache: close a previously opened handle in disk_cache_put (v2)
Gwan-gyeong Mun
2016-11-24
1
-6
/
+5
|
*
glsl/lower_output_reads: fix geometry shader output handling with conditional...
Nicolai Hähnle
2016-11-24
1
-1
/
+0
|
*
nir/spirv: Fix handling of gl_PrimitiveId
Jason Ekstrand
2016-11-24
1
-2
/
+6
|
*
glsl: Parse 0 as a preprocessor INTCONSTANT
Ian Romanick
2016-11-23
1
-0
/
+4
|
*
glcpp: Handle '#version 0' and other invalid values
Ian Romanick
2016-11-23
2
-6
/
+28
*
|
Merge remote-tracking branch 'mesa/13.0' into nougat-x86
Chih-Wei Huang
2016-11-16
9
-39
/
+216
|
\
\
|
|
/
|
*
nir: add conditional discard optimisation (v4)
Dave Airlie
2016-11-09
3
-0
/
+128
|
*
nir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
Francisco Jerez
2016-11-09
1
-0
/
+24
|
*
glsl: fix lowering of UBO references of named blocks
Nicolai Hähnle
2016-11-09
1
-5
/
+5
|
*
glsl: Update deref types when resizing implicitly sized arrays.
Kenneth Graunke
2016-11-09
1
-23
/
+47
|
*
mesa/glsl: delete previously linked shaders earlier when linking
Timothy Arceri
2016-11-09
4
-11
/
+12
*
|
HACK: glsl: disable error on non-constant array indexing
Rob Herring
2016-11-01
1
-1
/
+1
|
/
*
glsl: Improve accuracy of alpha scaling in advanced blend lowering.
Kenneth Graunke
2016-11-01
1
-2
/
+8
*
glsl: update default precision qualifier when it is set in the shader
Samuel Iglesias Gonsálvez
2016-10-27
1
-1
/
+4
*
glsl/mesa: remove unused namespace support from the symbol table
Timothy Arceri
2016-10-27
2
-11
/
+11
*
glsl: Size TCS->TES unsized arrays to gl_MaxPatchVertices for queries.
Kenneth Graunke
2016-10-27
4
-3
/
+49
*
glsl: Pass ctx to program interface query helper functions.
Kenneth Graunke
2016-10-27
1
-13
/
+20
*
glsl: Remove unused function import_prototypes
Ian Romanick
2016-10-17
3
-132
/
+0
*
glsl: Remove prototypes for nonexistent functions
Ian Romanick
2016-10-17
1
-9
/
+0
*
glsl: Replace assert with unreachable
Ian Romanick
2016-10-17
1
-1
/
+2
*
glsl: print non-zero bindings of variables
Nicolai Hähnle
2016-10-17
1
-2
/
+6
*
glsl: fail compilation of compute shaders when unsupported
Iago Toral Quiroga
2016-10-17
1
-0
/
+13
*
glsl: Disable textureOffset(sampler2DArrayShadow, ...) in GLSL ES.
Kenneth Graunke
2016-10-16
1
-1
/
+7
*
glsl: Drop the ES requirement that VS outputs must be flat qualified.
Kenneth Graunke
2016-10-15
1
-8
/
+4
*
glsl: dump explicit location when printing IR
Nicolai Hähnle
2016-10-12
1
-3
/
+7
*
glsl: Add missing cache_destroy stub function.
Vinson Lee
2016-10-10
1
-0
/
+5
*
glsl: prohibit lowp, mediump precision on atomic_uint
Tapani Pälli
2016-10-10
1
-0
/
+14
*
glsl: optimize copy_propagation_elements pass
Tapani Pälli
2016-10-10
1
-50
/
+148
*
glsl: Let cache_test build when the shader cache is not enabled
Ian Romanick
2016-10-07
1
-0
/
+4
*
nir: Fix the control flow tests for nir_loop_first_block changes
Jason Ekstrand
2016-10-06
1
-1
/
+1
*
glsl: add gl_LocalGroupSizeARB as a system value
Samuel Pitoiset
2016-10-07
2
-0
/
+7
*
glsl/linker: handle errors when a variable local size is used
Samuel Pitoiset
2016-10-07
1
-2
/
+23
*
glsl: reject compute shaders with fixed and variable local size
Samuel Pitoiset
2016-10-07
1
-0
/
+14
*
glsl: process local_size_variable input qualifier
Samuel Pitoiset
2016-10-07
5
-1
/
+37
*
glsl: add enable flags for ARB_compute_variable_group_size
Samuel Pitoiset
2016-10-07
4
-0
/
+12
*
nir: Remove some no longer needed asserts
Jason Ekstrand
2016-10-06
8
-16
/
+1
*
nir: Make nir_foo_first/last_cf_node return a block instead
Jason Ekstrand
2016-10-06
7
-105
/
+78
*
nir: Add asserts to the casting functions
Jason Ekstrand
2016-10-06
2
-24
/
+45
*
nir: Delete open coded type printing.
Kenneth Graunke
2016-10-06
3
-36
/
+11
*
mesa: remove the UsesDFdy flag
Timothy Arceri
2016-10-06
1
-17
/
+2
*
nir: Use the correct infos structure for copying atomic sources
Jason Ekstrand
2016-10-05
1
-1
/
+1
*
nir/intrinsics: Add more atomic_counter ops
Ian Romanick
2016-10-04
3
-5
/
+110
*
nir/intrinsics: Include atomic_counter_ in the names used in macro invocations
Ian Romanick
2016-10-04
1
-5
/
+5
[next]