gallium/st + hgl: Build fixes for Haiku
[mesa.git] / src / mesa /
2015-05-13 Francisco Jerezi965: Fix PBO cache coherency issue after _mesa_meta_pb...
2015-05-13 Tapani Pällii965/fs: set execution size to 8 with simd8 ddy instruction
2015-05-13 Dave Airliei965/cs: drop explicit initialisers in C++ file
2015-05-12 Ilia Mirkinst/mesa: update stencil surface if it comes from texture
2015-05-12 Marek Olšákst/mesa: translate st_api robustness flags to gl_contex...
2015-05-12 Marek Olšákst/mesa: implement GetGraphicsResetStatus
2015-05-12 Francisco Jerezi965/fs: Have component() set the register stride to...
2015-05-12 Francisco Jerezi965/fs: Fix offset() for registers with zero stride.
2015-05-12 Francisco Jerezi965: Don't forget the force_sechalf flag in lower_load...
2015-05-12 Francisco Jerezi965: Document brw_mask_reg().
2015-05-12 Neil Robertsi965: Use predicate enable bit for conditional renderin...
2015-05-12 Neil Robertsi956: Add a function to load a 64-bit register from...
2015-05-12 Neil Robertsi965: Store the command parser version number in intel_...
2015-05-11 Ilia Mirkinst/mesa: make sure to create a "clean" bool when doing i2b
2015-05-11 Matt Turneri965/fs: Add missing initializer in fs_visitor().
2015-05-11 Axel Davyegl/swrast: Enable config extension for swrast
2015-05-11 Neil Robertsi965/fs: Disable opt_sampler_eot for textureGather
2015-05-11 Tapani Pällimesa: use _mesa_has_compute_shaders instead of extensio...
2015-05-11 Marta Lofstedtmain: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_flog
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_fexp
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ö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 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: track which program inputs are doubles
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 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-06 Ian Romanicki965: Sort extension enable lists
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 Martin Peresmain/queryobj: add GL_QUERY_TARGET support to GetQueryO...
2015-05-06 Tapani Pällimesa: support compute stage in _mesa_program_resource_prop
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 Paulst/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for...
2015-05-05 Christoph Bumillerst/mesa: implement GL_AMD_performance_monitor
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 Neil Robertsi965/skl: Align compressed textures to four times the...
2015-05-04 Ian Romanickmesa/es3.1: Add _mesa_is_gles31 helper
2015-05-04 Ian Romanickmesa: Use bool in _mesa_is_ helpers instead of GLboolean
2015-05-04 Ian Romanickmesa: Trivial coding standards cleanups
2015-05-04 Ian Romanickmesa: Use bool instead of GLboolean
2015-05-04 Ian Romanickmesa: Restore functionality to dispatch sanity test
2015-05-04 Francisco Jerezi965: Fix variable indexing of sampler arrays under...
2015-05-04 Francisco Jerezi965: Fix variable indexing of UBO arrays under non...
2015-05-04 Francisco Jerezi965: Define helper function to copy an arbitrary live...
next