freedreno: Rename emit_const_bo() to emit_const_ptrs().
[mesa.git] / src / gallium / drivers / freedreno / a4xx / fd4_emit.c
2020-08-05 Eric Anholtfreedreno: Rename emit_const_bo() to emit_const_ptrs().
2020-07-08 Jonathan Marekfreedreno/layout: layout simplifications and pitch...
2020-07-08 Jonathan Marekfreedreno: add a fd_resource_pitch helper
2020-07-06 Ilia Mirkina4xx: add polygon offset clamp, fix units
2020-07-06 Ilia Mirkina4xx: add noperspective interpolation support
2020-06-04 Rob Clarkfreedreno/ir3: split kill from no_earlyz
2020-05-26 Kristian H. Kristensenfreedreno: Use explicit *_NONE enum for undefined formats
2020-05-17 Ilia Mirkinfreedreno: fix off-by-one in assertions checking for...
2020-05-12 Eric Anholtfreedreno: Drop the "write" arg to emit_const_bo now...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCW with OUT_RELOC.
2020-05-08 Hyunjun Kofreedreno,tu: Don't request fragcoord components not...
2020-04-30 Rob Clarkfreedreno/ir3: inline const emit
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-01-29 Rob Clarkfreedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
2019-11-26 Rob Clarkfreedreno: switch to layout helper
2019-11-26 Eric Anholtfreedreno: Convert the slice struct to the new resource...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-12 Rob Clarkfreedreno/ir3: remove first-vertex sysval
2019-10-14 Jonathan Marekfreedreno/ir3: remove input ncomp field
2019-08-13 Rob Clarkfreedreno/all: move more emit helpers to screen
2019-08-13 Rob Clarkfreedreno/a3xx-a6xx+ir3: move emit_const* to screen
2019-08-13 Rob Clarkfreedreno/a4xx: add fd4_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a4xx: call fd4_emit_ib() directly from fd4
2019-03-22 Rob Clarkfreedreno/ir3: rename has_kill to no_earlyz
2018-11-27 Rob Clarkfreedreno: shader_t -> gl_shader_stage
2018-10-17 Rob Clarkfreedreno/ir3: move binning_pass out of shader variant key
2018-10-17 Neil Robertsfreedreno: Remove the Emacs mode lines
2018-09-27 Rob Clarkfreedreno: fix scissor state emit
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-06-19 Rob Clarkfreedreno/a5xx: fix crash in dEQP-GLES31.stress.vertex_...
2018-04-19 Neil Robertsnir: Offset vertex_id by first_vertex instead of base_v...
2017-12-19 Rob Clarkfreedreno/ir3: add ctx->mem_to_mem()
2017-12-04 Rob Clarkfreedreno: remove use of u_transfer
2017-11-25 Ilia Mirkinfreedreno/a4xx: add stencil texturing support
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-04-18 Rob Clarkfreedreno: refactor dirty state handling
2017-04-18 Rob Clarkfreedreno/ir3: split out per-stage emit_consts fxns
2017-04-18 Rob Clarkfreedreno: add helper to mark all state clean
2017-04-18 Rob Clarkfreedreno: make texture state an array
2017-04-17 Rob Clarkfreedreno: extract helper for stage->sb for a4xx+
2017-04-17 Rob Clarkfreedreno/{a4xx,a5xx}: switch to CP_LOAD_STATE4
2016-12-27 Rob Clarkfreedreno/ir3: rework location of driver constants
2016-12-18 Rob Clarkfreedreno: fdN_gmem_restore_format() is not gen specific
2016-11-30 Rob Clarkfreedreno: update generated headers
2016-11-27 Rob Clarkfreedreno/a4xx: make _emit_const() static
2016-08-19 Ilia Mirkina4xx: make sure to actually clamp depth as requested
2016-07-30 Rob Clarkfreedreno: drop needs_rb_fbd
2016-07-30 Rob Clarkfreedreno: move needs_wfi into batch
2016-07-30 Rob Clarkfreedreno: re-order support for hw queries
2016-07-30 Rob Clarkfreedreno: move more batch related tracking to fd_batch
2016-07-30 Rob Clarkfreedreno: introduce fd_batch
2016-07-02 Rob Clarkfreedreno: switch emit_const_bo() to take prsc's
2016-06-02 Rob Clarkfreedreno/a4xx: only update/emit bordercolor state...
2016-05-04 Rob Clarkfreedreno: move shader-stage dirty bits to global dirty...
2016-05-04 Rob Clarkfreedreno/a4xx: fix bogus offset for f32x24s8 stencil...
2016-05-04 Rob Clarkfreedreno/ir3: lower immeds to const
2016-04-24 Rob Clarkfreedreno/a4xx: better workaround for astc+srgb
2016-04-24 Rob Clarkfreedreno/a4xx: blend state no longer depends on fb...
2016-04-22 Rob Clarkfreedreno/a4xx: fix encoding of blend color state
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-13 Rob Clarkfreedreno/a4xx: hw binning
2016-03-13 Rob Clarkfreedreno/a4xx: remove RB_RENDER_CONTROL patching
2016-03-13 Rob Clarkfreedreno/a4xx: constify the shader variants
2016-03-02 Rob Clarkfreedreno/ir3: pass ctx to constant-emit code
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-17 Rob Clarkfreedreno/query: add optional enable hook
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-18 Rob Clarkfreedreno: per-generation OUT_IB packet
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-02 Marek Olšáku_upload_mgr: pass alignment to u_upload_alloc manually
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-15 Rob Clarkfreedreno/a4xx: fix fragcoord.z + fragdepth
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-23 Ilia Mirkinfreedreno/a4xx: re-emit program on dirty framebuffer
2015-11-23 Ilia Mirkinfreedreno/a4xx: use a factor of 32767 for snorm8 blending
2015-11-23 Ilia Mirkinfreedreno/a4xx: only compute texture offset once for...
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_view support
2015-11-23 Ilia Mirkinfreedreno/a4xx: add ARB_texture_buffer_range support
2015-11-23 Ilia Mirkinfreedreno/a4xx: add polygon mode support
2015-11-21 Ilia Mirkinfreedreno/a4xx: disable blending and alphatest for...
2015-11-21 Ilia Mirkinfreedreno/a4xx: set fetchsize in mem2gmem texture restore
2015-11-21 Ilia Mirkinfreedreno/a4xx: fix 3d texture setup
2015-11-20 Ilia Mirkinfreedreno/a4xx: fix dst_alpha blend for RGBX render...
2015-11-18 Rob Clarkfreedreno/a3xx+a4xx: fix for stk binning pass hang
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-06 Rob Clarkfreedreno/a4xx: fix blend color
2015-11-06 Rob Clarkfreedreno: update generated headers
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-24 Rob Clarkfreedreno: remove unnecessary null checks
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-17 Rob Clarkfreedreno/ir3: convert from tgsi semantic/index to...
2015-09-15 Rob Clarkfreedreno/a4xx: border-color support
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-12 Rob Clarkfreedreno/a3xx+a4xx: add texture buffer object support
2015-08-10 Rob Clarkfreedreno/a4xx: add s8/z32/z32_s8x24 support
2015-08-04 Rob Clarkfreedreno/a4xx: MRT support
next