mesa.git
2015-01-16 Kristian Høgsberggbm/dri: Fix const confusion
2015-01-16 Carl Worthconfigure: Add machinery for --enable-shader-cache...
2015-01-16 Carl Worthmesa: Add mesa SHA-1 functions
2015-01-16 Carl Worthconfigure: Add copyright and license block to configure.ac
2015-01-16 Carl Worthglsl: Add unit tests for blob.c
2015-01-16 Tapani Pälliglsl: Add blob_overwrite_bytes and blob_overwrite_uint32
2015-01-16 Carl Worthglsl: Add blob.c---a simple interface for serializing...
2015-01-16 Tapani Pällimesa: Add iterate method for string_to_uint_map
2015-01-16 Carl Worthutil: Make unreachable at least be an assert
2015-01-16 Carl Worthglsl: Add convenience function get_sampler_instance
2015-01-16 Kenneth Graunkei965: Fix some oddities in FB_WRITE register width...
2015-01-16 Kenneth Graunkei965/fs: Make lower_load_payload etc. appear in INTEL_D...
2015-01-16 Neil Robertsformat_utils: Use a more precise conversion when decrea...
2015-01-16 Iago Toral... i965/gen6: Fix crash with VS+TF after rendering with GS
2015-01-16 Jason Ekstrandnir/live_variables: Use a worklist
2015-01-16 Jason Ekstrandnir: Add a worklist helper structure
2015-01-16 Brian Paulnir: fix incorrect argument passed to validate_src...
2015-01-16 Brian Paulnir: silence compiler warning from visit_src() call
2015-01-15 Brian Paulmesa: move GET_CURRENT_CONTEXT() to top of _mesa_init_r...
2015-01-15 Mike Masonmesa: Fix render buffer initial internal format in...
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandutil: Move main/set to util/hash_set
2015-01-15 Jason Ekstrandhash_table: Rename insert_with_hash to insert_pre_hashed
2015-01-15 Matt Turneri965: Don't consider null dst instructions as matching...
2015-01-15 Matt Turneri965/vec4: Make sure that imm writes are to registers...
2015-01-15 Matt Turneri965/fs: Emit MADs from (x + abs(y * z)).
2015-01-15 Matt Turneri965/fs: Emit MADs from (x + -(y * z)).
2015-01-15 Jason Ekstrandnir/algebraic: Only replace an instruction once
2015-01-15 Jason Ekstrandi965/nir: Do a final copy lowering pass before lowering...
2015-01-15 Jason Ekstrandnir/vars_to_ssa: Use the copy lowering from lower_var_c...
2015-01-15 Jason Ekstrandnir: Add a pass for lowering copy instructions
2015-01-15 Jason Ekstrandnir/vars_to_ssa: Refactor get_deref_node
2015-01-15 Jason Ekstrandnir: Rename lower_variables to lower_vars_to_ssa
2015-01-15 Jason Ekstrandnir/tex_instr: Add a nir_tex_src struct and dynamically...
2015-01-15 Jason Ekstrandnir/validate: Only build in debug mode
2015-01-15 Jason Ekstrandnir/lower_variables: Improve documentation
2015-01-15 Jason Ekstrandnir/lower_variables: Use a for loop for get_deref_node
2015-01-15 Jason Ekstrandnir: Use the actual FNV-1a hash for hashing derefs
2015-01-15 Jason Ekstrandutil/hash_table: Pull the details of the FNV-1a into...
2015-01-15 Jason Ekstrandnir: Make intrinsic flags into an enum
2015-01-15 Jason Ekstrandnir: Use static inlines instead of macros for list...
2015-01-15 Jason Ekstrandnir/variable: Remove the constant_value field
2015-01-15 Jason Ekstrandnir: Add some documentation
2015-01-15 Jason Ekstrandnir/lower_variables: Follow the Cytron paper more closely
2015-01-15 Jason Ekstrandnir/print: Various cleanups recommended by Eric
2015-01-15 Jason Ekstrandnir/lower_variables: Add a bunch of comments and re...
2015-01-15 Jason Ekstrandnir: Rename parallel_copy_copy to parallel_copy_entry...
2015-01-15 Jason Ekstrandnir/from_ssa: Clean up parallel copy handling and docum...
2015-01-15 Jason Ekstrandnir: Rename nir_block_following_if to nir_block_get_fol...
2015-01-15 Jason Ekstrandi965/fs_nir: Handle sample ID, position, and mask better
2015-01-15 Jason Ekstrandnir/opcodes: Remove the per_component info field
2015-01-15 Jason Ekstrandnir/search: Use nir_op_infos to determine if an operati...
2015-01-15 Jason Ekstrandnir/opcodes: Add algebraic properties metadata
2015-01-15 Jason Ekstrandnir: Make load_const SSA-only
2015-01-15 Jason Ekstrandnir: Make nir_ssa_undef_instr_create initialize the...
2015-01-15 Jason Ekstrandi965/nir: Move the other lowering passes to before...
2015-01-15 Jason Ekstrandnir/lower_system_values: Handle SSA destinations
2015-01-15 Jason Ekstrandnir/lower_atomics: Use/support SSA
2015-01-15 Jason Ekstrandnir/live_variables: Use the new ssa_def iterator
2015-01-15 Jason Ekstrandnir: Use nir_foreach_ssa_def for setting up ssa destina...
2015-01-15 Jason Ekstrandnir: Add a foreach_ssa_def function
2015-01-15 Jason Ekstrandnir/lower_variables: Use a real dominance DFS for varia...
2015-01-15 Jason Ekstrandnir: Remove predication
2015-01-15 Jason Ekstrandnir: Make bcsel a fully vector operation
2015-01-15 Jason Ekstrandnir: Call nir_metadata_preserve more places
2015-01-15 Jason Ekstrandnir/metadata: Rename metadata_dirty to metadata_preserve
2015-01-15 Jason Ekstrandi965/fs_nir: Add support for indirect texture arrays
2015-01-15 Jason Ekstrandnir: Rework the way samplers are lowered
2015-01-15 Jason Ekstrandnir/tex_instr_create: Initialize all 4 sources
2015-01-15 Jason Ekstrandnir/tex_instr: Rename the indirect source type and...
2015-01-15 Jason Ekstrandnir: Use a source for uniform buffer indices instead...
2015-01-15 Jason Ekstrandnir: Constant fold array indirects
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Jason Ekstrandnir: Remove the ffma peephole
2015-01-15 Jason Ekstrandnir: Add a basic constant folding pass
2015-01-15 Jason Ekstrandnir: Add an algebraic optimization pass
2015-01-15 Jason Ekstrandnir: Add infastructure for generating algebraic transfo...
2015-01-15 Jason Ekstrandnir: Add an expression matching framework
2015-01-15 Jason Ekstrandnir/glsl: Emit abs, neg, and sat operations instead...
2015-01-15 Jason Ekstrandnir: Make the type casting operations static inline...
2015-01-15 Jason Ekstrandnir: Add a lowering pass for adding source modifiers...
2015-01-15 Jason Ekstrandnir: Add neg, abs, and sat opcodes
2015-01-15 Jason Ekstrandi965/fs_nir: Implement the ARB_gpu_shader5 interpolatio...
2015-01-15 Jason Ekstrandi965/fs_nir: Add a has_indirect flag and clean up some...
2015-01-15 Jason Ekstrandnir: Add a helper for getting a constant value from...
2015-01-15 Jason Ekstrandnir/glsl: Add support for gpu_shader5 interpolation...
2015-01-15 Jason Ekstrandnir: Add gpu_shader5 interpolation intrinsics
2015-01-15 Jason Ekstrandnir/validate: Validate intrinsic source/destination...
2015-01-15 Jason Ekstrandnir: Vectorize intrinsics
2015-01-15 Jason Ekstrandnir: Remove the old variable lowering code
2015-01-15 Jason Ekstrandnir/validate: Ensure that outputs are write-only and...
2015-01-15 Jason Ekstrandi965/fs_nir: Use the new variable lowering code
2015-01-15 Jason Ekstrandnir/glsl: Generate SSA NIR
2015-01-15 Jason Ekstrandnir: Add a pass to lower global variables to local...
2015-01-15 Jason Ekstrandnir: Add a pass for lowering input/output loads/stores
2015-01-15 Jason Ekstrandnir: Add a pass to lower local variables to registers
2015-01-15 Jason Ekstrandnir: Add a pass to lower local variable accesses to...
2015-01-15 Jason Ekstrandnir: Add a copy splitting pass
2015-01-15 Jason Ekstrandnir: Automatically update SSA if uses
2015-01-15 Jason Ekstrandi965/fs_nir: Don't dump the shader.
next