mesa.git
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
2017-06-27 Nicolai Hähnleac/llvm: fix type of second llvm.cttz.* parameter
2017-06-27 Nicolai Hähnleac/shader_info: fix a comment
2017-06-27 Nicolai Hähnleac: add ac_llvm_context::v8i32
2017-06-27 Nicolai Hähnleac: add ac_llvm_context::{i,f}32_{0,1}
2017-06-27 Nicolai Hähnleac: add ac_llvm_context::{i16, i64, f16, f64}
2017-06-27 Ilia Mirkinnv50/ir: fix combineLd/St to update existing records...
2017-06-27 Ilia Mirkinnv50/ir: adjust overlapping logic to take fileIndex...
2017-06-27 Ilia Mirkinnv50/ir: VFETCH is also considered a load for MemoryOpt
2017-06-27 Ilia Mirkinnv50,nvc0: remove IDX from bufctx immediately, to avoid...
2017-06-27 Ilia Mirkinnv50/ir: fetch indirect sources BEFORE the op that...
2017-06-26 Timothy Arcerimesa: skip FLUSH_VERTICES() if no samplers were changed
2017-06-26 Timothy Arcerimesa: don't set _NEW_PROGRAM_CONSTANTS for non-bindless...
2017-06-26 Rob HerringAndroid: add renderonly files to libmesa_gallium
2017-06-26 Timothy Arcerimesa: add KHR_no_error support for glCopyTexImage*D()
2017-06-26 Timothy Arcerimesa: add no error support to copyteximage()
2017-06-26 Timothy Arcerimesa: create copyteximage_err() helper and always inlin...
2017-06-26 Timothy Arcerimesa: tidy up copyteximage()
2017-06-26 Ian Romanicki915: On Gen <= 3 there are no array textures
2017-06-26 Ian Romanicki915: On Gen <= 3 there is no W-tiling
2017-06-26 Ian Romanicki915: Remove unused fields intel_mipmap_tree::logical_...
2017-06-26 Ian Romanicki915: Remove unused field intel_mipmap_tree::array_spac...
2017-06-26 Ian Romanicki915: On Gen <= 3 there is no multisampling
2017-06-26 Ian Romanicki915: Trivial code reformatting
2017-06-26 Ian Romanicki915,i965: Don't condition use of GLSL clear on the...
2017-06-26 Timothy Arcerimesa: add KHR_no_error support for glCopyTex{ture}SubIm...
2017-06-26 Timothy Arcerimesa: add copy_texture_sub_image_no_error() helper
2017-06-26 Timothy Arcerimesa: remove redundant NULL check
2017-06-26 Timothy Arcerimesa: create copy_texture_sub_image_err() helper
2017-06-26 Timothy Arcerimesa: make _mesa_copy_texture_sub_image() static
2017-06-26 Timothy Arcerimesa: add KHR_no_error support for gl{Compressed}TexIma...
2017-06-26 Timothy Arcerimesa: add no error support to teximage()
2017-06-26 Timothy Arcerimesa: create wrapper around teximage()
2017-06-26 Timothy Arcerimesa: fix unused variable warning in release builds
2017-06-26 Marek Olšákradeonsi: don't flush and wait for CB after depth-only...
2017-06-26 Ian Romanickblorp: Use normalized coordinates on Gen6
2017-06-26 Marek Olšákmesa/glthread: don't include pthread.h
2017-06-26 Nanley Cheryanv/gpu_memcpy: Rename the gpu_memcpy function
2017-06-26 Nanley Cheryanv/blorp: Provide surface states for CCS resolves
2017-06-26 Nanley Cheryanv/blorp: Add a surface-state-based CCS resolve function
2017-06-26 Nanley Cheryblorp/clear: Add a binding-table-based CCS resolve...
next