index
:
~tstellar/mesa
Jul20-test
MCCodeEmitter
SI-MCEmitter
Sep19-Compute
Sep24-Compute
aligned-args
amdgpu-namespace
amdil-clean
amdil-removal-May23
amdil-strip
attr-fix
automake-all
automake-gallium4
better-sched
bfgminer
clover-clang
clover-clock
clover-elf
clover-elf-final
clover-elf-v2
clover-elf-v3
clover-icd
clover-icd-v2
clover-icd-v3
clover-next
clover-r600-llvm
clover-r600-master
clover-r600-master-Apr13-2012-WIP
dataflow
debugger
fast-math
gallim-compute-r600-Apr24
gallium-automake
gallium-compute-r600
gallium-compute-r600-Apr27
gallium-compute-r600-June1
gallium-compute-r600-May17
gallium-compute-r600-May22
gallium-compute-r600-May31
gc-api
guda
if-conv-rebase
indirect-wip-2
indirect-wip-5
lds
libmesallvm
libmesallvm-prefix
llvm-build
llvm-dag
llvm-dag-May18
llvm-indirect-wip
llvm-reg-rewrite-wip
master
mike-encoding
mike-rebase
new-register-allocator
new-register-allocator-v2
piglit-nox
presub
presub-rebase-v2
r300-loops
r500-loops
r500-loops-rebase
r600-compute
r600-external-llvm
r600-llvm
r600-llvm-rc
r600-structure
r600-structure-v2
r600g-compute-newer-kernels
r600g-compute-unify
r600g-image-support
r600g-llvm-shader
r600g-llvm-shader-Feb08-2012
r600g-llvm-shader-Jan15-2012
regalloc
regalloc-wip
regalloc-wip-2
regalloc-wip-3
regalloc-wip-4
regalloc-wip-5
remove-amdil
sched-perf
sched-perf-rebase
sched-r500
sha1
si-compute
si-compute-v3
tex-sem
tgsi-llvm-rewrite-wip
tgsi-llvm-rewrite-wip-011212
tgsi-llvm-rewrite-wip-2
tgsi-rewrite-almost
tgsi-rewrite-needs-testing
vert-loops
vgpr-spilling-Jan07-2014
xvmc-r300-automake
tstellar's Mesa repository
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
builtins
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-03
glsl: add support for GL_OES_EGL_image_external
Chia-I Wu
4
-0
/
+20
2011-10-31
glsl: Add isinf() and isnan() builtins.
Paul Berry
4
-4
/
+34
2011-10-31
glsl: Add '.ir' extension to builtin IR files
Paul Berry
66
-3
/
+9
2011-09-28
glsl 1.30: Fix numerical instabilities in asinh
Paul Berry
1
-4
/
+36
2011-09-23
glsl: Defer initialization of built-in functions until they're needed.
Kenneth Graunke
1
-2
/
+4
2011-09-07
glsl/builtins: Fix invalid float constant in noise4 built-in.
Kenneth Graunke
1
-2
/
+2
2011-09-07
glsl/builtins: Fix invalid vecN constants in hyperbolic functions.
Kenneth Graunke
5
-21
/
+21
2011-08-23
glsl/builtins: Uncomment textureSize prototypes.
Kenneth Graunke
2
-4
/
+0
2011-08-23
texture_builtins.py: Add support for textureSize (txs).
Kenneth Graunke
1
-14
/
+36
2011-08-01
glsl: improve the accuracy of the atan(x,y) builtin function.
Paul Berry
1
-1
/
+3
2011-08-01
glsl: improve the accuracy of the asin() builtin function.
Paul Berry
1
-28
/
+40
2011-07-28
glsl: improve the accuracy of the radians() builtin function
Paul Berry
1
-4
/
+4
2011-06-14
glsl/builtins: Actually implement int/ivec variants of abs().
Kenneth Graunke
1
-0
/
+20
2011-06-14
glsl/generate_builtins.py: Remove regexp to kill pointer addresses.
Kenneth Graunke
1
-4
/
+0
2011-05-09
glsl: Add compiler support for ARB_shader_texture_lod.
Kenneth Graunke
3
-0
/
+174
2011-03-14
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
1
-5
/
+6
2011-03-14
texture_builtins.py: Add support for 130-style Shadow sampler variants.
Kenneth Graunke
1
-1
/
+53
2011-02-28
glsl: Enable GL_OES_texture_3D extension for ES2.
Kenneth Graunke
2
-0
/
+14
2011-02-27
glsl/builtins: Fix return type for textureSize sampler2DArray variants.
Kenneth Graunke
2
-4
/
+4
2011-02-01
glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.
Kenneth Graunke
1
-0
/
+2
2011-01-31
texture_builtins.py: Fix a warning about mixed tabs/spaces.
Kenneth Graunke
1
-1
/
+1
2011-01-31
glsl/builtins: Uncomment prototypes for texture*Offset functions.
Kenneth Graunke
2
-20
/
+0
2011-01-31
texture_builtins.py: Generate texture*Offset functions.
Kenneth Graunke
1
-5
/
+80
2011-01-31
texture_builtins.py: Generalize the "use_proj" field to support offsets.
Kenneth Graunke
1
-52
/
+57
2011-01-31
texture_builtins.py: Refactor coordinate dimension calculations.
Kenneth Graunke
1
-5
/
+9
2011-01-31
glsl: Change texel offsets to a single vector rvalue.
Kenneth Graunke
1
-1
/
+1
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-4
/
+4
2011-01-14
generate_builtins.py: Whitespace fixes.
Vinson Lee
1
-7
/
+7
2011-01-14
generate_builtins.py: Fix builds using Python 2.5.
Vinson Lee
1
-0
/
+2
2011-01-12
glsl/builtins: Remove unnecessary (constant bool (1)) from assignments.
Kenneth Graunke
12
-269
/
+265
2011-01-12
generate_builtins.py: Add missing import.
Vinson Lee
1
-0
/
+1
2011-01-10
glsl: Autogenerate builtin_functions.cpp as part of the build process.
Kenneth Graunke
2
-40
/
+9
2011-01-01
glsl: Really remove unused "instructions" parameter.
Kenneth Graunke
1
-2
/
+1
2011-01-01
glsl: Remove unused "instructions" parameter.
Kenneth Graunke
1
-4
/
+2
2010-12-17
glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).
Kenneth Graunke
1
-87
/
+34
2010-11-30
glsl: Lazily import built-in function prototypes.
Kenneth Graunke
1
-1
/
+0
2010-11-17
glsl: Reimplement the "cross" built-in without ir_binop_cross.
Kenneth Graunke
1
-3
/
+5
2010-11-15
glsl: Implement the asinh, acosh, and atanh built-in functions.
Kenneth Graunke
5
-4
/
+79
2010-11-15
generate_builtins.py: Fix inconsistent use of tabs and spaces warning.
Kenneth Graunke
1
-3
/
+3
2010-11-03
glsl/builtins: Clean up some ugly autogenerated code in atan.
Kenneth Graunke
1
-20
/
+5
2010-11-03
glsl/builtins: Rename 'x' to 'y_over_x' in atan(float) implementation.
Kenneth Graunke
1
-4
/
+4
2010-10-21
generate_builtins.py: Output large strings as arrays of characters.
Kenneth Graunke
1
-2
/
+14
2010-10-21
glsl: Add support for GLSL 1.30's modf built-in.
Kenneth Graunke
3
-0
/
+51
2010-10-14
glsl: Add support for the 1.30 round() built-in.
Kenneth Graunke
3
-0
/
+31
2010-10-14
glsl: Add front-end support for GLSL 1.30's roundEven built-in.
Kenneth Graunke
3
-0
/
+31
2010-10-14
glsl: Add front-end support for the "trunc" built-in.
Kenneth Graunke
3
-0
/
+31
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
1
-2
/
+2
2010-09-22
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
3
-37
/
+37
2010-09-18
glsl/builtins: Switch comparison functions to just return an expression.
Kenneth Graunke
4
-180
/
+36
2010-09-18
glsl/builtins: Fix equal and notEqual builtins.
Kenneth Graunke
2
-24
/
+24
[next]