freedreno: a2xx: NIR backend
[mesa.git] / src / gallium / state_trackers /
2019-01-14 Marek Olšákst/dri: fix dri2_format_table for argb1555 and rgb565
2019-01-09 Indrajit Dasst/va: Return correct status from vlVaQuerySurfaceStatus
2019-01-08 Pierre Moreauclover/meson: Ignore 'svn' suffix when computing CLANG_...
2018-12-28 Dylan Bakermeson: Override C++ standard to gnu++11 when building...
2018-12-23 Axel Davyst/nine: Increase the limit of cached ff shaders
2018-12-23 Axel Davyst/nine: Add src reference to nine_context_range_upload
2018-12-23 Axel Davyst/nine: Bind src not dst in nine_context_box_upload
2018-12-23 Axel Davyst/nine: Fix volumetexture dtor on ctor failure
2018-12-23 Axel Davyst/nine: Switch to presentation buffer if resize is...
2018-12-23 Axel Davyst/nine: Use helper to release swapchain buffers later
2018-12-18 Lucas Stachst/dri: replace format conversion functions with single...
2018-12-18 Lucas Stachst/dri: allow both render and sampler compatible dma...
2018-12-16 Jan Veselyclover: Fix build after clang r348827
2018-12-05 Michal Srbdrisw: Use separate drisw_loader_funcs for shm
2018-12-01 Vinson Leest/xvmc: Add X11 include path.
2018-11-29 Thomas Hellstromst/xa: Fix a memory leak
2018-11-21 Axel Davyst/nine: Allow 'triple buffering' with thread_submit
2018-11-14 Thomas Hellstromst/xa: Bump minor
2018-11-14 Thomas Hellstromst/xa: Support Component Alpha with trivial blending
2018-11-14 Thomas Hellstromst/xa: Minor renderer cleanups
2018-11-14 Thomas Hellstromst/xa: Fix transformations when we have both source...
2018-11-14 Thomas Hellstromst/xa: Support a couple of new formats
2018-11-14 Thomas Hellstromst/xa: Support higher color precision for solid pictures
2018-11-14 Thomas Hellstromst/xa: Render update. Better support for solid pictures
2018-11-09 Andre Heiderst/nine: clean up thead shutdown sequence a bit
2018-11-09 Andre Heiderst/nine: plug thread related leaks
2018-11-09 Andre Heiderst/nine: fix stack corruption due to ABI mismatch
2018-11-05 Marek Olšákst/va: fix incorrect use of resource_destroy
2018-10-30 Dylan Bakergallium/util: move memory debug declarations into u_deb...
2018-10-30 Marek Olšákgallium: rework PIPE_HANDLE_USAGE_* flags
2018-10-30 Eric Engestromst/dri: remove leftover local variable
2018-10-29 Eric Engestromclover: add missing meson build dependency
2018-10-26 Axel Davyst/nine: Handle window resize when a presentation buffe...
2018-10-26 Axel Davyst/nine: Reduce MaxSimultaneousTextures to 8
2018-10-26 Axel Davyst/nine: Enable shadow mapping for ps 1.X
2018-10-26 Axel Davyst/nine: Do not set unused states for stateblocks
2018-10-26 Axel Davyst/nine: Fix aliasing states for stateblocks
2018-10-26 Axel Davyst/nine: Never update device changed.* fields
2018-10-26 Axel Davyst/nine: Capture also default matrices for D3DSBT_ALL
2018-10-26 Axel Davyst/nine: Mark transform matrices dirty for D3DSBT_ALL
2018-10-26 Axel Davyst/nine: Don't update unused world matrices
2018-10-26 Axel Davyst/nine: Remove two unused states.
2018-10-26 Axel Davyst/nine: Remove commented nine_context_apply_stateblock
2018-10-23 Boyuan Zhangst/va: get mjpeg slice header
2018-10-22 Rob Herringandroid: Build kms_swrast for the Android platform
2018-10-19 Jose Fonsecascons: Remove gles option.
2018-10-18 Michał Janiszewskist/xlib: Use more appropriate include guard
2018-10-11 Boyuan Zhangst/va: use provided sizes and coords for vlVaGetImage
2018-10-09 Michel Dänzerst/dri: Handle BGRA5551 format
2018-10-03 Emil Velikovpipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
2018-10-03 Emil Velikovst/dri: make swrast_no_present member of dri_screen
2018-10-03 Emil Velikovst/dri: inline dri2_buffer.h within dri2.c
2018-10-03 Emil Velikovst/xa: remove unused xa_screen::d[s]_depth_bits_last
2018-09-25 Axel Davyst/nine: Do not mark both ff vs and ps updated
2018-09-25 Axel Davyst/nine: Split NINE_STATE_FF_OTHER
2018-09-25 Axel Davyst/nine: Add dummy ff shader state
2018-09-25 Axel Davyst/nine: Mark pointsize states as ff states
2018-09-25 Axel Davyst/nine: Minor refactor of a few NINE_STATE_* flags
2018-09-25 Axel Davyst/nine: Increase maximum number of temp registers
2018-09-25 Axel Davyst/nine: Lock the entire buffer in some cases.
2018-09-25 Axel Davyst/nine: Don't call SetCursor until a cursor is set
2018-09-25 Axel Davyst/nine: Avoid redundant SetCursorPos calls
2018-09-25 Axel Davyst/nine: Init cursor position at device creation
2018-09-25 Axel Davyst/nine: Initialize manually cursor structure
2018-09-25 Axel Davyst/nine: Check if format is DS before retrieving flags
2018-09-25 Axel Davyst/nine: Remove clamping when mul_zero_wins
2018-09-25 Axel Davyst/nine: Implement predicated instructions
2018-09-25 Axel Davyst/nine: Fix aliased read in ff
2018-09-25 Axel Davyst/nine: Fix ff assignment with aliasing
2018-09-25 Axel Davyst/nine: Clarify some ff assignments
2018-09-25 Axel Davyst/nine: Print transform matrices in debug
2018-09-25 Axel Davyst/nine: Add ff key hash to help debug
2018-09-25 Axel Davyst/nine: Avoid RefToBind calls in ff
2018-09-25 Axel Davyst/nine: Add new helper for object creation with bind
2018-09-25 Axel Davyst/nine: Add parameter to start with bind
2018-09-25 Axel Davyst/nine: Use perspective correction for ps depth fog
2018-09-25 Axel Davyst/nine: Clamp RCP when 0*inf!=0
2018-09-19 Michal Srbst/dri: don't set queryDmaBufFormats/queryDmaBufModifie...
2018-09-18 Timothy Arcerimesa/st: add force_compat_profile option to driconfig
2018-09-13 Leo Liust/vdpau: Use output buffer as back buffer with 24...
2018-09-10 Elie Tourniergallium: Correctly handle no config context creation
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-09-04 Marek Olšákst/vdpau: silence an unitialized-variable warning
2018-08-31 Daniel Stonest/dri: Don't expose sRGB formats to clients
2018-08-29 Timothy Arcerist/mesa, gallium: add a workaround for No Mans Sky
2018-08-20 Timothy Arcerimesa: remove unused dri config option disable_shader_bi...
2018-08-16 Eric Engestrombin: always define MESA_GIT_SHA1 to make it directly...
2018-08-07 Chad Versacedri: Add param driCreateConfigs(mutable_render_buffer)
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2018-07-26 Jan Veselyclover: Reduce wait_count in abort path.
2018-07-26 Jan Veselyclover: Don't extend illegal integer types.
2018-07-20 Eric Anholtst/dri: Don't require a dri_format for image creation.
2018-07-18 Jan Veselyclover: Report error when pipe driver fails to create...
2018-07-18 Jan Veselyclover: Catch errors from executing event action
2018-07-17 Konstantin Kharlamovst/glx: constify some variables
2018-07-17 Konstantin Kharlamovst/nine: constify some variables
2018-07-13 Eric Anholtmeson: Move xvmc test tools from unit tests to installe...
2018-07-07 Charmaine Leest/wgl: check for NULL piAttribList in wglCreatePbuffer...
next