glsl/nir: add pixel_center_integer to shader info
[mesa.git] / src / gallium /
2018-02-10 Rob Clarkfreedreno/ir3: remove pointless statement
2018-02-10 Rob Clarkfreedreno/ir3: some more debug prints
2018-02-10 Rob Clarkfreedreno/ir3: fix printing of relative branch offsets
2018-02-10 Rob Clarkfreedreno/ir3: be more clever with if/else jumps
2018-02-10 Rob Clarkfreedreno/ir3: avoid some spurious sync bits
2018-02-10 Rob Clarkfreedreno/ir3: print # of sync bits for shaderdb
2018-02-10 Rob Clarkfreedreno: add debug trace for flush
2018-02-09 Timothy Arcerist/radeonsi: enable disk cache for nir
2018-02-09 Timothy Arceriradeonsi: stop returning PIPE_SHADER_IR_NATIVE for...
2018-02-09 Timothy Arcerir600: always return PIPE_SHADER_IR_TGSI for PIPE_SHADER...
2018-02-09 Timothy Arcericlover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IR
2018-02-09 Timothy Arcerir600: add PIPE_SHADER_IR_NATIVE to supported shaders...
2018-02-09 Timothy Arceriradeonsi/nir: add depth layout to scan pass
2018-02-09 Timothy Arceriradeonsi/nir: add FRAG_RESULT_COLOR to scan pass
2018-02-09 Mark Thompsonst/va: Make the vendor string more descriptive
2018-02-09 Mark Thompsonst/va: Enable vaExportSurfaceHandle()
2018-02-09 Timothy Arceriradeonsi/nir: gather some missing fs info
2018-02-09 Marek Olšákradeonsi: copy the NIR enablement debug bit to the...
2018-02-09 Gert Wollnyr600/sb: Check whether optimizations would result in...
2018-02-08 Glenn Kennardr600g: Implement spilling of temp arrays (v2)
2018-02-08 Dave Airlier600/sb: handle scratch mem reads on r600
2018-02-08 Glenn Kennardr600g/sb: Add dependency tracking for scratch ops
2018-02-08 Glenn Kennardr600g/sb: Support scratch ops
2018-02-08 Glenn Kennardr600g: Implement scratch buffer state management (v2)
2018-02-08 Glenn Kennardr600g: Add pending output function
2018-02-08 Glenn Kennardr600g: Support emitting scratch ops
2018-02-08 Dave Airlier600: fix texture gather swizzling.
2018-02-08 Samuel Pitoisetac: add ac_build_export_null() helper
2018-02-08 Scott D Phillipsmeson: Add build option for tools
2018-02-08 Brian Paulgallium/util: silence clang warning in blitter code
2018-02-08 Brian Paultgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()
2018-02-08 Brian Paultgsi: use TGSI_INTERPOLATE_x arguments instead of zeros...
2018-02-08 Brian Paulgallium/util: s/uint/enum tgsi_semantic/ in simple...
2018-02-08 Brian Paultgsi: s/unsigned/enum pipe_shader_type/ in ureg code
2018-02-08 Brian Paulgallium/util: s/uint/enum tgsi_semantic/ in u_blitter.c
2018-02-08 Brian Paulgallium/util: trivial whitespace/formatting fixes in...
2018-02-08 Brian Paulcso: add a couple sanity check assertions in cso_draw_vbo()
2018-02-08 Dave Airlier600: implement tg4 integer workaround. (v2)
2018-02-08 Glenn Kennardr600: clean up initial shader register setup
2018-02-08 Roland Scheideggerr600: partly fix sampleMaskIn value
2018-02-08 Roland Scheideggerr600: clean up fragment shader input scan code
2018-02-08 Roland Scheideggerr600/cm: (trivial) code cleanup for emitting msaa state
2018-02-08 Brian Paultgsi: use tgsi_semantic enum type in ureg code
2018-02-08 Brian Paultgsi: use TGSI enum types in ureg code
2018-02-08 Brian Paulgallium/util: replace uint with tgsi enum types
2018-02-08 Brian Paulgallium/util: replace unsigned with tgsi enum types
2018-02-07 Dave Airlier600: fix rendering regression on r6/7 gpus
2018-02-07 Grazvydas Ignotasradeonsi: avoid int-to-pointer-cast warnings on 32bit
2018-02-07 Grazvydas Ignotasgallium/hud: update some query functions
2018-02-07 Roland ScheideggerRevert "gallium: build ddebug, noop, rbug, trace as...
2018-02-07 Marek Olšákgallium: build ddebug, noop, rbug, trace as part of...
2018-02-07 Roland Scheideggeru_blit: (trivial) fix bogus argument order for set_frag...
2018-02-07 Roland Scheideggeru_blit,u_simple_shaders: add shader to convert from...
2018-02-07 Roland Scheideggeru_simple_shaders: fix mask handling in util_make_fragme...
2018-02-06 Timothy Arceriradeonsi/nir: add nir support for compiling compute...
2018-02-06 Timothy Arceriac/radeonsi: add num_work_groups to the abi
2018-02-06 Timothy Arceriac/radeonsi: create ac_build_shader_clock() helper
2018-02-06 Timothy Arceriac/radeonsi: add load_local_group_size() to the abi
2018-02-06 Timothy Arceriradeonsi: add get_block_size() helper
2018-02-06 Timothy Arceriac/radeonsi: add local_invocation_ids to the abi
2018-02-06 Timothy Arceriac/radeonsi: add workgroup_ids to the abi
2018-02-06 Timothy Arceriradeonsi/nir: gather some compute info in si_nir_scan_s...
2018-02-06 Timothy Arceriradeonsi/nir: always set input_usage_mask as using...
2018-02-06 Dave Airlier600: fixup sparse color exports.
2018-02-06 Dave Airlier600: work out target mask at framebuffer bind.
2018-02-06 Dave Airlier600: work out shader export mask at shader build time...
2018-02-06 Dave Airlier600: fix xfb stream check.
2018-02-06 Dave Airlier600/compute: add render cond support.
2018-02-06 Dave Airlier600: fix not-very indirect compute
2018-02-06 Dave Airlier600: overhaul buffer resource query.
2018-02-06 Dave Airlier600/eg: fix buffer sizing.
2018-02-06 Dave Airlier600/images: set offset for compute shaders with number...
2018-02-06 Dave Airlier600/compute: only mark buffer/image state dirty for...
2018-02-06 Dave Airlier600/atomic: fix ATOMCAS instruction.
2018-02-06 Dave Airlier600/sb/cayman: fix indirect ubo access on cayman
2018-02-06 Dave Airlier600/eg: use texture target to pick array size not...
2018-02-06 Michal Navratilwinsys/amdgpu: allow non page-aligned size bo creation...
2018-02-06 Jon Turneymeson: ensure xmlpool/options.h is generated for libgallium
2018-02-05 Vinson Leer600/fp64: Fix build.
2018-02-05 Dave Airlier600/fp64: fix integer->double conversion
2018-02-05 Boyuan Zhangradeonsi: enable vcn encode for HEVC main
2018-02-05 Boyuan Zhangst/va: implement HEVC encode functions
2018-02-05 Boyuan Zhangst/va: add HEVC encode functions
2018-02-05 Boyuan Zhangst/va: enable dual instances encode only for H264
2018-02-05 Boyuan Zhangst/va: add entrypoint check for HEVC
2018-02-05 Boyuan Zhangst/va: add HEVC picture desc
2018-02-05 Boyuan Zhangst/va: move H264 enc functions into separate file
2018-02-05 Boyuan Zhangradeon/vcn: add header implementations for HEVC
2018-02-05 Boyuan Zhangradeon/vcn: add ib implementations for HEVC
2018-02-05 Boyuan Zhangradeon/vcn: support picture parameters for HEVC
2018-02-05 Boyuan Zhangradeon/vcn: add vcn encode interface for HEVC
2018-02-05 Boyuan Zhangvl: add parameters for HEVC encode
2018-02-05 Eric Anholtbroadcom/vc5: Ignore samplers for finding uniform offsets.
2018-02-05 Eric Anholtbroadcom/vc5: Fix non-mipfiltered sampling.
2018-02-04 Dave Airlier600: fix resq for buffer images.
2018-02-04 Dave Airlier600/eg: fix cube map array buffer images.
2018-02-03 Eric Anholtbroadcom/vc5: Enable UIF XOR on textures.
2018-02-03 Eric Anholtbroadcom/vc5: Fix alignment of miplevel 1 with UIF.
2018-02-03 Eric Anholtbroadcom/vc5: Switch our RGBA4 support to the new galli...
2018-02-03 Eric Anholtgallium: Add a new A4B4G4R4 pipe format for Broadcom.
next