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
/
glsl
/
builtins
/
ir
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add new bit built-ins IR and prototypes from ARB_gpu_shader5.
Matt Turner
2013-05-06
6
-0
/
+286
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-7
/
+7
*
glsl: Add IR lisp for ARB_shading_language_packing
Matt Turner
2013-01-25
4
-0
/
+24
*
glsl: Add IR lisp for GLSL ES 3.00 pack/unpack functions
Chad Versace
2013-01-24
6
-0
/
+36
*
glsl: Fix pi/2 constant in acos built-in function
Ian Romanick
2012-06-13
1
-4
/
+4
*
glsl: New unary opcodes for ARB_shader_bit_encoding support.
Olivier Galibert
2012-06-07
4
-0
/
+84
*
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
2012-04-02
2
-45
/
+58
*
glsl/builtins: Add missing mix(genType, genType, bvec) built-ins.
Kenneth Graunke
2012-01-06
1
-1
/
+1
*
glsl: Add isinf() and isnan() builtins.
Paul Berry
2011-10-31
2
-0
/
+34
*
glsl: Add '.ir' extension to builtin IR files
Paul Berry
2011-10-31
65
-0
/
+0
*
glsl 1.30: Fix numerical instabilities in asinh
Paul Berry
2011-09-28
1
-4
/
+36
*
glsl/builtins: Fix invalid float constant in noise4 built-in.
Kenneth Graunke
2011-09-07
1
-2
/
+2
*
glsl/builtins: Fix invalid vecN constants in hyperbolic functions.
Kenneth Graunke
2011-09-07
5
-21
/
+21
*
glsl: improve the accuracy of the atan(x,y) builtin function.
Paul Berry
2011-08-01
1
-1
/
+3
*
glsl: improve the accuracy of the asin() builtin function.
Paul Berry
2011-08-01
1
-28
/
+40
*
glsl: improve the accuracy of the radians() builtin function
Paul Berry
2011-07-28
1
-4
/
+4
*
glsl/builtins: Actually implement int/ivec variants of abs().
Kenneth Graunke
2011-06-14
1
-0
/
+20
*
glsl/builtins: Remove unnecessary (constant bool (1)) from assignments.
Kenneth Graunke
2011-01-12
12
-269
/
+265
*
glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).
Kenneth Graunke
2010-12-17
1
-87
/
+34
*
glsl: Reimplement the "cross" built-in without ir_binop_cross.
Kenneth Graunke
2010-11-17
1
-3
/
+5
*
glsl: Implement the asinh, acosh, and atanh built-in functions.
Kenneth Graunke
2010-11-15
3
-0
/
+79
*
glsl/builtins: Clean up some ugly autogenerated code in atan.
Kenneth Graunke
2010-11-03
1
-20
/
+5
*
glsl/builtins: Rename 'x' to 'y_over_x' in atan(float) implementation.
Kenneth Graunke
2010-11-03
1
-4
/
+4
*
glsl: Add support for GLSL 1.30's modf built-in.
Kenneth Graunke
2010-10-21
1
-0
/
+41
*
glsl: Add support for the 1.30 round() built-in.
Kenneth Graunke
2010-10-14
1
-0
/
+21
*
glsl: Add front-end support for GLSL 1.30's roundEven built-in.
Kenneth Graunke
2010-10-14
1
-0
/
+21
*
glsl: Add front-end support for the "trunc" built-in.
Kenneth Graunke
2010-10-14
1
-0
/
+21
*
glsl: Rework assignments with write_masks to have LHS chan count match RHS.
Eric Anholt
2010-09-22
3
-37
/
+37
*
glsl/builtins: Switch comparison functions to just return an expression.
Kenneth Graunke
2010-09-18
4
-180
/
+36
*
glsl/builtins: Fix equal and notEqual builtins.
Kenneth Graunke
2010-09-18
2
-24
/
+24
*
glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequal
Ian Romanick
2010-09-13
2
-120
/
+24
*
glsl2: Implement noise[1234] built-in functions using ir_unop_noise
Ian Romanick
2010-09-09
4
-52
/
+229
*
glsl/builtins: normalize of a negative scalar should be -1.0.
Kenneth Graunke
2010-09-09
1
-1
/
+1
*
glsl: Fix for scalar float built-in definitions.
Kenneth Graunke
2010-09-08
2
-2
/
+2
*
glsl: Fix typo in builtin step() using a wrong channel.
Eric Anholt
2010-09-08
1
-1
/
+1
*
glsl/builtins: Don't use ir_binop_dot on floating point values.
Kenneth Graunke
2010-09-08
4
-6
/
+6
*
glsl/builtins: Simplify degenerate scalar float cases.
Kenneth Graunke
2010-09-08
3
-5
/
+3
*
glsl/builtins: Convert assignments to new format (with write mask).
Kenneth Graunke
2010-09-04
15
-398
/
+389
*
glsl: Add forgotten implementations of equal/notEqual on bvecs.
Kenneth Graunke
2010-09-01
2
-0
/
+60
*
glsl2: fix bug in atan(y, x) function
Brian Paul
2010-08-31
1
-7
/
+3
*
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
2010-08-23
1
-3
/
+3
*
glsl2: Rework builtin function generation.
Kenneth Graunke
2010-08-13
58
-0
/
+2884