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
/
profiles
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
1
-0
/
+56
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
1
-0
/
+38
*
glsl: Add built-in functions for GLSL 1.50.
Kenneth Graunke
2013-03-20
2
-0
/
+1145
*
glsl: add support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-0
/
+18
*
glsl: Add IR lisp for ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+14
*
glsl: Add IR lisp for GLSL ES 3.00 pack/unpack functions
Chad Versace
2013-01-24
1
-7
/
+7
*
glsl: Create builtin function profiles for GLSL 3.00 ES.
Paul Berry
2012-12-06
2
-0
/
+833
*
glsl: Make builtin function profiles for GLSL ES use "es" in the filename.
Paul Berry
2012-12-06
3
-0
/
+0
*
glsl: add ARB_texture_cube_map_array support (v2)
Dave Airlie
2012-11-09
1
-0
/
+19
*
glsl: Add support for OES_standard_derivatives in GLSL ES.
Tomeu Vizoso
2012-08-01
1
-0
/
+20
*
glsl: New unary opcodes for ARB_shader_bit_encoding support.
Olivier Galibert
2012-06-07
1
-0
/
+22
*
glsl: Add implementation of inverse() for mat2/3/4.
Eric Anholt
2012-04-24
1
-0
/
+4
*
glsl/builtins: Rework profiles to use the new '.glsl' common suffix.
Kenneth Graunke
2012-04-17
20
-4807
/
+1902
*
glsl/builtins: Use ivec for texel offsets in textureProjGradOffset.
Kenneth Graunke
2012-04-17
3
-4
/
+4
*
glsl: Add remaining *sampler2DRect* texture functions.
Eric Anholt
2012-04-16
2
-0
/
+136
*
glsl: Fix the prototype of textureProjGradOffset(sampler2DShadow)
Eric Anholt
2012-04-16
1
-1
/
+1
*
glsl: Add textureSize(*samplerBuffer) support.
Eric Anholt
2012-04-16
2
-0
/
+8
*
glsl: Add texelFetch(*samplerBuffer) entrypoints to GLSL 1.40.
Eric Anholt
2012-04-09
2
-0
/
+8
*
glsl: Add GLSL 1.40 textureSize() implementations for sampler2DRect.
Eric Anholt
2012-03-15
2
-0
/
+10
*
glsl: Drop ftransform() from GLSL 1.40 profile.
Eric Anholt
2012-03-15
1
-2
/
+0
*
glsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.
Eric Anholt
2012-03-15
2
-0
/
+1946
*
glsl/builtins: Add missing mix(genType, genType, bvec) built-ins.
Kenneth Graunke
2012-01-06
2
-0
/
+10
*
glsl: Remove textureGradOffset built-ins taking samplerCube parameters.
Kenneth Graunke
2011-11-10
2
-8
/
+0
*
glsl: Fix misnamed textureProjOffset prototypes in built-in profiles.
Kenneth Graunke
2011-11-10
2
-62
/
+62
*
glsl: Remove texture built-ins with 'bias' from 1.30 VS profile.
Kenneth Graunke
2011-11-10
1
-118
/
+4
*
glsl: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
2
-0
/
+12
*
glsl: Add isinf() and isnan() builtins.
Paul Berry
2011-10-31
2
-4
/
+0
*
glsl/builtins: Uncomment textureSize prototypes.
Kenneth Graunke
2011-08-23
2
-4
/
+0
*
glsl: Add compiler support for ARB_shader_texture_lod.
Kenneth Graunke
2011-05-09
2
-0
/
+110
*
glsl: Enable GL_OES_texture_3D extension for ES2.
Kenneth Graunke
2011-02-28
2
-0
/
+14
*
glsl/builtins: Fix return type for textureSize sampler2DArray variants.
Kenneth Graunke
2011-02-27
2
-4
/
+4
*
glsl/builtins: Uncomment prototypes for texture*Offset functions.
Kenneth Graunke
2011-01-31
2
-20
/
+0
*
glsl: Implement the asinh, acosh, and atanh built-in functions.
Kenneth Graunke
2010-11-15
2
-4
/
+0
*
glsl: Add support for GLSL 1.30's modf built-in.
Kenneth Graunke
2010-10-21
2
-0
/
+10
*
glsl: Add support for the 1.30 round() built-in.
Kenneth Graunke
2010-10-14
2
-0
/
+10
*
glsl: Add front-end support for GLSL 1.30's roundEven built-in.
Kenneth Graunke
2010-10-14
2
-0
/
+10
*
glsl: Add front-end support for the "trunc" built-in.
Kenneth Graunke
2010-10-14
2
-0
/
+10
*
glsl: Add built-in function profiles for GLSL ES 1.00.
Kenneth Graunke
2010-09-07
2
-0
/
+600
*
glsl/builtins: Add forgotten hyperbolic trig builtins in 1.30 profiles.
Kenneth Graunke
2010-08-18
2
-0
/
+64
*
glsl2: Fix cut and paste error in EXT_texture_array builtins.
Kenneth Graunke
2010-08-17
2
-4
/
+4
*
glsl2: Add builtins profile for GLSL 1.30.
Kenneth Graunke
2010-08-16
2
-0
/
+1986
*
glsl2: Rework builtin function generation.
Kenneth Graunke
2010-08-13
8
-0
/
+1530