vc4: Add a helper function for the construction of qregs.
[mesa.git] / src / gallium / drivers /
2016-04-09 Eric Anholtvc4: Add a helper function for the construction of...
2016-04-09 Eric Anholtvc4: Add missing scheduling dependency for MS color...
2016-04-09 Eric Anholtvc4: Drop the multi_instruction distinction for QIR...
2016-04-09 Eric Anholtvc4: Handle SF on instructions that write r4.
2016-04-09 Eric Anholtvc4: Allow multi-instruction QIR nodes to get VPM optim...
2016-04-09 Eric Anholtvc4: Switch to using NIR_PASS macros.
2016-04-09 Eric Anholtvc4: Handle nir_intrinsic_load_user_clip_plane as a...
2016-04-09 Rhys Kiddvc4: Emit a warning and proceed for handling loops...
2016-04-09 Rhys Kiddvc4: Add a stub for NIR->QIR of control flow function...
2016-04-09 Rhys Kiddvc4: Add better debug of NIR->QIR control flow graph...
2016-04-09 Rhys Kiddvc4: Remove unused include from vc4_program.c
2016-04-07 Marek Olšákradeonsi: do per-pixel clipping based on viewport states
2016-04-07 Samuel Pitoisetnv50/ir: do not try to attach JOIN ops to ATOM
2016-04-07 Nicolai Hähnleradeonsi: raise number of samplers per shader to 32
2016-04-07 Nicolai Hähnleradeonsi: expand the compressed color and depth texture...
2016-04-07 Nicolai Hähnleradeonsi: replace magic 16 by SI_NUM_USER_SAMPLERS
2016-04-07 Brian Paulsvga: new SVGA_MSAA env var to disable/enable MSAA...
2016-04-07 Brian Paulsvga: add some trivial null pointer checks
2016-04-07 Samuel Pitoisettrace: add missing set_shader_images()
2016-04-07 Marek Olšákradeonsi: disable perfect ZPASS counts for PIPE_QUERY_O...
2016-04-07 Marek Olšákradeonsi: don't use the real barrier instruction in...
2016-04-07 Dave Airlier600: use radeon_emit in a few more places in evergreen...
2016-04-07 Dave Airlier600: make compute global buffer functions static.
2016-04-07 Dave Airlier600: make two compute functions static.
2016-04-07 Dave Airlier600: using pipe_grid_info more in evergreen_compute.
2016-04-07 Dave Airlier600: in evergreen_compute use ctx consistently instead...
2016-04-07 Dave Airlier600: use rctx consistently in evergreen_compute.c
2016-04-07 Dave Airlier600: cleanup whitespace in evergreen_compute.c
2016-04-07 Edward O'Callaghanr600g: Enable ARB_framebuffer_no_attachments
2016-04-07 Edward O'Callaghanradeonsi: Enable ARB_framebuffer_no_attachments
2016-04-07 Edward O'Callaghanradeonsi: Improve assert info out of si_set_framebuffer...
2016-04-07 Edward O'Callaghanradeonsi: Allow 16 samples MSAA mode for PIPE_FORMAT_NONE
2016-04-07 Edward O'Callaghansoftpipe: Set samples and layers in set_framebuffer_sta...
2016-04-07 Edward O'Callaghangallium/trace: Dump no.of samples and layers in fb...
2016-04-07 Edward O'Callaghangallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
2016-04-06 Bas Nieuwenhuizenradeonsi: set shader calling conventions
2016-04-05 Rob Clarkfreedreno/ir3: insert extra move into phi
2016-04-05 Rob Clarkfreedreno/ir3: eliminate unnecessary absneg's
2016-04-05 Bas Nieuwenhuizenradeonsi: use bounded indexing for samplers
2016-04-05 Bas Nieuwenhuizenradeonsi: use bounded indexing for constant buffers
2016-04-05 Marek Olšákgallium/radeon: allow multiple exports of the same...
2016-04-05 Rob Clarkfreedreno/ir3: deal with duplicate phi sources
2016-04-05 Rob Clarkfreedreno/ir3: fix silly brain-fart in RA
2016-04-05 Rob Clarkfreedreno/ir3: don't cp into phi's
2016-04-05 Rob Clarkfreedreno/ir3: we can't store immediate values
2016-04-05 Rob Clarkfreedreno/ir3: add dumping for use/def/live-in/live-out
2016-04-05 Rob Clarkfreedreno/ir3: drop unused instr category arg
2016-04-05 Rob Clarkfreedreno/ir3: remove ir3_instruction::category
2016-04-05 Rob Clarkfreedreno/ir3: encode instruction category in opc_t
2016-04-04 Ilia Mirkinnvc0: add hardware ETC2 and ASTC support on GK20A and...
2016-04-03 Jose Fonsecallvmpipe: Test abs.
2016-04-03 Jose Fonsecallvmpipe: Build lp_test_arit on MSVC too.
2016-04-03 Jose Fonsecagallivm: Use standard LLVMSetAlignment from LLVM 3...
2016-04-02 Ilia Mirkingm107/ir: add OP_SELP emission, used in DSQRT lowering
2016-04-02 Ilia Mirkinnv50/ir: we can't load local memory directly into an...
2016-04-02 Samuel Pitoisetnv50/ir: fix envyas variants when building the code lib
2016-04-02 Brian Paulsvga: remove unused svga_compile_key::texture_msaa...
2016-04-02 Brian Paulsvga: check TXF instruction's target to determine MSAA
2016-04-01 Bas Nieuwenhuizengallium: distinguish between shader IR in get_compute_param
2016-04-01 Bas Nieuwenhuizengallium: add compute shader IR type
2016-04-01 Samuel Pitoisetnvc0: enable compute shaders on GK104 and GM107+
2016-04-01 Samuel Pitoisetnvc0: bump the maximum number of UBOs for compute on...
2016-04-01 Samuel Pitoisetnvc0/ir: do not lower shared+atomics on GM107+
2016-04-01 Samuel Pitoisetnvc0/ir: add atomics support on shared memory for Kepler
2016-04-01 Samuel Pitoisetnvc0/ir: fix wrong pred emission for ld lock on GK104
2016-04-01 Samuel Pitoisetnvc0/ir: add support for compute UBOs on Kepler
2016-04-01 Samuel Pitoisetnvc0: add indirect compute support on Kepler
2016-04-01 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-04-01 Samuel Pitoisetnvc0: store ubo info to the driver constbuf on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind user uniforms for compute on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind shader buffers for compute on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind driver cb for compute on c7[] for Kepler
2016-04-01 Mauro Rossiradeonsi: use util_strchrnul() to fix android build...
2016-04-01 Ilia Mirkinnv50,nvc0: add PIPE_BIND_LINEAR support to is_format_su...
2016-03-31 Brian Paultgsi: split tgsi_util_get_texture_coord_dim() function...
2016-03-31 Pierre Moreaunv50/ir: Check for valid insn instead of def size
2016-03-30 Dave Airliesoftpipe: add image support to softpipe (v3)
2016-03-30 Dave Airlietgsi: add support for image operations to tgsi_exec...
2016-03-30 Dave Airliesoftpipe: add support for explicit early depth testing
2016-03-30 Christian Königr600: ignore PIPE_BIND_LINEAR in *_is_format_supported
2016-03-29 Charmaine Leesvga: emit sampler declarations in the helper function...
2016-03-29 Brian Paulsvga: avoid freeing non-malloced memory
2016-03-29 Samuel Pitoisetnvc0/ir: move load/store lowering pass to handleLDST()
2016-03-29 Christian Königradeonsi: ignore PIPE_BIND_LINEAR in si_is_format_suppo...
2016-03-28 Samuel Pitoisetnvc0: use a different offset for buffers and surfaces
2016-03-28 Rhys Kiddvc4: Remove unused include from vc4_nir_lower_txf_ms.c
2016-03-28 Rob Clarkfreedreno/ir3: fix for load_front_face intrinsic
2016-03-28 Rob Clarkfreedreno/ir3: fix compiler warn
2016-03-28 Ilia Mirkinnvc0: make sure to disable fetches from previously...
2016-03-28 Ilia Mirkinnvc0: disable primitive restart and index bias during...
2016-03-28 Ilia Mirkinnvc0/ir: fix picking of coordinates from tex instructio...
2016-03-28 Ilia Mirkinnv50/ir: saturate depth writes
2016-03-27 Edward O'Callaghanradeon/r600: Fix return type in failure branch
2016-03-27 Edward O'Callaghanradeon/r600_query.c: Minor style fix
2016-03-26 Dave Airlievirgl: drop next shader property for now.
2016-03-25 Tim Rowleyswr: [rasterizer jitter] Fix MASKLOADD AVX prototype...
2016-03-25 Tim Rowleyswr: [rasterizer core] NUMA optimizations...
2016-03-25 Tim Rowleyswr: [rasterizer jitter] Fix logic bug for alpha-to...
2016-03-25 Tim Rowleyswr: [rasterizer core] Fix Compute workitem retirement
2016-03-25 Tim Rowleyswr: [rasterizer core] Cleanup state ring arena after...
next