vk/formats: Remove the cpp=0 stencil hack
[mesa.git] / src / mesa /
2015-06-26 Jason EkstrandHACK: Get rid of sanity_param_count for FS
2015-06-26 Jason Ekstrandi965: Don't print the GLSL IR if it doesn't exist
2015-06-26 Jason Ekstrandglsl: Move vert_attrib varying_slot and frag_result...
2015-06-25 Jason Ekstrandi965/nir: Handle returns as long as they're at the...
2015-06-25 Jason Ekstrandi965/nir: Split NIR shader handling into two functions
2015-06-24 Jason Ekstrandvk: Build xmlconfig stuff into libi965_compiler
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-24 Jason Ekstrandi965/fs: Get rid of an unused variable in emit_barrier()
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vec4_vs: Add an explicit use_legacy_snorm_formula...
2015-06-23 Jason Ekstrandi965/vec4: Turn some _mesa_problem calls into asserts
2015-06-23 Jason Ekstrandi965/vs: Pass the current set of clip planes through...
2015-06-23 Jason Ekstrandi965/fs: Add a do_rep_send flag to run_fs
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-06-23 Jason Ekstrandi965: Add compiler options to brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Plumb compiler debug logging through brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Do the no16 perf logging directly in fs_visito...
2015-06-23 Jason Ekstrandi965/fs: Make no16 non-variadic
2015-06-23 Jason Ekstrandi965: Move INTEL_DEBUG variable parsing to screen creat...
2015-06-23 Jason Ekstrandi965: Remove the dependance on brw_context from the...
2015-06-23 Jason Ekstrandi965: Plumb compiler debug logging through a function...
2015-06-23 Kenneth Graunkemesa: Add a va_args variant of _mesa_gl_debug().
2015-06-23 Jason Ekstrandi965: Replace some instances of brw->gen with devinfo...
2015-06-23 Matt Turneri965: Initialize backend_shader::mem_ctx in its constru...
2015-06-23 Matt Turneri965: Assert that the GL primitive isn't out of range.
2015-06-23 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-06-23 Matt Turnermesa: Delete unused ICEIL().
2015-06-23 Matt Turneri965/fs: Don't mess up stride for uniform integer multi...
2015-06-23 Ben Widawskyi965/gen9: Don't use encrypted MOCS
2015-06-23 Emil Velikovdrivers/x11: drop unneeded HAVE_X11_DRIVER check
2015-06-23 Emil Velikovdrivers/x11: fix the build against shared_glapi
2015-06-22 Kenneth Graunkei965: Add and fix comments in brw_vue_map.c.
2015-06-22 Kenneth Graunkei965: Split VUE map handling out of brw_vs.c into brw_v...
2015-06-22 Ben Widawskyi965/gen9: Implement Push Constant Buffer workaround
2015-06-22 Brian Paulmesa: use _mesa_lookup_enum_by_nr() in print_array()
2015-06-21 Rob Clarkglsl_to_tgsi: add SVIEW decl support
2015-06-20 Eric Anholtmesa: Back out an accidental change I had in a VC4...
2015-06-20 Eric Anholtvc4: Fix write-only texsubimage when we had to align.
2015-06-19 Ben Widawskyi965/gen8: Use HALIGN_16 for single sample mcs buffers
2015-06-19 Ilia Mirkinmesa: move ARB_gs5 enums to core, EXT_polygon_offset_cl...
2015-06-18 Matt Turneri965: Add missing braces around if-statement.
2015-06-18 Jordan Justeni965/compute: Fix undefined code with right_mask for...
2015-06-18 Ilia Mirkinmesa: add GL_PROGRAM_PIPELINE support in KHR_debug...
2015-06-18 Iago Toral Quirogai965: Fix textureGrad with cube samplers
2015-06-17 Kevin Rogovini965: enable ARB_framebuffer_no_attachments for Gen7+
2015-06-17 Kevin Rogovini965: execution of frag-shader when it has atomic buffer
2015-06-17 Kevin Rogovinmesa: function for testing if current frag-shader has...
2015-06-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-06-17 Kevin Rogovinmesa: helper function for scissor box of gl_framebuffer
2015-06-17 Kevin Rogovinmesa: add helper functions for geometry of gl_framebuffer
2015-06-17 Kevin RogovinPATCH 03/10] mesa: Complete ARB_framebuffer_no_attachme...
2015-06-17 Kevin Rogovinmesa: Constants and functions for ARB_framebuffer_no_at...
2015-06-17 Kevin Rogovinmesa: Define infrastructure for ARB_framebuffer_no_atta...
2015-06-16 Anuj Phogati965/gen9: Disable Mip Tail for YF/YS tiled surfaces
2015-06-16 Anuj Phogati965/gen9: Set vertical and horizontal surface alignments
2015-06-16 Anuj Phogati965: Use BRW_SURFACE_* in place of GL_TEXTURE_*
2015-06-16 Anuj Phogati965: Rename use_linear_1d_layout() and make it global
2015-06-16 Anuj Phogati965/gen9: Set tiled resource mode in surface state
2015-06-16 Neil Robertsi965/vec4: Fix the source register for indexed samplers
2015-06-16 Marek Olšákst/mesa: improve assertions in vp/fp translation
2015-06-16 Marek Olšákmesa: don't rebind constant buffers after every state...
2015-06-16 Chris Forbesmesa: generalize sso stage interleaving check
2015-06-16 Marek Olšákmesa: remove unused variables from gl_program
2015-06-16 Tapani Pällimesa: set override_version per api version override
2015-06-16 Neil Robertsi965: Fix aligning to the block size in intel_miptree_c...
2015-06-15 Anuj Phogatmeta: Abort texture upload if pixels == null and no...
2015-06-15 Anuj Phogatmeta: Abort meta path if ReadPixels need rgb to luminan...
2015-06-15 Anuj Phogatmesa: Turn need_rgb_to_luminance_conversion() in to...
2015-06-15 Anuj Phogatmesa: Use helper function need_rgb_to_luminance_convers...
2015-06-15 Anuj Phogatmesa: Handle integer formats in need_rgb_to_luminance_c...
2015-06-15 Anuj Phogatmeta: Use is_power_of_two() helper function
2015-06-15 Anuj Phogati965: Check for miptree pitch alignment before using...
2015-06-15 Anuj Phogati965: Remove break after return
2015-06-13 Ben Widawskyi965/gen8+: Add aux buffer alignment assertions
2015-06-13 Ben Widawskyi965/gen9: Set HALIGN_16 for all aux buffers
2015-06-13 Ben Widawskyi965/gen8: Correct HALIGN for AUX surfaces
2015-06-13 Ben Widawskyi965: Extract tiling from fast clear decision
2015-06-13 Ben Widawskyi965/gen9: Only allow Y-Tiled MCS buffers
2015-06-13 Ben Widawskyi965: Consolidate certain miptree params to flags
2015-06-12 Jordan Justeni965/nir: Support barrier intrinsic function
2015-06-12 Jordan Justeni965/fs: Implement support for ir_barrier
2015-06-12 Jordan Justeni965: Add brw_barrier to emit a Gateway Barrier SEND
2015-06-12 Jordan Justeni965: Add brw_WAIT to emit wait instruction
2015-06-12 Jordan Justeni965: Add notification register
2015-06-12 Jordan Justeni965: Disassemble Gateway SEND messages
2015-06-12 Jordan Justeni965/inst: Add gateway_notify and gateway_subfuncid...
2015-06-12 Jordan Justeni965: Add GATEWAY_SFID definitions
2015-06-12 Chris Forbesglsl: Add ir node for barrier
2015-06-12 Jordan Justeni965/cs: Use exec all for CS terminate
2015-06-12 Chad Versacei965/fs: Fix unused variable warning
2015-06-12 Erik Faye-Lundmesa: build xmlconfig to a separate static library
2015-06-12 Emil Velikovmesa; add a dummy _mesa_error_no_memory() symbol to...
2015-06-12 Francisco Jerezi965/fs: Remove one more fixed brw_null_reg() from...
2015-06-11 Kenneth GraunkeRevert "i965: Advertise a line width of 40.0 on Cherryv...
2015-06-11 Kristian Høgsberg... vk: Implement basic compute shader support
2015-06-11 Kenneth Graunkei965: Re-index SSA definitions before printing NIR...
2015-06-11 Jose Fonsecamesa/main: Don't use ONCE_FLAG_INIT as a r-value.
2015-06-11 Iago Toral Quirogai965/gen8: Fix antialiased line rendering with width...
2015-06-11 Tapani Pällimesa/es3.1: enable DRAW_INDIRECT_BUFFER_BINDING for...
next