freedreno/ir3: block reshuffling and loops!
[mesa.git] / src / mesa /
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 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...
2015-06-11 Juha-Pekka Heikkilamesa/main: avoid null access in format_array_table_init()
2015-06-11 Juha-Pekka Heikkilamesa/main: Remove _mesa_HashClone()
2015-06-11 Alexander Monakovi965: do_blit_drawpixels: decode array formats
2015-06-11 Iago Toral Quirogai965: do not round line width when multisampling or...
2015-06-10 Kenneth Graunkei965: Momentarily pretend to support ARB_texture_stenci...
2015-06-10 Tapani Pällimesa: add GL_RED, GL_RG support for floating point...
2015-06-10 Tapani Pällimesa: allow unsized formats GL_RG, GL_RED for GLES...
2015-06-09 Chih-Wei Huangandroid: generate files by $(call es-gen)
2015-06-09 Chih-Wei Huangandroid: export more dirs from libmesa_dri_common
2015-06-09 Ben Widawskyi965/gen9: Use raw PS invocation count for queries
2015-06-09 Brian Paulmesa: remove some MAX_NV_FRAGMENT_PROGRAM_* macros
2015-06-09 Jason Ekstrandfs/reg_allocate: Remove the MRF hack helpers from fs_vi...
2015-06-09 Jason Ekstrandi965/fs: Don't let the EOT send message interfere with...
2015-06-09 Francisco Jerezi965/fs: Drop fs_inst::force_uncompressed.
2015-06-09 Francisco Jerezi965/fs: Remove dead IR construction code from the...
2015-06-09 Francisco Jerezi965/fs: Migrate test_fs_cmod_propagation to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate test_fs_saturate_propagation to the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR texturing instructi...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR intrinsics to the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR ALU instructions...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR control flow to...
2015-06-09 Francisco Jerezi965/fs: Migrate NIR variable handling to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate NIR emit_percomp() to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate CS terminate message to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate VS output writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS framebuffer writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS alpha test to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS discard handling to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS gl_SamplePosition/ID computation...
2015-06-09 Francisco Jerezi965/fs: Migrate FS interpolation code to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate shader time to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate untyped surface read and atomic to...
2015-06-09 Francisco Jerezi965/fs: Migrate texturing implementation to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate pull constant loads to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate Gen4 send dependency workarounds to...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_integer_multiplication to the...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_load_payload to the IR builder.
next