ir_constant_expression: Add support for ir_unop_exp2.
[mesa.git] / src / glsl /
2010-06-30 Ian Romanicklinker: Don't dynamically allocate slots for linked...
2010-06-30 Ian Romanicklinker: Don't automatically allocate VERT_ATTRIB_GENERIC0
2010-06-30 Eric Anholtglsl2: Use Mesa's gl_shader_program instead of our...
2010-06-30 Eric Anholtglsl2: Make function names and variable names be childr...
2010-06-30 Eric Anholtglsl2: Move our data from a glsl_shader* on the side...
2010-06-30 Eric Anholtir_to_mesa: Start adding support for texture instructions.
2010-06-29 Kenneth Graunkeglsl2: Keep the same number of components in implicit...
2010-06-29 Ian Romanickglsl2: Make gl_MaxDrawBuffers available in the vertex...
2010-06-29 Ian Romanickglsl2: Make gl_MaxDrawBuffers available in the fragment...
2010-06-29 Ian Romanickglsl2: Make gl_FragData be available in GLSL 1.10 too
2010-06-29 Ian Romanickglsl2: Pass MaxDrawBuffers from core Mesa into the...
2010-06-29 Ian Romanickglsl_type: Add _mesa_glsl_release_types to release...
2010-06-29 Ian Romanickglsl_type: All glsl_type objects live in their own...
2010-06-29 Ian Romanickglsl_type: Record type constructors are private
2010-06-29 Ian Romanickglsl_type: Add get_record_instance method
2010-06-29 Ian Romanickglsl_type: Vector, matrix, and sampler type constructor...
2010-06-29 Ian Romanickglsl_type: Make all static objects be class private
2010-06-29 Ian Romanickglsl2: Use talloc_strdup when generating constructor...
2010-06-29 Ian Romanickglsl_type: Remove vector and matrix constructor generators
2010-06-29 Ian Romanickglsl2: Don't flatten constructor parameters to scalars
2010-06-29 Ian Romanickglsl2: Always emit matrix constructors inline
2010-06-29 Ian Romanickglsl2: Always emit vector constructors inline
2010-06-29 Ian Romanickir_swizzle: Add new constructor, refactor constructors
2010-06-29 Kenneth Graunkeglsl2: Update TODO.
2010-06-29 Kenneth Graunkeglsl2: Check for non-void functions that don't have...
2010-06-29 Kenneth Graunkeglsl2: Reject return types with qualifiers.
2010-06-29 Kenneth Graunkeglsl2: Add a method for querying if an AST type has...
2010-06-29 Kenneth Graunkeglsl2: Check that returned expressions match the functi...
2010-06-28 Kenneth GraunkeUse a more sensible context in copy propagation.
2010-06-28 Kenneth GraunkeUse more sensible contexts in ir_dead_code_local.
2010-06-28 Ian Romanickglsl2: Add option to stand-alone GLSL compiler to dump...
2010-06-28 Ian Romanickglsl2: Use i2b and f2b IR opcodes for casting int or...
2010-06-26 Kenneth Graunkeir_reader: Free memory for S-Expressions earlier.
2010-06-25 Eric Anholtglsl2: Associate the GLenum for the type with builtin...
2010-06-25 Eric Anholtglsl2: Use the parser state as the talloc context for...
2010-06-25 Eric Anholtglsl2: Start integrating ir_to_mesa.cpp into shader_api.h
2010-06-25 Eric Anholtglsl2: Use Mesa types instead of duping them into our...
2010-06-25 Eric Anholtglsl2: Fix dependencies. (at least partially)
2010-06-25 Eric Anholtglsl2: Replace the GLSL compiler with the glsl2 project.
2010-06-25 Eric Anholtglsl2: Wrap includes of C interfaces with extern "C".
2010-06-25 Eric Anholtglsl2: Remove files that had been imported for standalone.
2010-06-24 Eric Anholtglsl2: Stop .gitignoring the old standalone build system.
2010-06-24 Eric Anholtglsl2: Move the Mesa IR codegen into mesa/shader/
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Add a README file for the new compiler.
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...
2010-06-04 Kristian Høgsbergglsl: Recject rect samplers when GL_ARB_texture_rectang...
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-26 Brian Paulglsl: implement support for GL_EXT_texture_array
2010-02-23 Vinson Leeglsl/apps: Assert that ftell does not return an error.
2010-02-21 Vinson Leeglsl/cl: Prevent possible buffer overflow.
2010-02-21 Vinson Leeglsl/cl: Prevent possible string overflow.
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-17 Brian Paulglsl/apps: print usage info if insufficient args
2010-02-17 Michal Krolglsl/pp: Remove sl_pp_get_extension_state().
2010-02-17 Michal Krolglsl/cl: Parse layout qualifiers only when an appropria...
2010-02-17 Michal Krolglsl/cl: Properly emit layout qualifier list.
2010-02-16 Brian Paulsl/pp: re-do extension testing code
2010-02-16 Michal Krolglsl/pp: Do not try to enable extension `all'.
2010-02-15 Michal Krolglsl/pp: Fix handling of if/elif/else cases.
2010-02-15 Vinson Leeglsl/pp: Add asserts to check for null pointer deferences.
2010-02-13 Brian Paulglsl/cl: implement parsing for layout qualifiers
2010-02-13 Brian Paulglsl/pp: fix incorrect extension enable flag for warn...
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-10 unknownMerge branch 'master' of git+ssh://git.freedesktop...
2010-02-10 Brian Paulglsl/pp: fix extension enable/disable options
2010-02-10 Michal KrolSimplify GLSL extension mechanism.
2010-02-10 Michal Krolglsl/pp: Fix ifdef directive for extension names.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-26 Vinson Leeglsl/pp: Silence GCC "no previous prototype" warning.
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-18 Brian Paulglsl: remove __inline directive
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2010-01-01 José Fonsecaglsl: Ignore programs.
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-29 Brian Paulglsl: added default case in _fetch_token() to silence...
2009-12-28 José Fonsecascons: Fix xlib build.
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-23 Keith Whitwellglsl/pp: move static functions out of header file
2009-12-23 Keith Whitwellglsl/pp: quieten compiler about missing case statements
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
next