softpipe: implement some support for multiple viewports
[mesa.git] / src / gallium / drivers /
2015-12-11 Edward O'Callaghansoftpipe: implement some support for multiple viewports
2015-12-11 Marek Olšákgallium/radeon: remove radeon_winsys_cs_handle
2015-12-11 Marek Olšákradeonsi: implement fast stencil clear
2015-12-11 Marek Olšákradeonsi: re-enable Hyper-Z for stencil
2015-12-11 Marek Olšákr600g: remove a Hyper-Z workaround that's likely not...
2015-12-11 Marek Olšákr600g: re-enable Hyper-Z for stencil on Evergreen ...
2015-12-11 Marek Olšákgallium/radeon: fix Hyper-Z hangs by programming PA_SC_...
2015-12-11 Marek Olšákradeonsi: don't use the CP DMA workaround on Fiji and...
2015-12-11 Marek Olšákradeonsi: apply the streamout workaround to Fiji as...
2015-12-11 Marek Olšákradeonsi: also print hexadecimal values for register...
2015-12-11 Marek Olšákradeonsi: implement RB+ for Stoney (v2)
2015-12-11 Marek Olšákradeonsi: don't call of u_prims_for_vertices for patche...
2015-12-11 Marek Olšákradeonsi: use tgsi_shader_info::colors_written
2015-12-11 Marek Olšákr600g: write all MRTs only if there is exactly one...
2015-12-11 Marek OlšákRevert "radeonsi: disable DCC on Stoney"
2015-12-10 Dave Airlier600: add missing return value check.
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-09 Serge Martinfreedreno: little clean up in fd_create_surface
2015-12-09 Serge Martinfreedreno: change to goto fail
2015-12-09 Serge Martinfreedreno: fix bind_sampler_states when hwcso is NULL
2015-12-09 Patrick Rudolphnv50,nvc0: fix use-after-free when vertex buffers are...
2015-12-09 Brian Paulsvga: initialize pipe_driver_query_info entries with...
2015-12-09 Dave Airlieradeonsi: handle loading doubles as geometry shader...
2015-12-09 Dave Airlieradeonsi: handle doubles in lds load path.
2015-12-09 Dave Airlier600: handle geometry dynamic input array index
2015-12-09 Dave Airlier600g: fix geom shader input indirect indexing.
2015-12-09 Dave Airlier600g: fix outputing to non-0 buffers for stream 0.
2015-12-09 Edward O'Callaghanr600: Add ARB_copy_image support
2015-12-09 Edward O'Callaghanr600g: allow copying between compatible un/compressed...
2015-12-09 Ilia Mirkinnv50/ir: fix cutoff for using r63 vs r127 when replacin...
2015-12-09 Ilia Mirkinnv50/ir: prefer to color mad def and src2 with the...
2015-12-09 Ilia Mirkinnv50/ir: reduce degree limit on ops that can't encode...
2015-12-09 Ilia Mirkinnv50/ir: only unspill once ahead of a group of instructions
2015-12-09 Ilia Mirkinnv50/ir: check if the target supports the new offset...
2015-12-08 Eric Anholtvc4: Enable MSAA.
2015-12-08 Eric Anholtvc4: Add support for mapping of MSAA resources.
2015-12-08 Eric Anholtvc4: Add support for texel fetches from MSAA resources.
2015-12-08 Eric Anholtvc4: Add support for multisample framebuffer operations.
2015-12-08 Eric Anholtvc4: Add a workaround for HW-2905, and additional failu...
2015-12-08 Eric Anholtvc4: Add support for drawing in MSAA.
2015-12-08 Eric Anholtvc4: Add kernel RCL support for MSAA rendering.
2015-12-08 Eric Anholtvc4: Rename color_ms_write to color_write.
2015-12-08 Eric Anholtvc4: Allow RCL blits to the edge of the surface.
2015-12-08 Eric Anholtvc4: Add disabled debug printf for describing blits.
2015-12-08 Eric Anholtvc4: Fix check for tile RCL blits with mismatched y.
2015-12-08 Eric Anholtvc4: Fix compiler warning from size_t change.
2015-12-08 Nicolai Hähnleradeonsi: last_gfx_fence is a winsys fence
2015-12-07 Ilia Mirkinnvc0/ir: fix up mul+add -> mad algebraic opt, enable...
2015-12-07 Ilia Mirkingk110/ir: fix imad sat/hi flag emission for immediate...
2015-12-07 Ilia Mirkingk104/ir: sampler doesn't matter for txf
2015-12-07 Marek Olšákradeonsi: disable DCC on Stoney
2015-12-07 Ilia Mirkingk110/ir: fix imul hi emission with limm arg
2015-12-07 Brian Paulsvga: use the debug callback to report issues to the...
2015-12-07 Dave Airlier600: apply SIMD workaround to cayman also.
2015-12-07 Dave Airlier600: fix regression introduced with ring emit changes.
2015-12-07 Dave Airlier600: remove stale tessellation comment
2015-12-06 Dave Airlier600: enable tessellation for evergreen/cayman (v2)
2015-12-06 Dave Airlier600g: reduce number of ps thread on caicos
2015-12-06 Dave Airlier600g: adjust ls/hs thread counts for sumo
2015-12-06 Dave Airlier600/asm: enable nstack check for tess ctrl/eval shaders.
2015-12-06 Dave Airlier600/asm: handle lds read operations.
2015-12-06 Dave Airlier600/asm: add LDS ops and barrier to the once per group...
2015-12-06 Dave Airlier600: move VGT_VTX_CNT_EN into shader stages atom.
2015-12-06 Dave Airlier600: enable tcs/tes dumping for R600_DUMP_SHADERS.
2015-12-06 Dave Airlier600: handle SIMD allocation issue with HS/LS
2015-12-06 Dave Airlier600/shader: increase number of inputs/outputs to 64.
2015-12-06 Edward O'Callaghanr600: handle barrier opcode.
2015-12-06 Dave Airlier600/shader: handle tess related system-values.
2015-12-06 Dave Airlier600/shader: allow multi-dimension arrays for tcs/tes...
2015-12-06 Dave Airlier600/shader: handle TES exports and streamout
2015-12-06 Dave Airlier600/shader: emit tessellation factors to GDS at end...
2015-12-06 Dave Airlier600/shader: handle TCS output writing.
2015-12-06 Dave Airlier600/shader: handle VS shader writing to the LDS output...
2015-12-06 Dave Airlier600/shader: handle fetching tcs/tes inputs and tcs...
2015-12-06 Dave Airlier600/shader: add get_lds_offset0 helper
2015-12-06 Dave Airlier600/shader: add function to get tess constants info
2015-12-06 Dave Airlier600/shader: add utility functions to do single slot...
2015-12-06 Dave Airlier600/eg: workaround bug with tess shader and dynamic...
2015-12-06 Dave Airlier600/shader: move get_temp and last_instruction helpers up
2015-12-06 Dave Airlier600: bind geometry shader ring to the correct place
2015-12-06 Dave Airlier600: create fixed function tess control shader fallback.
2015-12-06 Dave Airlier600: create LDS info constants buffer and write LDS...
2015-12-06 Dave Airlier600/eg: update shader stage emission/tf param for...
2015-12-06 Dave Airlier600: hook TES/TCS shaders to the selection logic.
2015-12-06 Dave Airlier600: workout bitmask for the used tcs inputs/outputs.
2015-12-06 Dave Airlier600: port over the get_lds_unique_index from radeonsi
2015-12-06 Dave Airlier600: add set_tess_state callback.
2015-12-06 Dave Airlier600/eg: init tess registers to defaults (v1.1)
2015-12-06 Dave Airlier600: hook up constants/samplers/sampler view for tesse...
2015-12-06 Dave Airlier600: add create/bind/delete shader hooks for tessellation
2015-12-06 Dave Airlier600/sb: add LS/HS hw shader types.
2015-12-06 Dave Airlier600/blit: add tcs/tes shader saves.
2015-12-06 Dave Airlier600: disable SB for now on tess related shaders.
2015-12-06 Dave Airlier600: update correct hw shaders depending on configuration.
2015-12-06 Dave Airlier600: add shader key entries for tcs and tes.
2015-12-06 Dave Airlier600: add PATCHES to the pipe conversion.
2015-12-06 Dave Airlier600: add functions to update ls/hs state.
2015-12-06 Glenn Kennardr600g/sb: Support LDS ops in SB bytecode I/O
2015-12-06 Dave Airlier600: add support for LDS instruction encoding.
2015-12-06 Dave Airlier600/sb: add support for GDS to the sb decoder/dump...
next