radeonsi: scan NIR shaders to obtain required info
[mesa.git] / src / gallium /
2017-07-31 Nicolai Hähnleradeonsi: scan NIR shaders to obtain required info
2017-07-31 Nicolai Hähnleradeonsi: add si_shader_selector::nir
2017-07-31 Nicolai Hähnleradeonsi: implement pipe_screen::get_compiler_options...
2017-07-31 Nicolai Hähnleradeonsi: add nir include paths
2017-07-31 Nicolai Hähnleac,radeonsi: move some VS input descriptions to ac_shad...
2017-07-31 Nicolai Hähnleradeonsi: store shader function arguments in a structure
2017-07-31 Nicolai Hähnlegallium/targets: link against NIR when building radeonsi
2017-07-31 Nicolai Hähnlest/glsl_to_nir: move nir_lower_io to drivers
2017-07-31 Nicolai Hähnlest/mesa: get rid of st_glsl_types
2017-07-31 Nicolai Hähnlegallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
2017-07-31 Marek Olšákdri_interface,egl,gallium: only expose RGBA visuals...
2017-07-31 Marek Olšákradeonsi: expose MRT-draw-calls to HUD
2017-07-28 Kenneth Graunkegallium: Fix Thomas's email address
2017-07-28 Marek Olšákradeonsi: update dirty_level_mask only when flushing...
2017-07-28 Marek Olšákradeonsi: rely on CLEAR_STATE for clearing UCP and...
2017-07-28 Marek Olšákradeonsi: rely on CLEAR_STATE for resetting the framebu...
2017-07-28 Marek Olšákradeonsi: use CLEAR_STATE to initialize some registers
2017-07-28 Dave Airlievirgl: drop precise modifier.
2017-07-27 Nicolai Hähnleradeonsi: bail out instead of crashing if the main...
2017-07-27 Nicolai Hähnleradeonsi: update a comment for merged shaders
2017-07-27 Nicolai Hähnleradeonsi/gfx9: dump previous stage LLVM IR for merged...
2017-07-27 Nicolai Hähnleradeonsi: make sure TCS main output VGPRs don't alias...
2017-07-27 Nicolai Hähnleradeonsi/gfx9: always wrap GS and TCS in an if-block...
2017-07-27 Nicolai Hähnleradeonsi/gfx9: fix vertex idx in ES with multiple waves...
2017-07-27 George Kyriazisswr: fix transform feedback logic
2017-07-27 Tim Rowleyswr/rast: non-regex knob fallback code for gcc < 4.9
2017-07-27 Dave Airlievirgl: encode index buffer offset.
2017-07-26 Marek Olšákradeonsi: decrease the number of compiler threads
2017-07-26 Marek Olšákgallium/radeon: make S_FIXED function signed and move...
2017-07-26 Nicolai Hähnleradeonsi/gfx9: reduce max threads per block to 1024...
2017-07-26 Nicolai Hähnleradeonsi: fix detection of DRAW_INDIRECT_MULTI on SI
2017-07-26 Timothy Arcerigallium/util: fix unused variable warning
2017-07-25 Eric Anholtbroadcom/vc4: Use the RA callback to improve register...
2017-07-25 Eric Anholtbroadcom/vc4: Scissor blits performed using the renderi...
2017-07-25 Eric Anholtbroadcom/vc4: Prefer blit via rendering to the software...
2017-07-25 Eric Anholtbroadcom/vc4: Switch the Viewport Center fields to...
2017-07-25 Eric Anholtbroadcom/vc4: Use the XML decoder for CL dumping.
2017-07-25 Brian Paulsvga: implement MSAA alpha_to_one feature
2017-07-25 Brian Paulsvga: rework the FS white fragments code
2017-07-25 Brian Paulgallium/util: s/unsigned/enum tgsi_texture_type/
2017-07-25 Daniel Stonest/dri2: Return invalid modifier when no driver support
2017-07-25 Daniel Stonest/dri: Check get-handle return value in queryImage
2017-07-25 Michal Srbr600: Add support for B5G5R5A1.
2017-07-25 Leo Liuradeon/vcn: move message buffer to vram for now
2017-07-25 Jose Fonsecatrace: Correct transfer box size calculation.
2017-07-25 Constantine Charlamovr600g: constify some args at r600_asm.c
2017-07-25 Constantine Charlamovr600g: remove unused "bc" args, and one unneeded forwar...
2017-07-24 Charmaine Leest/mesa: create framebuffer iface hash table per st...
2017-07-24 Emil Velikovswr: use the correct variable for no undefined symbols
2017-07-24 Emil Velikovswr: don't forget to link KNL/SKX against pthreads
2017-07-24 Emil Velikovswr: don't forget to link AVX/AVX2 against pthreads
2017-07-23 Wladimir J. van... etnaviv: Clear lbl_usage array correctly
2017-07-22 Neha Bhendesvga: Limit number of immediates in shader
2017-07-22 Charmaine Leesvga: fix constant indices for texcoord scale factors...
2017-07-22 Neha Bhendesvga: fix unnormalized->normalized texture coordinate...
2017-07-22 Brian Paulsvga: only support 4x, 8x, 16x msaa
2017-07-22 Karol Herbstnv50/ir: disable mul+add to mad for precise instructions
2017-07-22 Karol Herbstnv50/ir/tgsi: handle precise for most ALU instructions
2017-07-22 Karol Herbstnv50/ir: add precise field to Instruction
2017-07-22 Karol Herbstgallium/docs: add precise instruction modifier
2017-07-22 Karol Herbsttgsi/text: parse _PRECISE modifier
2017-07-22 Karol Herbsttgsi: populate precise
2017-07-22 Karol Herbsttgsi/dump: print _PRECISE modifier on Instructions
2017-07-22 Karol Herbsttgsi: add precise flag to tgsi_instruction
2017-07-21 Charmaine Leest/mesa: add destroy_drawable interface
2017-07-21 Roland Scheideggergallivm: handle call attributes for llvm < 4.0 in lp_ad...
2017-07-21 Tim Rowleyswr/rast: quit using linux-specific gettid()
2017-07-21 Tim Rowleyswr/rast: fix memory paths for avx512 optimized avx/sse
2017-07-21 Tim Rowleyswr/rast: cache line align hottile buffers
2017-07-21 Tim Rowleyswr/rast: simdlib changes for clang/gcc
2017-07-21 Wladimir J. van... etnaviv: Avoid duplicates in formats table
2017-07-21 Wladimir J. van... etnaviv: Add support for ETC2 texture compression
2017-07-21 Wladimir J. van... gallium/util: Implement util_format_is_etc
2017-07-19 Tim Rowleyconfigure/swr: add KNL and SKX architecture targets
2017-07-19 Tim Rowleyconfigure/swr: configurable swr architectures
2017-07-19 Tim Rowleygallium/util: fix nondeterministic avx512 detection
2017-07-19 Lucas Stachetnaviv: advertise supported dmabuf modifiers
2017-07-19 Lucas Stachetnaviv: implement resource creation with modifier
2017-07-19 Lucas Stachetnaviv: fill in modifier in etna_resource_get_handle
2017-07-19 Lucas Stachetnaviv: fold etna_screen_bo_get_handle into etna_resou...
2017-07-19 Lucas Stachetnaviv: implement resource import with modifier
2017-07-19 Lucas Stachetnaviv: also update textures from external resources
2017-07-19 Lucas Stachetnaviv: increment correct seqno for external resources
2017-07-19 Lucas Stachetnaviv: pad scanout buffer size to RS alignment
2017-07-19 Lucas Stachetnaviv: add helper to work out RS alignment
2017-07-19 Lucas Stachrenderonly/etnaviv: stop importing resource from renderonly
2017-07-19 Tomasz Figagallium: auxiliary: Fix standalone Android build of...
2017-07-19 Emil Velikovswr: remove unneeded fallback strcasecmp define
2017-07-19 Emil Velikovst/dri: list __DRI2_FENCE extension only where needed
2017-07-19 Emil Velikovswrast: add dri2ConfigQueryExtension to the correct...
2017-07-19 Kenneth Graunkeutil: Make CLAMP turn NaN into MIN.
2017-07-18 Marek Olšákradeonsi: add back the USE_MININUM_PRIORITY flag to...
2017-07-17 Sinclair Yehwinsys/svga/drm: Enable import/export fence FD
2017-07-17 Sinclair Yehwinsys/svga/drm: Connect winsys-side fence_* functions
2017-07-17 Sinclair Yehdrivers/svga: Connect driver-side fence_* functions
2017-07-17 Sinclair Yehwinsys/svga/drm: Create winsys interface for Fence FD
2017-07-17 Sinclair Yehwinsys/svga/drm: Prepare to support fence fd
2017-07-17 Sinclair Yehdrivers/svga, winsys/svga/drm: Thread through timeout...
2017-07-17 Brian Paulsvga: whitespace clean-up in svga_winsys.h
2017-07-17 Brian Paulsvga: add some const qualifiers
next