freedreno: use consistent version string format
[mesa.git] / src / gallium / drivers /
2015-07-01 Timothy Arcerifreedreno: use consistent version string format
2015-06-30 Connor Abbottnir/from_ssa: add a flag to not convert everything...
2015-06-30 Rob Clarkfreedreno/ir3: cache defining instruction
2015-06-30 Rob Clarkfreedreno/ir3: fix RA issue with fanin
2015-06-30 Rob Clarkfreedreno/ir3: add ir3_shader_disasm()
2015-06-30 Rob Clarkfreedreno/a4xx: fix for sparse-samplers
2015-06-30 Rob Clarkfreedreno/ir3: fix crash in fail path
2015-06-30 Rob Clarkfreedreno/ir3: fix crash in RA
2015-06-30 Rob Clarkfreedreno/ir3: fixes for indirect writes
2015-06-30 Rob Clarkfreedreno/ir3: fix constlen in case of load_uniform_ind...
2015-06-30 Ilia Mirkinnv50/ir: fix emission of address reg in 3rd source
2015-06-30 Ilia Mirkinnv30: align transfer stride to 64, required by blit...
2015-06-30 Ilia Mirkinnv30: allow vertex state creation with 0 elements
2015-06-30 Ilia Mirkinnv30: reset fragprog bufctx at bind time
2015-06-30 Ilia Mirkinnv30: modernize fp upload logic
2015-06-30 Ilia Mirkinnv30: provide a minimum map buffer alignment
2015-06-29 Grigori Goronzygallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
2015-06-29 Ilia Mirkinnv30: avoid leaking blit fp/vp
2015-06-29 Ilia Mirkinnv40: enable base vertex
2015-06-26 Dave Airlieradeonsi: add support for geometry shader invocations.
2015-06-26 Dave Airlieradeonsi: add support for viewport array (v3)
2015-06-26 Ilia Mirkinnv50/ir: propagate modifier to right arg when const...
2015-06-26 Matt Turnermesa: Enable subdir-objects globally.
2015-06-26 Chia-I Wuilo: define ILO_IMAGE_MAX_LEVEL_COUNT
2015-06-26 Chia-I Wuilo: replace pipe_format by gen_surface_format
2015-06-26 Chia-I Wuilo: always use the specified image format
2015-06-26 Chia-I Wuilo: replace pipe_texture_target by gen_surface_type
2015-06-26 Chia-I Wuilo: initialize ilo_image from ilo_image_info
2015-06-26 Chia-I Wuilo: remove ilo_image_disable_aux()
2015-06-26 Chia-I Wuilo: improve SURFTYPE_BUFFER validations
2015-06-26 Chia-I Wuilo: remove ilo_buffer
2015-06-26 Chia-I Wuilo: introduce ilo_vma
2015-06-25 Marek Olšákradeonsi: don't fail in si_shader_io_get_unique_index
2015-06-24 Brian Paulsvga: silence warnings about unexpected shader type
2015-06-24 Eric Anholtvc4: Also dump VC4_PACKET_LOAD_TILE_BUFFER_GENERAL.
2015-06-24 Eric Anholtvc4: Add dumping for VC4_PACKET_LOAD/STORE_FULL_RES_TIL...
2015-06-24 Eric Anholtvc4: Don't try to CSE color reads.
2015-06-24 Eric Anholtvc4: Make a helper for TLB color writes, too.
2015-06-24 Eric Anholtvc4: Pull the blending operation out to a separate...
2015-06-24 Eric Anholtvc4: Clarify size calculation for Z/S writes.
2015-06-24 Eric Anholtvc4: Add an "args" temporary for RCL setup.
2015-06-24 Eric Anholtvc4: Reuse (and extend) the packet.h sizes for dumping.
2015-06-24 Eric Anholtvc4: Fix printfs for blit fallbacks.
2015-06-23 Ilia Mirkinnv50,nvc0: make sure to pushbuf_refn before putting...
2015-06-23 Ilia Mirkinnvc0: always put all tfb bufs into bufctx
2015-06-22 Chia-I Wuilo: emit 3DPRIMITIVE from gen6_3dprimitive_info
2015-06-22 Chia-I Wuilo: align vertex buffer size in buf_create()
2015-06-22 Chia-I Wuilo: move ilo_format.[ch] out of core
2015-06-22 Chia-I Wuilo: add ilo_state_surface_valid_format()
2015-06-22 Chia-I Wuilo: add ilo_state_vf_valid_element_format()
2015-06-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-06-22 Alexandre Courbotnouveau: support for custom VRAM domains
2015-06-22 Chia-I Wuilo: add ilo_state_compute
2015-06-22 Dave Airlier600g: ignore sampler views for now.
2015-06-21 Rob Clarkfreedreno/ir3: pass sz to split_dest()
2015-06-21 Rob Clarkfreedreno/ir3/nir: add more opcodes
2015-06-21 Rob Clarkfreedreno/ir3: only unminify txf coords on a3xx
2015-06-21 Rob Clarkfreedreno: remove int sampler shader variants
2015-06-21 Rob Clarkfreedreno/ir3: block reshuffling and loops!
2015-06-21 Rob Clarkfreedreno/ir3: a4xx encodes larger immed offset
2015-06-21 Rob Clarkfreedreno/ir3: simplify find_neighbors stop condition
2015-06-21 Rob Clarkfreedreno/ir3: move inputs/outputs to shader
2015-06-21 Rob Clarkfreedreno/ir3/ra: use register_allocate
2015-06-21 Rob Clarkfreedreno/ir3: introduce ir3_compiler object
2015-06-21 Rob Clarkfreedreno/ir3: dump nocp option
2015-06-21 Rob Clarkfreedreno/ir3: silence warnings
2015-06-21 Rob Clarkfreedreno/ir3: remove tgsi f/e
2015-06-21 Rob Clarkfreedreno/ir3/sched: convert to priority queue
2015-06-21 Rob Clarkfreedreno/ir3: use standard list implementation
2015-06-21 Rob Clarkfreedreno/ir3: drop dot graph dumping
2015-06-21 Rob Clarkfreedreno/ir3: more builder helpers
2015-06-20 Eric Anholtvc4: Use a defined t value for 1D textures.
2015-06-20 Eric Anholtvc4: Fix write-only texsubimage when we had to align.
2015-06-20 Chia-I Wuilo: clean up header includes
2015-06-20 Chia-I Wuilo: avoid ilo_ib_state in genX_3DPRIMITIVE()
2015-06-20 Chia-I Wuilo: move gen6_so_SURFACE_STATE() out of core
2015-06-20 Chia-I Wuilo: add ilo_state_sol_buffer
2015-06-20 Chia-I Wuilo: add ilo_state_index_buffer
2015-06-20 Chia-I Wuilo: add ilo_state_vertex_buffer
2015-06-20 Chia-I Wuilo: add 3DSTATE_VF_INSTANCING to ilo_state_vf
2015-06-20 Chia-I Wuilo: add 3DSTATE_VF to ilo_state_vf
2015-06-20 Chia-I Wuilo: embed pipe_index_buffer in ilo_ib_state
2015-06-20 Chia-I Wuilo: fix a buffer overrun
2015-06-20 Chia-I Wuilo: fix a -Wmaybe-uninitialized warning
2015-06-19 Jose Fonsecallvmpipe: Truncate the binned constants to max const...
2015-06-18 Emil Velikovilo: remove missing ilo_fence.h from the sources list
2015-06-18 Eric Anholtvc4: Move tile state/alloc allocation into the kernel.
2015-06-18 Eric Anholtvc4: Move RCL generation into the kernel.
2015-06-18 Eric Anholtvc4: Add dumping of VC4_PACKET_TILE_BINNING_MODE_CONFIG.
2015-06-18 Eric Anholtvc4: Fix memory leak from simple_list conversion.
2015-06-18 Eric Anholtvc4: Track the number of BOs allocated and their size.
2015-06-18 Ilia Mirkinnvc0/ir: can't have a join on a load with an indirect...
2015-06-16 Eric Anholtvc4: Make sure that direct texture clamps have a minimu...
2015-06-16 Eric Anholtvc4: Swap around which src we spill to ra31/rb31.
2015-06-16 Eric Anholtvc4: R4 is not a valid register for clamped direct...
2015-06-16 Eric Anholtvc4: Factor out the live clamp register getter.
2015-06-16 Eric Anholtvc4: Drop the unused "stride" field of surfaces.
2015-06-16 Eric Anholtvc4: Handle refcounting the exec BO like we do in the...
2015-06-16 Eric Anholtvc4: Use VC4_SET/GET_FIELD for some RCL packets.
2015-06-16 Eric Anholtvc4: Make symbolic values for packet sizes.
next