summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_hv_accept.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-291-0/+1
* glsl: add support for ARB_texture_multisampleChris Forbes2013-03-021-0/+5
* glsl: Convert ir_call to be a statement rather than a value.Kenneth Graunke2012-04-021-0/+8
* glsl: Use ir_rvalue to represent generic error_type values.Kenneth Graunke2012-04-021-0/+7
* glsl hierarchical visitor: Do not overwrite base_ir for parameter lists.Paul Berry2011-09-231-6/+15
* glsl: Add a new ir_txs (textureSize) opcode to ir_texture.Kenneth Graunke2011-08-231-3/+6
* glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke2011-01-311-0/+6
* glsl2: Set a flag when visiting the assignee of an assignmentIan Romanick2010-09-031-0/+9
* glsl2: Make the HV actually call ir_texture's visit_leave.Eric Anholt2010-08-051-1/+1
* exec_list: Fix foreach_list_safe.Kenneth Graunke2010-07-191-2/+3
* glsl2: Use new foreach_list_safe abstraction.Kenneth Graunke2010-07-091-7/+3
* glsl2: Don't forget to walk the parameters to a function in the hv.Eric Anholt2010-07-071-0/+4
* glsl2: Add a pass to convert mod(a, b) to b * fract(a/b).Eric Anholt2010-07-011-1/+4
* glsl2: Define new ir_discard instruction.Kenneth Graunke2010-06-301-0/+17
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+348