freedreno: update generated headers
[mesa.git] / src / gallium / drivers / freedreno /
2016-11-30 Rob Clarkfreedreno: update generated headers
2016-11-30 Rob Clarkfreedreno: make gmem tile size alignment configurable
2016-11-30 Rob Clarkfreedreno/ir3: don't offset inloc by 8
2016-11-30 Rob Clarkfreedreno/a3xx: use new shader linkage helper
2016-11-30 Rob Clarkfreedreno/a4xx: use new shader linkage helper
2016-11-30 Rob Clarkfreedreno/ir3: add new helper for shader linkage
2016-11-30 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
2016-11-27 Rob Clarkfreedreno: fix slice size for imported buffers
2016-11-27 Rob Clarkfreedreno/a3xx: make _emit_const() static
2016-11-27 Rob Clarkfreedreno/a4xx: make _emit_const() static
2016-11-15 Marek Olšákgallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
2016-11-12 Rob Clarkfreedreno/ir3: fixup ralloc fallout
2016-10-31 Marek Olšákralloc: use rzalloc where it's necessary
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-12 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
2016-10-07 Rob Clarkfreedreno: don't try to shadow layered textures
2016-10-07 Rob Clarkfreedreno/a3xx+a4xx: fix clip-plane lowering state
2016-10-06 Jason Ekstrandnir: Make nir_foo_first/last_cf_node return a block...
2016-10-05 Nicolai Hähnlefreedreno: use the new parent/child pools for transfers
2016-09-15 Jason Ekstrandnir: Add a flag to lower_io to force "sample" interpolation
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_phis_to_scalar.
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_alu_to_scalar.
2016-09-11 Ilia Mirkinfreedreno/a3xx: disable filtering for texture buffers...
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-09-07 Rob Clarkfreedreno: reject imports with bogus pitch
2016-09-06 Marek Olšákgallium: switch drivers to the slab allocator in src...
2016-09-03 Ilia Mirkina3xx: use window scissor to simulate viewport xy clip
2016-09-03 Ilia Mirkina3xx: make use of software clipping when hw can't handle it
2016-09-03 Ilia Mirkina3xx: make sure to actually clamp depth as requested
2016-09-01 Eric EngestromIntroduce .editorconfig
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-26 Kenneth Graunkenir: Change nir_shader_get_entrypoint to return an...
2016-08-23 Ilia Mirkingallium: add a cap to expose whether driver supports...
2016-08-19 Ilia Mirkina4xx: make sure to actually clamp depth as requested
2016-08-19 Ilia Mirkina4xx: only disable depth clipping, not all clipping...
2016-08-19 Eric Anholtttn: Use nir_load_front_face instead of the TGSI-style...
2016-08-19 Eric Anholtttn: Make FRAG_RESULT_DEPTH be a float variable to...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-16 Rob Clarkfreedreno/a3xx: fix generic clear path
2016-08-16 Rob Clarkfreedreno/a4xx: use generic clear path
2016-08-16 Rob Clarkfreedreno/a3xx: use generic clear path
2016-08-16 Rob Clarkfreedreno: support for using generic clear path
2016-08-13 Rob Clarkfreedreno/a3xx+a4xx: move common VBOs to fd_context
2016-08-13 francians@gmail.comfreedreno/a2xx: add missing casts to silence notices
2016-08-13 Rob Clarkfreedreno/ir3: fix issue with emit_tex()
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-07-30 francians@gmail.comfreedreno/a4xx: fix comparison out of range warnings
2016-07-30 francians@gmail.comfreedreno/a3xx: fix comparison out of range warnings
2016-07-30 francians@gmail.comfreedreno/a2xx: fix comparison out of range warnings
2016-07-30 francians@gmail.comfreedreno/ir3: init ir3_shader_key with memset()
2016-07-30 Eric Engestromgallium/freedreno: move cast to avoid integer overflow
2016-07-30 Eric Engestromfreedreno/a2xx: remove duplicate assignment
2016-07-30 Rob Clarkfreedreno: defer flush_queue allocation
2016-07-30 Rob Clarkfreedreno: add some hw query traces
2016-07-30 Rob Clarkfreedreno: some locking
2016-07-30 Rob Clarkfreedreno: drop needs_rb_fbd
2016-07-30 Rob Clarkfreedreno: move needs_wfi into batch
2016-07-30 Rob Clarkfreedreno: a bit of micro-optimization
2016-07-30 Rob Clarkfreedreno: drop mem2gmem/gmem2mem query stages
2016-07-30 Rob Clarkfreedreno: threaded batch flush
2016-07-30 Rob Clarkfreedreno: track batch/blit types
2016-07-30 Rob Clarkfreedreno: re-order support for hw queries
2016-07-30 Rob Clarkfreedreno: use prsc for hw queries
2016-07-30 Rob Clarkfreedreno: support discarding previous rendering in...
2016-07-30 Rob Clarkfreedreno: shadow textures if possible to avoid stall...
2016-07-30 Rob Clarkfreedreno: spiff up some debug traces
2016-07-30 Rob Clarkfreedreno: add batch-cache and batch reordering
2016-07-30 Rob Clarkfreedreno: move more batch related tracking to fd_batch
2016-07-30 Rob Clarkfreedreno: dynamically sized/growable cmd buffers
2016-07-30 Rob Clarkfreedreno: push resource tracking down into batch
2016-07-30 Rob Clarkfreedreno: introduce fd_batch
2016-07-29 Rob Clarkfreedreno: limit non-user constant buffers to a4xx
2016-07-24 Rob Clarkfreedreno/a4xx: time-elapsed query should be active...
2016-07-23 Rob Clarkfreedreno/a4xx: timestamp queries
2016-07-23 Rob Clarkfreedreno: hw timestamp support
2016-07-23 Rob Clarkfreedreno: prep work for timestamp queries
2016-07-23 francians@gmail.comfreedreno/ir3: Add missing braces in initializer
2016-07-23 francians@gmail.comfreedreno/a2xx: silence missing case 'SHADER_COMPUTE...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-07-14 francians@gmail.comfreedreno/a4xx: Fix sign compare warnings
2016-07-14 francians@gmail.comfreedreno/a3xx: Fix sign compare warnings
2016-07-14 francians@gmail.comfreedreno/a2xx: Fix sign compare warnings
2016-07-03 Rob Clarkfreedreno: fix crash on smaller gpus and higher resolutions
2016-07-02 Rob Clarkfreedreno/ir3: support glsl linking for cmdline compiler
2016-07-02 Rob Clarkfreedreno: update valid_buffer_range for SO buffers
2016-07-02 Rob Clarkfreedreno/ir3: support non-user_buffer consts
2016-07-02 Rob Clarkfreedreno/a2xx: move setup/restore cmds into binning...
2016-07-02 Rob Clarkfreedreno: pass index buffer as a pipe_resource
2016-07-02 Rob Clarkfreedreno: switch emit_const_bo() to take prsc's
2016-06-25 Axel Davygallium: Add a cap for offset_units_unscaled
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-14 Rob Clarkfreedreno: support start param for sampler views/states
2016-06-14 Rob Clarkfreedreno: only do extra vertex-buffer state logic...
next