mesa: Implement CreateVertexArrays
[mesa.git] / src / mesa /
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...
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the FIND_LIVE_CHAN...
2015-05-04 Francisco Jerezi965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the BROADCAST...
2015-05-04 Francisco Jerezi965: Introduce the BROADCAST pseudo-opcode.
2015-05-04 Francisco Jerezglsl: Keep track of the early_fragment_tests flag in...
2015-05-04 Francisco Jerezmesa: Update image unit state when glBindImageTexture...
2015-05-04 Francisco Jerezmesa: Initialize image units to default state on contex...
2015-05-04 Francisco Jerezmesa: Implement image uniform queries.
2015-05-04 Francisco Jerezmesa: Validate original image internal format rather...
2015-05-04 Francisco Jerezmesa: Call _mesa_test_texobj_completeness() before...
2015-05-04 Francisco Jerezmesa: Add support for binding a buffer texture to a...
2015-05-04 Francisco Jerezmesa: Add extern "C" guards to shaderimage.h to allow...
2015-05-04 Francisco Jerezmesa: Export shader image format to mesa format convers...
2015-05-04 Iago Toral Quirogaswrast: Fix rgba_draw_pixels with GL_COLOR_INDEX
2015-05-04 Francisco Jerezi965: Add memory fence opcode.
2015-05-04 Francisco Jerezi965: Add typed surface access opcodes.
2015-05-04 Francisco Jerezi965: Add untyped surface write opcode.
2015-05-04 Francisco Jerezi965: Reorder sources of the untyped atomic opcode.
2015-05-04 Francisco Jerezi965: Pass the number of components as a source of...
2015-05-04 Francisco Jerezi965/vec4: Add support for untyped surface message...
2015-05-04 Francisco Jerezi965: Don't request untyped atomic writeback message...
2015-05-04 Francisco Jerezi965: Simplify generator code for untyped surface messages.
2015-05-04 Francisco Jerezi965: Fix the untyped surface opcodes to deal with...
2015-05-02 Jordan Justeni965: Upload atomic buffer state for compute shaders
2015-05-02 Jordan Justeni965/cs: Emit MEDIA_STATE_FLUSH after WALKER
2015-05-02 Jordan Justeni965/cs: Implement brw_emit_gpgpu_walker
2015-05-02 Jordan Justeni965/state: Emit pipeline select when changing pipelines
2015-05-02 Paul Berryi965: Implement DispatchCompute() back-end
2015-05-02 Paul Berrymain/cs: Implement front end code for glDispatchCompute().
2015-05-02 Paul Berrymesa/cs: Add DispatchCompute() to driver function table.
2015-05-02 Jordan Justeni965/cs: Emit state base address
2015-05-02 Jordan Justeni965/fs: Add CS shader time support
2015-05-02 Jordan Justeni965/cs: Upload brw_cs_state
2015-05-02 Jordan Justeni965/cs: Support CS program precompile
2015-05-02 Jordan Justeni965: Add brw_setup_tex_for_precompile. Use in VS,...
2015-05-02 Jordan Justeni965/cs: Emit compute shader code and upload programs
2015-05-02 Jordan Justeni965/cs: Set invocation counts based on max_cs_threads
2015-05-02 Jordan Justeni965/cs: Add max_cs_threads
2015-05-02 Jordan Justeni965: Remove comment about chv device numbers being...
2015-05-02 Jordan Justeni965/fs: Support compute programs in fs_visitor
2015-05-02 Jordan Justeni965/cache: Add support for CS in program state cache
2015-05-02 Paul Berryi965/cs: Add brw_cs_prog_data, brw_cs_prog_key and...
2015-05-02 Jordan Justeni965/cs: Add generator support for CS_OPCODE_CS_TERMINATE
next