winsys/amdgpu: consolidate IB size management in amdgpu_ib_finalize
[mesa.git] / src / mesa /
2016-06-01 Kenneth Graunkei965: Fix isoline reads in scalar TES.
2016-06-01 Nicolai Hähnlest/mesa: implement PBO downloads for ReadPixels
2016-06-01 Nicolai Hähnlest/mesa: hook up a no-op try_pbo_readpixels
2016-06-01 Nicolai Hähnlest/mesa: add layer_offset to PBO fragment shader
2016-06-01 Nicolai Hähnlest/mesa: create PBO download fragment shaders
2016-06-01 Nicolai Hähnlest/mesa: add PBO download enable bit and fragment shaders
2016-06-01 Nicolai Hähnlest/mesa: move shareable parts of PBO upload state and...
2016-06-01 Nicolai Hähnlest/mesa: move PBO buffer address calculation to st_pbo.c
2016-06-01 Nicolai Hähnlest/mesa: move PBO upload fs creation to st_pbo.c
2016-06-01 Nicolai Hähnlest/mesa: rename pbo_upload to pbo
2016-06-01 Nicolai Hähnlest/mesa: move PBO vertex and geometry shader creation...
2016-06-01 Nicolai Hähnlest/mesa: begin moving PBO functions into their own...
2016-06-01 Nicolai Hähnlegallium/cso: allow saving the first fragment shader...
2016-06-01 Ian Romanickglsl: Use Geom.VerticesOut == -1 to specify unset
2016-06-01 Ian Romanicki965: If control_data_header_size_bits is zero, don...
2016-06-01 Ian Romanickmesa: Fix bogus strncmp
2016-06-01 Dave Airliemesa/sampler: fix error codes for sampler parameters.
2016-06-01 Topi Pohjolaineni965: Add norbc debug option
2016-06-01 Topi Pohjolaineni965/gen9: Configure rbc buffers as plain for non-rbc...
2016-06-01 Kenneth Graunkei965: Fix the passthrough TCS for isolines.
2016-06-01 Dave Airliei965/xfb: skip components in correct buffer.
2016-06-01 Dave Airliemesa/bufferobj: use mapping range in BufferSubData.
2016-05-31 Francisco Jerezi965/fs: Allow scalar source regions on SNB math instru...
2016-05-31 Francisco Jerezi965/fs: Fix constant combining for instructions that...
2016-05-31 Francisco Jerezi965/fs: Extend remove_duplicate_mrf_writes() to handle...
2016-05-31 Francisco Jerezi965/fs: Fix compute_to_mrf() to coalesce VGRFs initial...
2016-05-31 Francisco Jerezi965/fs: Teach compute_to_mrf() about the COMPR4 addres...
2016-05-31 Francisco Jerezi965/fs: Refactor compute_to_mrf() to split search...
2016-05-31 Francisco Jerezi965/fs: Fix compute-to-mrf VGRF region coverage condition.
2016-05-31 Francisco Jerezi965/fs: Simplify and improve accuracy of compute_to_mr...
2016-05-31 Francisco Jerezi965/fs: Teach regions_overlap() about COMPR4 MRF regions.
2016-05-31 Marek Olšákmesa: fix crash in driver_RenderTexture_is_safe
2016-05-31 Eric Engestromst/glsl_to_tgsi: prevent infinite loop
2016-05-30 Emil VelikovRevert "osmesa: don't try to bundle osmesa.def SConscript"
2016-05-30 Andreas Fängerscons: build osmesa swrast and gallium
2016-05-30 Emil Velikovautomake: move the git_sha1.h rule a level up
2016-05-30 Dave Airliemesa/xfb: report calculated size for XFB buffer objects.
2016-05-30 Francisco Jerezi965: Expose GL 4.3 on Gen8+.
2016-05-30 Francisco Jerezi965/fs: Skip gen4 pre/post-send dependency workaronds...
2016-05-30 Francisco Jerezi965/fs: Skip SIMD lowering source unzipping for regula...
2016-05-30 Francisco Jerezi965/fs: Factor out region zipping and unzipping from...
2016-05-30 Francisco Jerezi965/fs: Generalize regions_overlap() from copy propaga...
2016-05-30 Francisco Jerezi965/fs: Refactor offset() into a separate function...
2016-05-30 Francisco Jerezi965/fs: Implement opt_sampler_eot() in terms of logica...
2016-05-30 Francisco Jerezi965/fs: Fix UB list sentinel dereference in opt_sample...
2016-05-30 Francisco Jerezi965/fs: Take opt_redundant_discard_jumps out of the...
2016-05-30 Francisco Jerezi965/fs: Run SIMD and logical send lowering after the...
2016-05-30 Francisco Jerezi965/fs: Add FS_OPCODE_FB_WRITE_LOGICAL to has_side_eff...
2016-05-30 Francisco Jerezi965/fs: Allow constant propagation into logical send...
2016-05-30 Francisco Jerezi965/fs: Let CSE handle logical sampler sends as expres...
2016-05-30 Francisco Jerezi965/fs: Pass a BAD_FILE register to the logical FB...
2016-05-30 Dave Airliemesa/program_interface_query: fix transform feedback...
2016-05-29 Jordan Justeni965: Shrink stage_prog_data param array length
2016-05-29 Ilia Mirkinst/mesa: fix setting of point_size_per_vertex in ES...
2016-05-29 Marek Olšákmesa: skip level checking for FramebufferTexture*D...
2016-05-29 Ilia Mirkinst/mesa: expose OES_shader_io_blocks when we have enoug...
2016-05-28 Thomas Hindoe Paab... i965: add missing return in if statement
2016-05-28 Francisco Jerezi965: Update compute workgroup size limit calculation...
2016-05-28 Francisco Jerezi965: Add do32 debug option.
2016-05-28 Francisco Jerezi965/fs: Build 32-wide compute shader when needed.
2016-05-28 Francisco Jerezi965/fs: Extend back-end interface for limiting the...
2016-05-28 Francisco Jerezi965/fs: Implement SIMD32 register allocation support.
2016-05-28 Francisco Jerezi965/fs: Remove pre-Gen7 register allocation class...
2016-05-28 Francisco Jerezi965/fs: Don't mutate multi-component arguments in...
2016-05-28 Francisco Jerezi965/fs: Fix multiple ACP interference during copy...
2016-05-28 Francisco Jerezi965/fs: Fix cmod propagation not to propagate non...
2016-05-28 Francisco Jerezi965/fs: Estimate number of registers written correctly...
2016-05-28 Francisco Jerezi965/fs: Add (sub)reg_offset asserts to brw_reg_from_fs...
2016-05-28 Francisco Jerezi965/fs: Reset reg_offset of the original destination...
2016-05-28 Francisco Jerezi965/fs: Skip remove_duplicate_mrf_writes() during...
2016-05-28 Francisco Jerezi965/fs: Use SIMD8 SSBO GET_BUFFER_SIZE message regardl...
2016-05-28 Francisco Jerezi965/fs: Don't emit duplicated SSBO GET_BUFFER_SIZE...
2016-05-28 Francisco Jerezi965/fs: Emit fixed width memory fence opcode regardles...
2016-05-28 Francisco Jerezi965/fs: Return 32 bit mask from fs_builder::sample_mask().
2016-05-28 Francisco Jerezi965/fs: Emit fixed-width null register regardless...
2016-05-28 Francisco Jerezi965/fs: Fix half() to handle more exotic register...
2016-05-28 Francisco Jerezi965/fs: Fix horiz_offset() to handle ARF and HW GRF...
2016-05-28 Francisco Jerezi965/fs: Clean up remaining uses of fs_inst::reads_flag...
2016-05-28 Francisco Jerezi965/fs: Keep track of flag dependencies with byte...
2016-05-28 Francisco Jerezi965/fs: Track flag register liveness with byte granula...
2016-05-28 Francisco Jerezi965/fs: Define methods to calculate the flag subset...
2016-05-28 Francisco Jerezi965/fs: Expose arbitrary channel execution groups...
2016-05-28 Francisco Jerezi965/ir: Make BROADCAST emit an unmasked single-channel...
2016-05-28 Francisco Jerezi965/fs: Allow specifying arbitrary quarter control...
2016-05-28 Francisco Jerezi965/fs: Allow specifying arbitrary execution sizes...
2016-05-28 Francisco Jerezi965/fs: Lower 32-wide scratch writes in the generator.
2016-05-28 Francisco Jerezi965/fs: Implement scratch reads and writes of 4 GRFs...
2016-05-28 Francisco Jerezi965/eu: Fix Gen7+ DP scratch message size calculation...
2016-05-28 Francisco Jerezi965/eu: Set execution size explicitly for memory fence...
2016-05-28 Francisco Jerezi965/eu: Consider QtrCtrl 3Q-4Q in typed surface messag...
2016-05-28 Francisco Jerezi965/fs: Clean up remaining uses of dispatch_width...
2016-05-28 Francisco Jerezi965/eu: Remove brw_codegen::compressed and ::compresse...
2016-05-28 Francisco Jerezi965/eu: Use current exec size instead of p->compressed...
2016-05-28 Francisco Jerezi965/fs: No need to reset predicate control after emitt...
2016-05-28 Francisco Jerezi965/fs: Pass current execution size to brw_IF() and...
2016-05-28 Francisco Jerezi965/eu: Stop using p->compressed to specify the exec...
2016-05-28 Francisco Jerezi965/fs: Extend region width calculation to allow arbit...
2016-05-28 Kenneth Graunkei965/fs: Pass the compression mode to brw_reg_from_fs_r...
2016-05-28 Francisco Jerezi965/fs: Simplify per-instruction compression control...
2016-05-28 Francisco Jerezi965/fs: No need to set compression control at the...
next