mesa.git
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...
2015-05-06 Chris Forbesrelnotes: Note support for viewport arrays on i965...
2015-05-06 Chris Forbesi965/gen6: Enable ARB_viewport_array and AMD_vertex_sha...
2015-05-06 Chris Forbesi965/gen6: Upload all the SF viewports
2015-05-06 Chris Forbesi965/gen6: Upload all the clip viewports
2015-05-06 Chris Forbesi965/gen6: setup limits for ARB_viewport_array
2015-05-05 Brian Paulst/mesa: fix pipe_query_result result initializer
2015-05-05 Brian Paulst/mesa: fix st_NewPerfMonitor() declaration
2015-05-05 Brian Paulglsl: add parens in shader_integer_mix() to silence...
2015-05-05 Brian Paulst/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for...
2015-05-05 Samuel Pitoisetnvc0: all queries use an unsigned 64-bits integer by...
2015-05-05 Samuel Pitoisetnvc0: make begin_query return false when all MP counter...
2015-05-05 Samuel Pitoisetdocs: mark GL_AMD_performance_monitor on nvc0 for the...
2015-05-05 Samuel Pitoisetnvc0: define driver-specific query groups
2015-05-05 Christoph Bumillerst/mesa: implement GL_AMD_performance_monitor
2015-05-05 Samuel Pitoisetgallium: make pipe_context::begin_query return a boolean
2015-05-05 Samuel Pitoisetgallium: replace pipe_driver_query_info::max_value...
2015-05-05 Samuel Pitoisetgallium: add new numeric types to pipe_query_result
2015-05-05 Samuel Pitoisetgallium: add new fields to pipe_driver_query_info
2015-05-05 Samuel Pitoisetgallium: add pipe_screen::get_driver_query_group_info
2015-05-05 Tim Rowleymesa: fix shininess check for ffvertex_prog v2
2015-05-05 Marius Preduti965/aa: fixing anti-aliasing bug for thinnest width...
2015-05-05 Kenneth Graunkei965: Fix missing type in local variable declaration.
2015-05-05 Matt Turneri965/vec4: Use same type for immediate, for compaction.
2015-05-05 Marius Preduti965/aa: fixing anti-aliasing bug for thinnest width...
2015-05-05 Matt Turneri965: Remove end-of-thread SEND alignment code.
2015-05-05 Boyan Dingi965: Add XRGB8888 format to intel_screen_make_configs
2015-05-05 Emil Velikovnir: add nir_array.h to the sources list
2015-05-05 Samuel Iglesias... glsl: don't lower fragdata array if the output data...
2015-05-05 Neil Robertsi965/skl: Align compressed textures to four times the...
2015-05-05 Dave Airlieegl: image_dma_buf_export - use KHR 64-bit type
2015-05-04 Ian Romanickglapi/es3.1: Add support for GLES versions > 3.0
2015-05-04 Ian Romanickglsl/es3.1: Allow misc ARB_gpu_shader5 built-ins in...
next