mesa.git
2015-05-11 Marta Lofstedtmain: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
2015-05-10 Dave Airlier600: use pipe->hw prim convert from radeonsi
2015-05-10 Rob Clarkfreedreno/ir3/nir: fix build break after f752effa
2015-05-09 Ilia Mirkinnv50/ir: only enable mul saturate on G200+
2015-05-09 Ilia Mirkinnvc0: reset the instanced elements state when doing...
2015-05-09 Ilia Mirkinnvc0: keep track of PGRAPH state in nvc0_screen
2015-05-09 Ilia Mirkinnv50: keep track of PGRAPH state in nv50_screen
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
2015-05-08 Dave Airliest/mesa: add double input support including lowering...
2015-05-08 Dave Airliemesa/vbo: add support for 64-bit vertex attributes...
2015-05-08 Dave Airlieglsl: check total count of multi-slot double vertex...
2015-05-08 Dave Airlieglsl: track which program inputs are doubles
2015-05-08 Dave Airlieglsl: add ARB_vertex_attrib_64bit support. (v2)
2015-05-08 Dave Airliemesa: add ARB_vertex_attrib_64bit to extensions. (v2)
2015-05-08 Dave Airliemapi: add GL_ARB_vertex_attrib_64bit support
2015-05-08 Dave Airliest/glsl_to_tgsi: fix ir_assignment hack doing bad thing...
2015-05-07 Topi Pohjolaineni965/wm/gen6: Add option for disabling statistics colle...
2015-05-07 Topi Pohjolaineni965/wm/gen6: Refactor state setup
2015-05-07 Anuj Phogati965: Remove unused variables
2015-05-07 Anuj Phogati965: Change the order of conditions tested in if
2015-05-07 Matt Turnernir: Allow feq/fne/ieq/ine to be optimized with inot.
2015-05-07 Matt Turnernir: Recognize (a < c || b < c) as min(a, b) < c.
2015-05-07 Matt Turnernir: Recognize trivial min/max.
2015-05-07 Matt Turnernir: Recognize i2b(b2i(x)) as x.
2015-05-07 Matt Turnernir: Recognize imul(b2i(a), b2i(b)) as a logical AND.
2015-05-07 Chad Versacei965/sync: Implement DRI2_Fence extension
2015-05-07 Chad Versacei965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
2015-05-07 Chad Versacei915/sync: Return early when calloc fails
2015-05-07 Chad Versacei965/sync: Return NULL when calloc fails
2015-05-07 Chad Versacei915/sync: Don't crash when deleting sync object
2015-05-07 Chad Versacei965/sync: Don't crash when deleting sync object
2015-05-07 Chad Versaceegl/dri2: Fix codestyle in a comment
2015-05-07 Martin Peresglx: report which DRI version is used when in verbose...
2015-05-07 Vinson Leeglapi: Add positional argument specifier.
2015-05-07 Ilia Mirkinnv50/ir: add SHL to the list of U32 opcodes
2015-05-06 Ian Romanicki965: Sort extension enable lists
2015-05-06 Vinson Leer600g: Fix Clang return-type build error.
2015-05-06 Kenneth Graunkei965/fs: Allow copy propagation on ATTR file registers.
2015-05-06 Jason Ekstrandi965/fs_inst: Get rid of the effective_width field
2015-05-06 Jason Ekstrandi965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction
2015-05-06 Jason Ekstrandi965/fs: Make LOAD_PAYLOAD take a header size
2015-05-06 Jason Ekstrandi965/fs: Make emit_single_fb_write take an explicit...
2015-05-06 Jason Ekstrandi965/fs_inst: Add an is_copy_payload helper
2015-05-06 Jason Ekstrandi965: Change header_present to header_size in backend_i...
2015-05-06 Jason Ekstrandi965/fs_cse: Factor out code to create copy instructions
2015-05-06 Jason Ekstrandi965/fs: Make half(fs_reg, unsigned) handle register...
2015-05-06 Francisco Jerezi965/fs: Fix passing an immediate to half().
2015-05-06 Jeremy Huddleston... swrast: Build fix for darwin
2015-05-06 Chad Versaceegl/dri2: Check return value of __DRI2fence::create_fence()
2015-05-06 Roland Scheideggerdraw: (trivial) fix out-of-bounds vector initialization
2015-05-06 Martin Peresmain/queryobj: add GL_QUERY_TARGET support to GetQueryO...
2015-05-06 Chia-I Wuilo: silence a compiler warning
2015-05-06 Tapani Pällimesa: support compute stage in _mesa_program_resource_prop
2015-05-06 Tapani Pälliglsl: mark special built-in inputs referenced by vertex...
next