summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)AuthorFilesLines
2015-01-16glsl: Add unit tests for blob.cCarl Worth3-0/+328
2015-01-16glsl: Add blob_overwrite_bytes and blob_overwrite_uint32Tapani Pälli2-0/+66
2015-01-16glsl: Add blob.c---a simple interface for serializing dataCarl Worth3-0/+548
2015-01-16glsl: Add convenience function get_sampler_instanceCarl Worth2-0/+120
2015-01-15nir/live_variables: Use a worklistJason Ekstrand1-55/+75
2015-01-15nir: Add a worklist helper structureJason Ekstrand3-0/+237
2015-01-15nir: fix incorrect argument passed to validate_src() in validate_tex_instr()Brian Paul1-1/+1
2015-01-15nir: silence compiler warning from visit_src() callBrian Paul1-1/+1
2015-01-15util/hash_set: Rework the API to know about hashingJason Ekstrand9-103/+76
2015-01-15util: Move main/set to util/hash_setJason Ekstrand1-1/+1
2015-01-15hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand1-1/+1
2015-01-15nir/algebraic: Only replace an instruction onceJason Ekstrand1-1/+3
2015-01-15nir/vars_to_ssa: Use the copy lowering from lower_var_copiesJason Ekstrand1-152/+46
2015-01-15nir: Add a pass for lowering copy instructionsJason Ekstrand3-0/+227
2015-01-15nir/vars_to_ssa: Refactor get_deref_nodeJason Ekstrand1-20/+25
2015-01-15nir: Rename lower_variables to lower_vars_to_ssaJason Ekstrand3-5/+5
2015-01-15nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src arrayJason Ekstrand6-40/+48
2015-01-15nir/validate: Only build in debug modeJason Ekstrand2-0/+11
2015-01-15nir/lower_variables: Improve documentationJason Ekstrand1-27/+79
2015-01-15nir/lower_variables: Use a for loop for get_deref_nodeJason Ekstrand1-58/+48
2015-01-15nir: Use the actual FNV-1a hash for hashing derefsJason Ekstrand2-90/+79
2015-01-15nir: Make intrinsic flags into an enumJason Ekstrand1-14/+14
2015-01-15nir: Use static inlines instead of macros for list gettersJason Ekstrand1-28/+81
2015-01-15nir/variable: Remove the constant_value fieldJason Ekstrand2-16/+4
2015-01-15nir: Add some documentationJason Ekstrand1-22/+69
2015-01-15nir/lower_variables: Follow the Cytron paper more closelyJason Ekstrand1-26/+69
2015-01-15nir/print: Various cleanups recommended by EricJason Ekstrand1-33/+12
2015-01-15nir/lower_variables: Add a bunch of comments and re-arrange a few thingsJason Ekstrand1-57/+170
2015-01-15nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macroJason Ekstrand4-46/+55
2015-01-15nir/from_ssa: Clean up parallel copy handling and document it betterJason Ekstrand3-66/+92
2015-01-15nir: Rename nir_block_following_if to nir_block_get_following_ifJason Ekstrand5-5/+5
2015-01-15nir/opcodes: Remove the per_component info fieldJason Ekstrand3-37/+33
2015-01-15nir/search: Use nir_op_infos to determine if an operation is commutativeJason Ekstrand1-33/+2
2015-01-15nir/opcodes: Add algebraic properties metadataJason Ekstrand3-71/+89
2015-01-15nir: Make load_const SSA-onlyJason Ekstrand14-136/+51
2015-01-15nir: Make nir_ssa_undef_instr_create initialize the destinationJason Ekstrand4-13/+11
2015-01-15nir/lower_system_values: Handle SSA destinationsJason Ekstrand1-1/+14
2015-01-15nir/lower_atomics: Use/support SSAJason Ekstrand1-18/+32
2015-01-15nir/live_variables: Use the new ssa_def iteratorJason Ekstrand1-19/+13
2015-01-15nir: Use nir_foreach_ssa_def for setting up ssa destinationsJason Ekstrand1-13/+11
2015-01-15nir: Add a foreach_ssa_def functionJason Ekstrand2-0/+43
2015-01-15nir/lower_variables: Use a real dominance DFS for variable renamingJason Ekstrand1-4/+5
2015-01-15nir: Remove predicationJason Ekstrand9-259/+7
2015-01-15nir: Make bcsel a fully vector operationJason Ekstrand4-3/+7
2015-01-15nir: Call nir_metadata_preserve more placesJason Ekstrand8-2/+27
2015-01-15nir/metadata: Rename metadata_dirty to metadata_preserveJason Ekstrand8-16/+18
2015-01-15nir: Rework the way samplers are loweredJason Ekstrand1-75/+78
2015-01-15nir/tex_instr_create: Initialize all 4 sourcesJason Ekstrand1-1/+1
2015-01-15nir/tex_instr: Rename the indirect source type and add an array sizeJason Ekstrand3-3/+16
2015-01-15nir: Use a source for uniform buffer indices instead of an indexJason Ekstrand2-18/+17