nir: nir_shader_compiler_options: drop native_integers
[mesa.git] / src / gallium /
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-07 Alyssa Rosenzweigpanfrost: Refactor blend descriptors
2019-05-07 Vasily Khoruzhicklima/gpir: enable lowering for ftrunc
2019-05-07 Vasily Khoruzhicklima/gpir: implement nir_op_fmov
2019-05-07 Vasily Khoruzhicklima: use int_to_float lowering pass
2019-05-06 Vasily Khoruzhicklima/gpir: fix float uniform alignment issue
2019-05-06 Erik Faye-Lunddraw: flush when setting stream-out targets
2019-05-06 Erik Faye-Lundllvmpipe: pass stream-out targets to draw-module early
2019-05-06 Chia-I Wuvirgl: do not use inline writes for subdata
2019-05-06 Chia-I Wuvirgl: rework queries
2019-05-06 Chia-I Wuvirgl: export resource_is_busy from winsys
2019-05-06 Kenneth Graunkeiris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2019-05-06 Erico Nuneslima/ppir: abort compilation in case of unsupported...
2019-05-06 Erico Nuneslima/ir: print names of unsupported intrinsics
2019-05-06 John Stultzmesa: android: freedreno: Fix build failure due to...
2019-05-06 Amit Pundirmesa: android: freedreno: build libfreedreno_{drm,ir3...
2019-05-04 Rob Clarkfreedreno: remove unused forward struct declaration
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: iabs cannot run on mul
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Lower mixed csel (NIR)
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Fix RA when temp_count = 0
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Fix integer selection
2019-05-04 Alyssa Rosenzweigpanfrost: Support RGB565 FBOs
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Handle dest_override generalized
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Stub out 64-bit
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Print 8-bit sources
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Support 8-bit destination
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Rename ilzcnt8 -> iclz
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Fix crash on unknown op
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Fill in .int mod
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Extend print_reg to 8-bit
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Catch mask errors
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: reg_mode_full -> reg_mode_32, etc
2019-05-04 Rob Clarkfreedreno/a6xx: deduplicate a few lines
2019-05-04 Rob Clarkfreedreno: add ubwc_enabled helper
2019-05-04 Rob Clarkfreedreno: move UBWC color offset to fd_resource_offset()
2019-05-04 Rob Clarkfreedreno/a6xx: buffer resources cannot be compressed
2019-05-04 Rob Clarkfreedreno: mark imported resources as valid
2019-05-04 Rob Clarkfreedreno/a6xx: UBWC support for images
2019-05-04 Rob Clarkfreedreno/a6xx: UBWC fixes
2019-05-04 Rob Clarkfreedreno: update generated headers
2019-05-04 Rob Clarkfreedreno/a6xx: OUT_RELOC vs OUT_RELOCW fixes
2019-05-04 Kenneth Graunkeiris: Delete bucketing allocators
2019-05-04 Kenneth Graunkeiris: Force VMA alignment to be a multiple of the page...
2019-05-04 Kenneth Graunkeiris: leave the top 4Gb of the high heap VMA unused
2019-05-04 Kenneth Graunkeiris: Fix 4GB memory zone heap sizes.
2019-05-03 Julien Isorcest/va: check resource_get_info nullity in vlVaDeriveImage
2019-05-03 Kenneth Graunkeiris: Resolve textures used by the program, not merely...
2019-05-03 Chuck Atkinsmeson: Fix missing glproto dependency for gallium-glx
2019-05-03 Julien Isorcer600: implement resource_get_info
2019-05-03 Kenneth Graunkeiris: Disable dual source blending when shader doesn...
2019-05-02 Erico Nuneslima/ppir: support nir_op_ftrunc
2019-05-02 Marek Olšákst/dri: decrease input lag by syncing sooner in SwapBuffers
2019-05-02 Rob Clarkfreedreno/a6xx: smaller hammer for fb barrier
2019-05-02 Rob Clarkfreedreno/a6xx: KHR_blend_equation_advanced support
2019-05-02 Rob Clarkfreedreno/ir3: add some ubo range related asserts
2019-05-02 Tomeu Vizosopanfrost/midgard: Skip liveness analysis for instructio...
2019-05-02 Tomeu Vizosopanfrost/midgard: Skip register allocation if there...
2019-05-02 Brian Paulsvga: add SVGA_NO_LOGGING env var (v2)
2019-05-02 Charmaine Leesvga: move host logging to winsys
2019-05-02 Thomas Hellstromwinsys/svga: Don't abort on EBUSY errors from execbuffer
2019-05-02 Thomas Hellstromwinsys/svga: Update the drm interface file
2019-05-02 Thomas Hellstromsvga: Avoid bouncing buffer data in malloced buffers
2019-05-02 Thomas Hellstromwinsys/svga: Enable the transfer_from_buffer GPU comman...
2019-05-02 Thomas Hellstromwinsys/svga: Add an environment variable to force host...
2019-05-02 Brian Paulllvmpipe: init some vars to NULL to silence MinGW compi...
2019-05-02 Marek Olšákradeonsi: set sampler state and view functions for...
2019-05-02 Marek Olšákradeonsi: use new atomic LLVM helpers
2019-05-02 Erico Nuneslima/gpir: add limit of max 512 instructions
2019-05-01 Alyssa Rosenzweigpanfrost: Fix blend shader upload
2019-05-01 Alyssa Rosenzweigpanfrost/decode: Hit MRT blend shader enable bits
2019-05-01 Alyssa Rosenzweigpanfrost: Remove shader dump
2019-05-01 David Rileyvirgl: Re-use and extend queue transfers for intersecti...
2019-05-01 David Rileyvirgl: Allow transfer queue entries to be found and...
2019-05-01 David Rileyvirgl: Store mapped hw resource with transfer object.
2019-05-01 Kenneth Graunkeiris: Fix imageBuffer and PBO download.
2019-05-01 Dave Airlier600: reset tex array override even when no view bound
2019-05-01 Alok Hotaswr/rast: Add general SWTag statistics
2019-05-01 Alok Hotaswr/rast: Add string handling to AR event framework
2019-05-01 Alok Hotaswr/rast: Add initial SWTag proto definitions
2019-05-01 Alok Hotaswr/rast: Cleanup and generalize gen_archrast
2019-05-01 Erik Faye-Lundsoftpipe: setup pixel_offset for all primitive types
2019-05-01 Gert Wollnysoftpipe: Increase the GLSL feature level
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
2019-05-01 Gert Wollnysoftpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
2019-05-01 Gert Wollnysoftpipe: Add an per-input array for interpolator corre...
2019-05-01 Gert Wollnysoftpipe: Factor out evaluation of the source indices
2019-05-01 Gert Wollnysoftpipe: evaluate cube the faces on a per sample bases
2019-05-01 Gert Wollnysoftpipe: keep input lod for explicite derivatives
2019-05-01 Gert Wollnysoftpipe: tie in new code path for lod evaluation
2019-05-01 Gert Wollnysoftpipe: Move selection of shadow values up and clean...
2019-05-01 Gert Wollnysoftpipe: Pipe gather_comp through from st_tgsi_get_samples
2019-05-01 Gert Wollnysoftpipe: Prepare handling explicit gradients
2019-05-01 Gert Wollnysoftpipe: Factor gradient evaluation out of the lambda...
2019-04-30 Timothy Arceriradeonsi/nir: call radeonsi nir opts before the scan...
2019-04-30 Timothy Arceriradeonsi/nir: create si_nir_opts() helper
2019-04-30 Alok Hotaswr/rast: early exit on empty triangle mask
2019-04-30 Alok Hotaswr/rast: add guards for cpuid on Linux
2019-04-30 Alok Hotaswr/rast: add flat shading
2019-04-30 Alok Hotaswr/rast: add SWR_STATIC_ASSERT() macro
next