mesa.git
2015-01-22 Jason Ekstrandmeta: Add a BlitFramebuffers-based implementation of...
2015-01-22 Jason Ekstrandformats: Use a hash table for _mesa_format_from_array_f...
2015-01-22 Jason Ekstrandi965: Implement SetTextureStorageForBufferObject
2015-01-22 Jason Ekstrandi965: Apply the miptree offset to surface state for...
2015-01-22 Jason Ekstrandi965/mipmap_tree: Add a depth parameter to create_for_bo
2015-01-22 Jason Ekstrandmesa/dd: Add a function for creating a texture from...
2015-01-22 Tapani Pälliglsl: do not allow interface block to have name already...
2015-01-22 Matt Turnernir: Replace assert(0) with unreachable().
2015-01-22 Matt Turneri965/vec4: Fix fprintf argument ordering.
2015-01-22 Jason Ekstrandnir: Stop using designated initializers
2015-01-21 Tobias Klausmannmesa: change assert to unreachable in two format functions
2015-01-21 Jason Ekstrandnir: Add src and dest constructors
2015-01-21 Jan Veselymesa: Add assert to check number of vector elements
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
2015-01-21 Jan Veselymesa: remove comparisons that are always true
2015-01-21 Jason Ekstrandnir: Add a nir_foreach_phi_src helper macro
2015-01-20 Ben Widawskyi965: Extract scalar region checking logic
2015-01-20 Ben Widawskyi965: Add QWORD sizes to type_sz macro
2015-01-20 Eric Anholtvc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854...
2015-01-20 Rob Clarkfreedreno/a4xx: sysmem bypass
2015-01-20 Rob Clarkfreedreno: update generated headers
2015-01-20 Tom Stellardradeonsi: Re-enable LLVM IR dumps
2015-01-20 Tom Stellardradeonsi/compute: Use relocs for scratch pointer rather...
2015-01-20 Tom Stellardradeon: Teach radeon_elf_read() how to parse reloc...
2015-01-20 Tom Stellardradeon: Add a helper function for freeing members of...
2015-01-19 Kenneth Graunkei965: Work around mysterious Gen4 GPU hangs with minima...
2015-01-19 Kenneth Graunkei965/nir: Enable SIMD16 support in the NIR FS backend.
2015-01-19 Kenneth Graunkei965/nir: Use offset() instead of altering reg_offset...
2015-01-19 Kenneth Graunkei965/nir: Replace fs_reg(GRF, virtual_grf_alloc(.....
2015-01-19 Kenneth Graunkei965: Replace fs_reg(fs_visitor, type) with fs_visitor...
2015-01-19 Marek Olšákst/mesa: don't set vs.key.clamp_color if a shader doesn...
2015-01-19 Marek Olšákwinsys/radeon: increase the size of buffer cache
2015-01-19 Carl WorthRename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h
2015-01-19 Martin Peresmesa: fix a trivial spelling mistake
2015-01-19 Tapani Pällimesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
2015-01-19 Micah Fedkemesa: Add ARB_shader_precision infrastructure
2015-01-17 Kenneth Graunkei965/fs: Fix the dummy fragment shader.
2015-01-17 Kristian Høgsberggbm: Define _DEFAULT_SOURCE to avoid warning
2015-01-17 Vinson Leesha1: Fix gcry_md_hd_t typo.
2015-01-17 Vinson Leenir: s/malloc.h/stdlib.h/
2015-01-16 Kristian Høgsbergi965: Fix up too-wide comment
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
next