OSDN Git Service

android-x86/external-mesa.git
2015-06-22 Connor Abbottnir/vtn: fix emitting code after loops
2015-06-22 Connor Abbottunbreak things
2015-06-19 Connor Abbottmatrices matrices matrices
2015-06-19 Connor Abbottnir/types: be less strict about constructing matrix...
2015-06-19 Connor Abbottnir/builder: add a nir_fdot() convenience function
2015-06-19 Connor Abbottnir/types: add a helper to transpose a matrix type
2015-06-19 Connor Abbottfix glsl450 for composites
2015-06-17 Connor Abbottcomposites composites composites
2015-06-03 Connor Abbottawesome control flow bugfixes/clarifications
2015-05-16 Jason Ekstrandnir/spirv: Don't assert that the current block is empty
2015-05-16 Jason Ekstrandnir/spirv: Add initial support for samplers
2015-05-16 Jason Ekstrandnir/spirv: Move Exp and Log to the list of currently...
2015-05-16 Jason Ekstrandnir/types: Add support for sampler types
2015-05-16 Jason Ekstrandnir/spirv: Make the global constants in spirv.h static
2015-05-16 Jason Ekstrandnir/spirv: Handle jump-to-loop in a more general way
2015-05-16 Jason Ekstrandnir/spirv: Handle boolean uniforms correctly
2015-05-16 Jason Ekstrandnir/spirv: Handle control-flow with loops
2015-05-16 Jason Ekstrandnir/spirv: Set a name on temporary variables
2015-05-16 Jason Ekstrandnir/spirv: Use the correct length for copying string...
2015-05-16 Jason Ekstrandnir/spirv: Make vtn_ssa_value handle constants as well...
2015-05-16 Jason Ekstrandnir/spirv: Add initial support for GLSL 4.50 builtins
2015-05-16 Jason Ekstrandnir/spirv: Split the core datastructures into a header...
2015-05-16 Jason Ekstrandnir/spirv: Use the builder for all instructions
2015-05-16 Jason Ekstrandnir/spirv: Add support for a bunch of ALU operations
2015-05-16 Jason Ekstrandnir/spirv: Add support for indirect array accesses
2015-05-16 Jason Ekstrandnir/spirv: Explicitly type constants and SSA values
2015-05-16 Jason Ekstrandnir/spirv: Handle OpBranchConditional
2015-05-16 Jason Ekstrandnir/spirv: Add a helper for getting a value as an SSA...
2015-05-16 Jason Ekstrandnir/spirv: Split instruction handling into preamble...
2015-05-16 Jason Ekstrandnir/spirv: Implement load/store instructiosn
2015-05-16 Jason Ekstrandnir: Add a helper for getting the tail of a deref chain
2015-05-16 Jason Ekstrandnir/spirv: Actaully add variables to the funciton or...
2015-05-16 Jason Ekstrandnir/spirv: Add a vtn_untyped_value helper
2015-05-16 Jason Ekstrandnir/spirv: Use vtn_value in the types code and fix...
2015-05-16 Jason Ekstrandnir/types: Add an is_vector_or_scalar helper
2015-05-16 Jason Ekstrandnir/spirv: Add support for deref chains
2015-05-16 Jason Ekstrandnir/types: Add a scalar type constructor
2015-05-16 Jason Ekstrandnir/spirv: Add support for OpLabel
2015-05-16 Jason Ekstrandnir/spirv: Add support for declaring functions
2015-05-16 Jason Ekstrandnir/types: Add accessors for function parameter/return...
2015-05-16 Jason Ekstrandnir/spirv: Add support for declaring variables
2015-05-16 Jason Ekstrandnir/spirv: Add support for constants
2015-05-16 Jason Ekstrandnir/spirv: Add basic support for types
2015-05-16 Jason Ekstrandnir/types: Add more helpers for creating types
2015-05-16 Jason Ekstrandglsl/types: Expose the function_param and struct_field...
2015-05-16 Jason Ekstrandglsl/types: Add support for function types
2015-05-16 Jason Ekstrandglsl: Add GLSL_TYPE_FUNCTION to the base types enums
2015-05-16 Jason Ekstrandnir/spirv: Rework the way values are added
2015-05-16 Jason Ekstrandnir/spirv: Add stub support for extension instructions
2015-05-16 Jason EkstrandREVERT: Add a simple helper program for testing SPIR...
2015-05-16 Jason Ekstrandglsl/compiler: Move the error_no_memory stub to standal...
2015-05-16 Jason Ekstrandnir: Add the start of a SPIR-V to NIR translator
2015-05-16 Jason Ekstrandnir: Import the revision 30 SPIR-V header from Khronos
2015-05-09 Kenneth Graunkenir: Fix aggressive typos in nir_from_ssa.c.
2015-05-09 Jason Ekstrandnir/search: Save/restore the variables_seen bitmask...
2015-05-09 Jason Ekstrandnir/search: Assert that variable id's are in range
2015-05-09 Jason Ekstrandnir/search: handle explicitly sized sources in match_value
2015-05-09 Jason Ekstrandnir/nir: Use a linked list instead of a hash set for...
2015-05-09 Jason Ekstrandutil/list: Add a list validation function
2015-05-09 Jason Ekstrandutil/list: Add list_empty and list_length functions
2015-05-09 Jason Ekstrandutil/list: Add C99-based iterator macros
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-05-09 Jason Ekstrandgallium/double_list: s/INLINE/inline and remove the...
2015-05-09 Jason Ekstrandnir: Use nir_instr_rewrite_src in copy propagation
2015-05-09 Jason Ekstrandnir: Add a function for rewriting the condition of...
2015-05-09 Jason Ekstrandnir: Add and use initializer #defines for nir_src and...
2015-05-09 Jason Ekstrandnir: Modernize the out-of-SSA pass
2015-05-09 Jason Ekstrandnir/validate: Validate SSA def parent instructions
2015-05-08 Ilia Mirkinnv50/ir: only propagate saturate up if some actual...
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_flog
2015-05-08 Ian Romanicknir: Don't produce nir_op_flog from GLSL IR
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_fexp
2015-05-08 Ian Romanicknir: Don't produce nir_op_fexp from GLSL IR
2015-05-08 Ian Romanickprog_to_nir: OPCODE_EXP is not nir_op_fexp
2015-05-08 Neil Robertsi965/fs: Improve a comment about stripping trailing...
2015-05-08 Fredrik Höglunddocs: Update the ARB_direct_state_access status
2015-05-08 Fredrik Höglundmesa: Implement GetVertexArrayIndexed[64]iv
2015-05-08 Fredrik Höglundmesa: Add support for querying GL_VERTEX_ATTRIB_ARRAY_LONG
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to get_vertex_array_attrib
2015-05-08 Fredrik Höglundmesa: Implement GetVertexArrayiv
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayBindingDivisor
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to vertex_binding_divisor
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayAttribBinding
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to vertex_attrib_binding
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayAttrib[I|L]Format
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to update_array_format
2015-05-08 Fredrik Höglundmesa: Refactor VertexAttrib[I|L]Format
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayVertexBuffers
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayVertexBuffer
2015-05-08 Fredrik Höglundmesa: Add a vao parameter to bind_vertex_buffer
2015-05-08 Fredrik Höglundmesa: Implement VertexArrayElementBuffer
2015-05-08 Fredrik Höglundmesa: Implement EnableVertexArrayAttrib
2015-05-08 Fredrik Höglundmesa: Implement DisableVertexArrayAttrib
2015-05-08 Fredrik Höglundmesa: Keep track of the last looked-up VAO
2015-05-08 Fredrik Höglundmesa: Add _mesa_lookup_vao_err
2015-05-08 Fredrik Höglundmesa: Implement CreateVertexArrays
2015-05-08 Neil Robertsi965/skl: In opt_sampler_eot always set destination...
2015-05-08 Neil Robertsi965/fs: Set the header_size on LOAD_PAYLOAD in opt_sam...
2015-05-08 Martin Peresdocs: document the LIBGL_DRI3_DISABLE environment variable
2015-05-08 Dave Airliedocs: update ARB_vertex_attrib_64bit status
next