vc4: Rework cl handling to be friendlier to the compiler.
[mesa.git] / src / mesa /
2015-07-14 Matt Turneri965: Mark constant static data as const.
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_BindBufferRange for target GL_SHA...
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_BindBufferBase for target GL_SHAD...
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_BindBuffersRange for target GL_SH...
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_BindBuffersBase for target GL_SHA...
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_DeleteBuffers for target GL_SHADE...
2015-07-14 Iago Toral Quirogamesa: Initialize and free shader storage buffers
2015-07-14 Samuel Iglesias... mesa: add MaxShaderStorageBlocks to struct gl_program_c...
2015-07-14 Iago Toral Quirogamesa: Add shader storage buffer support to struct gl_co...
2015-07-14 Iago Toral Quirogaglsl: Identify active uniform blocks that are buffer...
2015-07-14 Iago Toral Quirogamesa: rename is_in_uniform_block to is_in_buffer_block
2015-07-14 Samuel Iglesias... mesa: define ARB_shader_storage_buffer_object extension
2015-07-13 Emil Velikovradeon: remove dri_mirror state
2015-07-13 Emil Velikovi915: remove unused driFd variable
2015-07-13 Emil Velikovi965: bump libdrm requirement to 2.4.61 and drop in...
2015-07-11 Kenneth Graunkei965: Remove special case for layered drawbuffer attach...
2015-07-11 Kenneth Graunkei965/gen6: Set up layer constraints properly for depth...
2015-07-11 Kenneth Graunkei965: Label the repclear shader "meta repclear" rather...
2015-07-11 Kenneth Graunkei965: Fix indentation in emit_control_data_bits().
2015-07-11 Kenneth Graunkei965/gs: Move vertex_count != 0 check up a level; skip...
2015-07-10 Chad Versacemesa: Fix generation of git_sha1.h.tmp for gitlinks
2015-07-10 Kenneth Graunkei965/vs: Get rid of brw_vs_compile completely.
2015-07-10 Kenneth Graunkei965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Move c->last_scratch into vec4_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Move total_scratch calculation into the...
2015-07-10 Kenneth Graunkei965/vec4: Move perf_debug about register spilling...
2015-07-10 Kenneth Graunkei965/vec4: Plumb log_data through so the backend_shader...
2015-07-09 Kenneth Graunkei965: Switch on shader stage in nir_setup_outputs().
2015-07-09 Matt Turneri965: Set brw->batch.emit only #ifdef DEBUG.
2015-07-09 Ben Widawskyi965/hsw: Implement end of batch workaround
2015-07-08 Chris Wilsoni965: Move pipecontrol workaround bo to brw_pipe_control
2015-07-08 Chris Wilsoni965: Query whether we have kernel support for the...
2015-07-07 Kenneth Graunkei965/vs: Fix matNxM vertex attributes where M != 4.
2015-07-07 Francisco Jerezi965/gen4-5: Enable 16-wide dispatch on shaders with...
2015-07-07 Francisco Jerezi965/gen4-5: Program the execution size correctly for...
2015-07-07 Francisco Jerezi965/gen4-5: Set ENDIF dst and src0 fields to the null...
2015-07-06 Matt Turnermesa: Convert some asserts into STATIC_ASSERT.
2015-07-06 Kenneth Graunkei965: Reserve more batch space to accomodate Gen6 perfm...
2015-07-06 Neil Robertsi965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
2015-07-05 Marek Olšákst/mesa: if a fence isn't returned, assume it's signalled
2015-07-05 Marek Olšákgallium: use fence_finish instead of fence_signalled...
2015-07-03 Marek Olšákdri/common: allow BGRX sRGB visuals
2015-07-03 Marek Olšákmesa: fix sRGB rendering for GLES1
2015-07-03 Neil Robertsi965/fs: Don't disable SIMD16 when using the pixel...
2015-07-02 Ilia Mirkinmesa/prog: relative offsets into constbufs are not...
2015-07-02 Mike Stroyani965: allocate at least 1 BLEND_STATE element
2015-07-02 Iago Toral Quirogamesa/st: Add checks for signed/unsigned integer convers...
2015-07-02 Ilia Mirkinmesa: reset the source packing when creating temp trans...
2015-07-01 Nanley Cheryi965/gen9: use an unreserved surface alignment value
2015-07-01 Jason Ekstrandi965/fs: Use the builder directly for the gen6 interpol...
2015-07-01 Francisco Jerezi965/fs: Relax fs_builder channel group assertion when...
2015-07-01 Ilia Mirkinnouveau: rename var name for nouveau_vieux to avoid...
2015-07-01 Tapani Pälliglsl: create program resource list after LinkShader
2015-07-01 Jason Ekstrandi965/fs: Fix PIXEL_X/Y in regs_read()
2015-06-30 Jason Ekstrandi965/fs: Remove the width field from fs_reg
2015-06-30 Jason Ekstrandi965/fs_generator: Use inst->exec_size for determining...
2015-06-30 Jason Ekstrandi965/fs: Use exec_size instead of dst.width for computi...
2015-06-30 Jason Ekstrandi965/fs: Use the builder dispatch_width for computing...
2015-06-30 Jason Ekstrandi965/fs: Use the builder dispatch width instead of...
2015-06-30 Jason Ekstrandi965/fs: Remove exec_size guessing from fs_inst::init()
2015-06-30 Jason Ekstrandi965/fs_builder: Use the dispatch width for setting...
2015-06-30 Jason Ekstrandi965/fs: Use exec_size for determining regs read/writte...
2015-06-30 Jason Ekstrandi965/fs: Remove fs_inst constructors that don't take...
2015-06-30 Jason Ekstrandi965/fs: Make better use of the builder in shader_time
2015-06-30 Jason Ekstrandi965/fs: Add a builder argument to offset()
2015-06-30 Jason Ekstrandi965/fs: Move offset(fs_reg, unsigned) to brw_fs.h
2015-06-30 Jason Ekstrandi965/blorp: Explicitly set execution sizes for new...
2015-06-30 Jason Ekstrandi965/fs: Set the builder group for emitting FB-write...
2015-06-30 Jason Ekstrandi965/fs: Explicitly set the exec_size on the add(32...
2015-06-30 Jason Ekstrandi965/fs: Properly handle LOAD_PAYLOAD in fs_inst::regs_read
2015-06-30 Jason Ekstrandi965/fs: Report the right value in fs_inst::regs_read...
2015-06-30 Jason Ekstrandi965/fs: Fix fs_inst::regs_read() for uniform pull...
2015-06-30 Jason Ekstrandi965/fs: Actually set/use the mlen for gen7 uniform...
2015-06-30 Jason Ekstrandi965/fs: Use a switch statement in fs_inst::regs_read()
2015-06-30 Connor Abbotti965/fs: emit constants only once
2015-06-30 Connor Abbotti965/fs: use SSA values directly
2015-06-30 Connor Abbottnir/from_ssa: add a flag to not convert everything...
2015-06-30 Tapani Pällimesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
2015-06-30 Tapani Pällii915: use EmitNoIndirectSampler
2015-06-30 Tapani Pällii965: use EmitNoIndirectSampler for gen < 7
2015-06-30 Tapani Pällimesa/glsl: new compiler option EmitNoIndirectSampler
2015-06-30 Kenneth Graunkei965: Don't use GCC extension for ?: with only two...
2015-06-29 Anuj Phogati965/skl: Extract the blit command setup in to a helper
2015-06-29 Anuj Phogati965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCop...
2015-06-29 Anuj Phogatmesa/swrast: Use global function _mesa_regions_overlap()
2015-06-29 Anuj Phogatmesa/st: Use global function _mesa_regions_overlap()
2015-06-29 Anuj Phogatmesa: Add a new helper function _mesa_regions_overlap()
2015-06-29 Anuj Phogati965/gen9: Allocate YF/YS tiled buffer objects
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_can_use_tr_m...
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_release_levels()
2015-06-29 Anuj Phogati965/gen9: Plugin the code for selecting YF/YS tiling...
2015-06-29 Anuj Phogati965: Make a helper function intel_miptree_set_alignment()
2015-06-29 Erik Faye-Lundmesa/main: free locale at exit
2015-06-29 Erik Faye-Lundutil: port _mesa_strto[df] to C
2015-06-29 Erik Faye-Lundmesa/main: only call _mesa_destroy_shader_compiler...
2015-06-29 Erik Faye-Lunddri: don't touch the shader compiler
2015-06-29 Erik Faye-Lundmesa/main: Get rid of outdated GDB-hack
2015-06-29 Neil Robertsi965: Don't try to print the GLSL IR if it has been...
2015-06-29 Kenneth GraunkeRevert "i965: Delete linked GLSL IR when using NIR."
2015-06-29 Kenneth Graunkei965/vs: Move compute_clip_distance() out of emit_urb_w...
next