mesa.git
2017-06-28 Timothy Arcerimesa: add KHR_no_error support for glLogicOp()
2017-06-28 Timothy Arcerimesa: add logic_op() helper
2017-06-28 Timothy Arcerimesa: add KHR_no_error support for glPixelStore*()
2017-06-28 Timothy Arcerimesa: add pixel_storei() helper
2017-06-28 Timothy Arcerimesa: remove redundant error check
2017-06-28 Ian Romanickmesa: GL_TEXTURE_BORDER_COLOR exists in OpenGL 1.0...
2017-06-28 Ian Romanickgenxml: Silence about a billion unused parameter warnings
2017-06-28 Chad Versacemesa: Fix Android build
2017-06-28 Eero Tammineni965: Fix anisotropic filtering for mag filter
2017-06-28 Lucas Stachetnaviv: fix shader miscompilation with more than 16...
2017-06-28 Dave Airlieac/nir: remove last remnants of v16i8
2017-06-28 Alex Smithac/nir: Use correct LLVM intrinsics for atomic ops...
2017-06-28 James Leggac/nir: assert printfs will fit
2017-06-28 James Leggac/nir: Make intrinsic_name buffer long enough
2017-06-28 Chad Versacei965/dri: Support R8G8B8A8 and R8G8B8X8 configs
2017-06-28 Juan A. Suarez... mesa: do not use format string as literal string
2017-06-28 Brian Paulscons: add code to generate format_fallback.c file
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glClear()
2017-06-28 Samuel Pitoisetmesa: add clear() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glBindAttribLocation()
2017-06-28 Samuel Pitoisetmesa: add bind_attrib_location() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for gl*ReadBuffer()
2017-06-28 Samuel Pitoisetmesa: create read_buffer_err() and always inline read_b...
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glVertex*AttribBinding()
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glShaderStorageBlock...
2017-06-28 Samuel Pitoisetmesa: add shader_storage_block_binding() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glUniformBlockBinding()
2017-06-28 Samuel Pitoisetmesa: add uniform_block_binding() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glFenceSync()
2017-06-28 Samuel Pitoisetmesa: add fence_sync() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glClientWaitSync()
2017-06-28 Samuel Pitoisetmesa: add client_wait_sync() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glCheckFramebufferSt...
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for gl*Renderbuffers()
2017-06-28 Samuel Pitoisetmesa: prepare create_render_buffers() for KHR_no_error...
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for gl*ProgramPipelines()
2017-06-28 Samuel Pitoisetmesa: prepare create_program_pipelines() for KHR_no_err...
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for gl*Samplers()
2017-06-28 Samuel Pitoisetmesa: prepare create_samplers() helper for KHR_no_error...
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for gl*Textures()
2017-06-28 Samuel Pitoisetmesa: prepare create_textures() helper for KHR_no_error...
2017-06-28 Samuel Pitoisetmesa: fix an error message in create_textures()
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for gl*Buffers()
2017-06-28 Samuel Pitoisetmesa: prepare create_buffers() helper for KHR_no_error...
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glBindTextureUnit()
2017-06-28 Samuel Pitoisetmesa: add bind_texture_unit() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glDepthRangeIndexed()
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glDepthFunc()
2017-06-28 Samuel Pitoisetmesa: add depth_func() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glFrontFace()
2017-06-28 Samuel Pitoisetmesa: add front_face() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glCullFace()
2017-06-28 Samuel Pitoisetmesa: add cull_face() helper
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glCreateShader(...
2017-06-28 Samuel Pitoisetmesa: rename create_shader() to create_shader_err()
2017-06-28 Samuel Pitoisetmesa: pass the 'caller' function to create_shader()
2017-06-28 Samuel Pitoisetmesa: add KHR_no_error support for glAttachShader(...
2017-06-28 Samuel Pitoisetmesa: rename attach_shader() to attach_shader_err()
2017-06-28 Samuel Pitoisetmesa: pass the 'caller' function to attach_shader()
2017-06-28 Ben Crockermapi: Enable assembly language API acceleration for...
2017-06-27 Chad Versacei965: Add a RGBX->RGBA fallback for glEGLImageTextureTa...
2017-06-27 Chad Versacemesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2]
2017-06-27 Marek Olšákradeonsi: move instance divisors into a constant buffer
2017-06-27 Marek Olšákradeonsi: check nr_cbufs in other places before flushing CB
2017-06-27 Marek Olšákradeonsi: use #pragma pack to pack si_shader_key
2017-06-27 Marek OlšákRevert "radeonsi: use uint32_t to declare si_shader_key...
2017-06-27 Marek OlšákRevert "radeonsi: remove 8 bytes from si_shader_key...
2017-06-27 Marek Olšákmesa: optimize GL_PRIMITIVE_RESTART_NV more
2017-06-27 Marek Olšákmesa: fix clip plane enable breakage
2017-06-27 Leo Liuradeon/vcn: enable h264 decode entension support
2017-06-27 Charmaine Leesvga: clean up format_cap_table
2017-06-27 Charmaine Leesvga: fix the default devcap for SVGA3D_Z_D24S8_INT
2017-06-27 Charmaine Leesvga: create buffer surfaces for incompatible bind...
2017-06-27 Charmaine Leesvga: do not unconditionally enable streamout bind...
2017-06-27 Charmaine Leesvga: pass tobind_flags to svga_buffer_handle
2017-06-27 Charmaine Leesvga: pass bind_flags to surface create functions
2017-06-27 Brian Paulpipe_loader_sw: fix compilation warning
2017-06-27 Eric Engestrommesa: add missing include
2017-06-27 Lionel Landwerlini965: perf: add support for Geminilake
2017-06-27 Lionel Landwerlini965: perf: add support for Kabylake
2017-06-27 Lionel Landwerlini965: perf: use gen_device_info rather then brw_context
2017-06-27 Robert Braggi965: perf: ensure isolated timer reports while idle...
2017-06-27 Lionel Landwerlini965: perf: keep on reading reports until delimiting...
2017-06-27 Robert Braggi965: Add Gen8+ INTEL_performance_query support
2017-06-27 Robert Braggi965: Add XML OA metric sets for Gen8+
2017-06-27 Robert Braggi965: Add Gen8+ sys_vars for generated OA code
2017-06-27 Lionel Landwerlinanv/i965: drop libdrm_intel dependency completely
2017-06-27 Lionel Landwerlini915: use different CFLAGS/LIBS variables than i965/anv
2017-06-27 Lionel Landwerlinaubinator: import intel_aub.h from libdrm
2017-06-27 Lionel Landwerlini965: perf: minimize the chances to spread queries...
2017-06-27 Juan A. Suarez... nir: implement GLSL.std.450 NMax, NMIn and NClamp opera...
2017-06-27 Juan A. Suarez... nir: add support for 64-bit in SmoothStep function
2017-06-27 Juan A. Suarez... nir: sge operation is defined for floating-point types
2017-06-27 Topi Pohjolaineni965: Separate gen < 8 and gen >= 8 paths explicitly...
2017-06-27 Topi Pohjolainenintel/anv: Add missing break in anv_CreateDevice()
2017-06-27 Nicolai Hähnleac/nir: convert emit helpers to ac_llvm_context
2017-06-27 Nicolai Hähnleac/nir: remove unused nir_to_llvm_context::has_ddxy
2017-06-27 Nicolai Hähnleac/nir: implement nir_op_f2b
2017-06-27 Nicolai Hähnleac/nir: implement nir_op_{b2i,i2b}
2017-06-27 Nicolai Hähnleac/nir: convert type helpers to ac_llvm_context
next