llvmpipe: use alpha from already converted color if possible
[mesa.git] / src / gallium / drivers / freedreno /
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2017-01-05 Marek Olšákgallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
2016-12-30 Rob Clarkfreedreno/ir3: rework varying slots (maybe??)
2016-12-30 Jason Ekstrandnir: Rename convert_to_ssa lower_regs_to_ssa
2016-12-27 Rob Clarkfreedreno/ir3: fix linkage::var size
2016-12-27 Rob Clarkfreedreno/ir3: treat clipvertex like a normal varying
2016-12-27 Rob Clarkfreedreno/a5xx: transform-feedback support
2016-12-27 Rob Clarkfreedreno: update generated headers
2016-12-27 Rob Clarkfreedreno/ir3: UBO support for 64b GPUs (a5xx)
2016-12-27 Rob Clarkfreedreno/ir3: rework location of driver constants
2016-12-27 Rob Clarkfreedreno/a5xx: fix emit for bo addresses
2016-12-27 Rob Clarkfreedreno/a5xx: texture layout
2016-12-18 Rob Clarkfreedreno/a5xx: border color support
2016-12-18 Rob Clarkfreedreno/a5xx: use MRT0 to import linear zs
2016-12-18 Rob Clarkfreedreno: fdN_gmem_restore_format() is not gen specific
2016-12-18 Rob Clarkfreedreno/a5xx: cargo-cult end-batch sequence more...
2016-12-18 Rob Clarkfreedreno/a5xx: misc fix
2016-12-18 Rob Clarkfreedreno/a5xx: fix (at least some) vtx formats
2016-12-18 Rob Clarkfreedreno/a5xx: more formats
2016-12-18 Rob Clarkfreedreno/a5xx: fixup caps
2016-12-18 Rob Clarkfreedreno/a5xx: fix random faults on first sysmem draw
2016-12-18 Rob Clarkfreedreno: update generated headers
2016-12-18 Rob Clarkfreedreno/a5xx: fix stride/size for mem->gmem blits
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-06 Rob Clarkfreedreno/a5xx: fix draw packet size with index buffer
2016-12-06 Rob Clarkfreedreno/a5xx: gmem bypass mode
2016-12-06 Rob Clarkfreedreno/a5xx: fix emit_string_marker()
2016-12-06 Rob Clarkfreedreno: pitch alignment should match gmem alignment
2016-12-06 Rob Clarkfreedreno/a5xx: more formats
2016-12-06 Rob Clarkfreedreno/a5xx: fix fragface
2016-12-06 Rob Clarkfreedreno/a5xx: fix fragcoord
2016-12-06 Rob Clarkfreedreno: update generated headers
2016-12-06 Rob Clarkfreedreno/a5xx: fix alpha test
2016-12-06 Rob Clarkfreedreno/a5xx: fix VPC_VAR[n].DISABLE bits
2016-12-02 Rob Clarkfreedreno: no-op render when we need a fence
2016-12-02 Rob Clarkfreedreno: native fence fd support
2016-12-02 Rob Clarkfreedreno: some fence cleanup
2016-12-02 Rob Clarkgallium: support for native fence fd's
2016-11-30 Rob Clarkfreedreno/a5xx: fix negative branches
2016-11-30 Rob Clarkfreedreno: fix android build with a5xx
2016-11-30 Rob Clarkfreedreno/a5xx: fix discard
2016-11-30 Rob Clarkfreedreno/a5xx: initial support
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
next