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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Delete old built-in function generation code.
Kenneth Graunke
2013-09-09
5
-1049
/
+0
*
glsl: Bump standalone compiler versions to 3.30.
Kenneth Graunke
2013-08-25
1
-2
/
+2
*
glsl: add builtins for geometry shaders.
Bryan Cain
2013-08-01
1
-2
/
+4
*
mesa: Add infrastructure for ARB_gpu_shader5.
Matt Turner
2013-05-06
1
-0
/
+1
*
glsl: Implement ARB_texture_query_lod
Dave Airlie
2013-03-29
2
-11
/
+30
*
glsl: Bump standalone compiler versions to 1.50.
Kenneth Graunke
2013-03-20
1
-2
/
+2
*
glsl: add support for ARB_texture_multisample
Chris Forbes
2013-03-02
2
-6
/
+23
*
glsl: Add infrastructure for ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+1
*
glsl: Make builtin function profiles for GLSL ES use "es" in the filename.
Paul Berry
2012-12-06
1
-1
/
+5
*
glsl: Simplify symbol table version checking.
Paul Berry
2012-12-06
1
-1
/
+1
*
mesa: Add ARB_ES3_compatibility flag.
Paul Berry
2012-12-06
1
-0
/
+1
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
glsl: add ARB_texture_cube_map_array support (v2)
Dave Airlie
2012-11-09
2
-1
/
+20
*
glsl: make builtin_mem_ctx a static
Dave Airlie
2012-09-15
1
-1
/
+1
*
glsl: Scaffolding for ARB_shader_bit_encoding.
Olivier Galibert
2012-06-07
1
-0
/
+1
*
glsl/builtins: Fix textureGrad() for Array samplers.
Kenneth Graunke
2012-06-05
1
-3
/
+3
*
glsl: Add support for generating builtin code from GLSL instead of IR.
Eric Anholt
2012-04-24
1
-4
/
+16
*
glsl/builtins: Support stage-agnostic built-in profiles.
Kenneth Graunke
2012-04-17
1
-2
/
+4
*
glsl: Add remaining *sampler2DRect* texture functions.
Eric Anholt
2012-04-16
1
-0
/
+22
*
glsl: Add textureSize(*samplerBuffer) support.
Eric Anholt
2012-04-16
1
-0
/
+1
*
glsl: Don't apply optimization passes to builtins.
Eric Anholt
2012-04-11
1
-1
/
+1
*
glsl: Add texelFetch(*samplerBuffer) entrypoints to GLSL 1.40.
Eric Anholt
2012-04-09
1
-4
/
+7
*
glsl: initialise const force glsl extension warning in fake ctx
Dave Airlie
2012-03-25
1
-0
/
+1
*
glsl: Add GLSL 1.40 textureSize() implementations for sampler2DRect.
Eric Anholt
2012-03-15
1
-2
/
+9
*
glsl: Set up generated builtin functions handling for GLSL 1.40.
Eric Anholt
2012-03-15
1
-3
/
+3
*
glsl: When failing to compile some builtins, print the error.
Eric Anholt
2012-03-15
1
-0
/
+8
*
glsl: Fix samplerCubeShadow support in shader compiler
Anuj Phogat
2011-12-07
1
-1
/
+1
*
glsl: Add missing textureSize(samplerCubeShadow, int) variant.
Kenneth Graunke
2011-11-16
1
-0
/
+1
*
glsl: Remove textureGradOffset built-ins taking samplerCube parameters.
Kenneth Graunke
2011-11-10
1
-1
/
+0
*
glsl: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
2
-0
/
+8
*
glsl: Add '.ir' extension to builtin IR files
Paul Berry
2011-10-31
1
-3
/
+9
*
glsl: Defer initialization of built-in functions until they're needed.
Kenneth Graunke
2011-09-23
1
-2
/
+4
*
texture_builtins.py: Add support for textureSize (txs).
Kenneth Graunke
2011-08-23
1
-14
/
+36
*
glsl/generate_builtins.py: Remove regexp to kill pointer addresses.
Kenneth Graunke
2011-06-14
1
-4
/
+0
*
glsl: Add compiler support for ARB_shader_texture_lod.
Kenneth Graunke
2011-05-09
1
-0
/
+64
*
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
2011-03-14
1
-5
/
+6
*
texture_builtins.py: Add support for 130-style Shadow sampler variants.
Kenneth Graunke
2011-03-14
1
-1
/
+53
*
glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.
Kenneth Graunke
2011-02-01
1
-0
/
+2
*
texture_builtins.py: Fix a warning about mixed tabs/spaces.
Kenneth Graunke
2011-01-31
1
-1
/
+1
*
texture_builtins.py: Generate texture*Offset functions.
Kenneth Graunke
2011-01-31
1
-5
/
+80
*
texture_builtins.py: Generalize the "use_proj" field to support offsets.
Kenneth Graunke
2011-01-31
1
-52
/
+57
*
texture_builtins.py: Refactor coordinate dimension calculations.
Kenneth Graunke
2011-01-31
1
-5
/
+9
*
glsl: Change texel offsets to a single vector rvalue.
Kenneth Graunke
2011-01-31
1
-1
/
+1
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-4
/
+4
*
generate_builtins.py: Whitespace fixes.
Vinson Lee
2011-01-14
1
-7
/
+7
*
generate_builtins.py: Fix builds using Python 2.5.
Vinson Lee
2011-01-14
1
-0
/
+2
*
generate_builtins.py: Add missing import.
Vinson Lee
2011-01-12
1
-0
/
+1
*
glsl: Autogenerate builtin_functions.cpp as part of the build process.
Kenneth Graunke
2011-01-10
2
-40
/
+9
*
glsl: Really remove unused "instructions" parameter.
Kenneth Graunke
2011-01-01
1
-2
/
+1
*
glsl: Remove unused "instructions" parameter.
Kenneth Graunke
2011-01-01
1
-4
/
+2
[next]