projects
/
profile
/
ivi
/
mesa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gallium/util: implement tile code for PIPE_FORMAT_Z32_FLOAT
[profile/ivi/mesa.git]
/
src
/
glsl
/
2012-08-23
Stéphane Marchesin
glsl/linker: Avoid buffer over-run in parcel_out_unifor...
tree
|
commitdiff
2012-08-23
Tapani Pälli
build/glsl: fix android build v2
tree
|
commitdiff
2012-08-14
Matt Turner
build: Fix out-of-tree generation of builtin_function.cpp
tree
|
commitdiff
2012-08-13
Christopher James...
build/glsl: fix location of generated files.
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Refuse to parse uniform block declarations when...
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to...
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Only flag RowMajor on matrix-type variables.
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Fix calculation of std140 offset alignment for...
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Add a lowering pass to turn complicated UBO refer...
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Add a variant of the rvalue visitor for handle_rv...
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Add a "ubo_load" expression type for fetches...
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Fix a reference to UniformBlocks during uniform...
tree
|
commitdiff
2012-08-07
Eric Anholt
glsl: Update the notes on adding a new expression type.
tree
|
commitdiff
2012-08-02
José Fonseca
scons: set YACCHXXFILESUFFIX to stop needless rebuildin...
tree
|
commitdiff
2012-08-01
Tomeu Vizoso
glsl: Add support for OES_standard_derivatives in GLSL ES.
tree
|
commitdiff
2012-07-31
Eric Anholt
glsl: Reject linking shaders with too many uniform...
tree
|
commitdiff
2012-07-31
Eric Anholt
glsl: Assign array and matrix stride values according...
tree
|
commitdiff
2012-07-31
Eric Anholt
glsl: Add support for default layout qualifiers for...
tree
|
commitdiff
2012-07-31
Eric Anholt
glsl: Merge UBO layout qualifiers in a qualifier list.
tree
|
commitdiff
2012-07-31
Eric Anholt
glsl: Incorporate all UBO language changes into GLSL...
tree
|
commitdiff
2012-07-31
Kenneth Graunke
glsl: Refactor #version validation to be more future...
tree
|
commitdiff
2012-07-31
Kenneth Graunke
glsl: Fix #pragma invariant(all) language version check.
tree
|
commitdiff
2012-07-30
Jordan Justen
glsl: add support for using API_OPENGL_CORE
tree
|
commitdiff
2012-07-30
Ian Romanick
glsl: Fix ir_last_opcode value.
tree
|
commitdiff
2012-07-30
Ian Romanick
glsl: Request an Nx1 type instance in ir_quadop_vector...
tree
|
commitdiff
2012-07-30
Kenneth Graunke
glsl: Make bvec and ivec types accessible without using...
tree
|
commitdiff
2012-07-28
Kenneth Graunke
glcpp: Add a newline to expanded #line directives.
tree
|
commitdiff
2012-07-26
Oliver McFadden
glsl: warning: pragma `invariant(all)' not supported...
tree
|
commitdiff
2012-07-24
Anthony G. Basile
Fix compile time errors when building against uclibc
tree
|
commitdiff
2012-07-20
Eric Anholt
glsl: Assign locations for uniforms in UBOs using the...
tree
|
commitdiff
2012-07-20
Eric Anholt
glsl: Don't resize arrays in uniform blocks.
tree
|
commitdiff
2012-07-20
Eric Anholt
glsl: Don't dead-code eliminiate uniforms declared...
tree
|
commitdiff
2012-07-20
Eric Anholt
glsl: Propagate uniform block information into gl_unifo...
tree
|
commitdiff
2012-07-20
Eric Anholt
glsl: Set the uniform_block index for the linked shader...
tree
|
commitdiff
2012-07-20
Eric Anholt
glsl: Merge the lists of uniform blocks into the linked...
tree
|
commitdiff
2012-07-20
Eric Anholt
glsl: Translate the AST for uniform blocks into some...
tree
|
commitdiff
2012-07-20
Eric Anholt
glsl: Turn UBO variable declarations into ir_variables...
tree
|
commitdiff
2012-07-20
Paul Berry
mesa: Set gl_fragment_program::UsesKill in do_set_progr...
tree
|
commitdiff
2012-07-19
Kenneth Graunke
glsl: Remove open coded version of ir_variable::interpo...
tree
|
commitdiff
2012-07-19
Paul Berry
glsl: Set UsesDFdy appropriately for GLSL shaders.
tree
|
commitdiff
2012-07-17
Michel Dänzer
glsl: Drop obsolete .gitignore entries.
tree
|
commitdiff
2012-07-15
Jon TURNEY
Fix building glsl when using automake-1.12 after 68e04cc6
tree
|
commitdiff
2012-07-13
Jon TURNEY
automake: convert libmesa and libmesagallium
tree
|
commitdiff
2012-07-13
Jon TURNEY
automake: convert libglsl
tree
|
commitdiff
2012-07-12
Kenneth Graunke
glsl/ir_builder: Add a new swizzle_for_size() function.
tree
|
commitdiff
2012-07-12
Kenneth Graunke
glsl/ir_builder: Add a generic constructor for unary...
tree
|
commitdiff
2012-07-12
Kenneth Graunke
glsl: Initialize coordinate to NULL in ir_texture const...
tree
|
commitdiff
2012-07-12
Marek Olšák
glsl: implement ARB_transform_feedback3 in the linker
tree
|
commitdiff
2012-07-09
Eric Anholt
glsl: Add parsing for GLSL uniform blocks.
tree
|
commitdiff
2012-07-09
Eric Anholt
glsl: Don't hide the type of struct_declaration_list.
tree
|
commitdiff
2012-07-09
Kenneth Graunke
glcpp: Add built-in #define for GL_ARB_uniform_buffer_o...
tree
|
commitdiff
2012-07-09
Vincent Lejeune
glsl: Parser handles "#extension GL_ARB_uniform_buffer_...
tree
|
commitdiff
2012-07-09
Eric Anholt
glsl: Reduce a bit of extra code in the merging of...
tree
|
commitdiff
2012-07-09
Eric Anholt
glsl: Take advantage of the layout qualifier flags...
tree
|
commitdiff
2012-07-03
Brian Paul
glsl: fix unop/binop errors in comments
tree
|
commitdiff
2012-07-02
Kenneth Graunke
glsl: Remove unused ir_loop_jump::loop pointer.
tree
|
commitdiff
2012-06-27
Brian Paul
glsl: be more careful about counting varying vars in...
tree
|
commitdiff
2012-06-26
Carl Worth
glsl: glcpp: Extend testing of #line directives
tree
|
commitdiff
2012-06-26
Carl Worth
glsl: glcpp: Move handling of #line directives from...
tree
|
commitdiff
2012-06-26
Carl Worth
glsl: glcpp: Rename and document _glcpp_parser_expand_if
tree
|
commitdiff
2012-06-26
Carl Worth
glsl: Consistently use length-based ralloc string funct...
tree
|
commitdiff
2012-06-26
Carl Worth
glsl: glcpp: Allow "#if undefined-macro' to evaluate...
tree
|
commitdiff
2012-06-26
Brian Paul
glsl: fix comment typo
tree
|
commitdiff
2012-06-25
Paul Berry
glsl: Add IsCentroid bitfield to gl_fragment_program.
tree
|
commitdiff
2012-06-23
Vinson Lee
scons: Add glsl/glcpp to the include path.
tree
|
commitdiff
2012-06-20
Paul Berry
glx/tests: Fix signed/unsigned comparison warnings.
tree
|
commitdiff
2012-06-15
Paul Berry
glsl: Use ir_unop_f2u to convert floats to uints.
tree
|
commitdiff
2012-06-15
Paul Berry
glsl: Add support for ir_unop_f2u to constant folding.
tree
|
commitdiff
2012-06-15
Paul Berry
glsl: Add unary operation ir_unop_f2u.
tree
|
commitdiff
2012-06-14
Ian Romanick
glsl: Fix pi/2 constant in acos built-in function
tree
|
commitdiff
2012-06-12
Matt Turner
glsl: Transform dot product by a basis vector into...
tree
|
commitdiff
2012-06-12
Matt Turner
glsl: Add is_basis function
tree
|
commitdiff
2012-06-12
Matt Turner
glsl: Check for zero vectors in ir_binop_dot
tree
|
commitdiff
2012-06-11
José Fonseca
scons: Fix scons build.
tree
|
commitdiff
2012-06-11
Eric Anholt
glsl: Put a bunch of optimization visitors under anonym...
tree
|
commitdiff
2012-06-11
Eric Anholt
automake: Merge the dricore libglsl build into libdricore.
tree
|
commitdiff
2012-06-11
Eric Anholt
automake: Add a prefix variable for libglsl sources.
tree
|
commitdiff
2012-06-08
Eric Anholt
glsl: Clean up warnings about deleting classes without...
tree
|
commitdiff
2012-06-08
Marcin Slusarz
glsl: fix deref_hash memory leak in constant_expression...
tree
|
commitdiff
2012-06-08
Andreas Boll
glcpp: .gitignore cleanup
tree
|
commitdiff
2012-06-07
Olivier Galibert
glsl: Bitwise conversion operator support in ir_constan...
tree
|
commitdiff
2012-06-07
Olivier Galibert
glsl: Bitwise conversion operator support in ir_validate.
tree
|
commitdiff
2012-06-07
Olivier Galibert
glsl: Bitwise conversion operator support in ir_expression.
tree
|
commitdiff
2012-06-07
Olivier Galibert
glsl: New unary opcodes for ARB_shader_bit_encoding...
tree
|
commitdiff
2012-06-07
Olivier Galibert
glsl: Scaffolding for ARB_shader_bit_encoding.
tree
|
commitdiff
2012-06-07
Kenneth Graunke
glsl: Hook up loop_variable_state destructor to plug...
tree
|
commitdiff
2012-06-05
Kenneth Graunke
glsl/builtins: Fix textureGrad() for Array samplers.
tree
|
commitdiff
2012-06-05
Paul Berry
Fix .gitignore for ralloc-test
tree
|
commitdiff
2012-06-01
Ian Romanick
glsl: Remove spurious printf messages
tree
|
commitdiff
2012-05-31
Kenneth Graunke
glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into...
tree
|
commitdiff
2012-05-31
Kenneth Graunke
ralloc: Add some basic unit tests.
tree
|
commitdiff
2012-05-31
Kenneth Graunke
ralloc: Fix ralloc_parent() of memory allocated out...
tree
|
commitdiff
2012-05-23
Paul Berry
glsl/tests: Add .gitignore for uniform initialization...
tree
|
commitdiff
2012-05-23
Paul Berry
glsl/constant propagation: kill whole var if LHS involv...
tree
|
commitdiff
2012-05-23
Ian Romanick
glsl/tests: Add test for uniform initialization by...
tree
|
commitdiff
2012-05-23
Ian Romanick
glsl: Propagate sampler uniform initializers to gl_shad...
tree
|
commitdiff
2012-05-23
Ian Romanick
glsl: Initialize samplers to 0, propagate sampler value...
tree
|
commitdiff
2012-05-23
Ian Romanick
glsl: Set initial values for uniforms in the linker
tree
|
commitdiff
2012-05-17
Eric Anholt
glsl: Drop the extra NULL specifiction on ir_assignment...
tree
|
commitdiff
next