mesa: add KHR_no_error support for glBindBuffer()
[mesa.git] / src / gallium /
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-06 Marek Olšákradeonsi: fix a GPU hang with tessellation on 2-CU...
2017-06-05 Emil Velikovradeon: remove out of date LLVM_REVISION.txt
2017-06-05 Brian Paulgallium/u_threaded: fixes for MSVC
2017-06-05 Dave Airlier600: refactor out some compressed resource state code.
2017-06-05 Dave Airlier600: document some of the missing shader constants.
2017-06-05 Dave Airlier600: add register info for atomic counters.
2017-06-05 Dave Airlier600: add missing RAT registers and operations.
2017-06-05 Dave Airlier600/sb: fix typo in field definitions
2017-06-05 Marek Olšáktgsi/scan: fix scanning fragment shaders with PrimID...
2017-06-05 Marek Olšákgallium/u_threaded: remove 16 bytes from tc_batch
2017-06-05 Marek Olšákgallium/u_threaded: align batches and call slots to...
2017-06-05 Chih-Wei HuangAndroid: use bionic pthread_barrier_* if possible
2017-06-05 Dave Airlier600: fix incorrect and missing bit field in register...
2017-06-03 Lyudenvc0: Add support for ARB_post_depth_coverage
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-06-03 Lyudegallium: Add TGSI shader token for ARB_post_depth_coverage
2017-06-03 Lyudenvc0: disable BGRA8 images on Fermi
2017-06-02 Gurchetan Singhst/dri: Use fence extension in drisw.c
2017-06-02 Gurchetan Singhst/dri: move fence implemention into separate file
2017-06-01 Jose Fonsecaautomake: Link all libGL.so variants with -Bsymbolic.
2017-06-01 Lucas Stachetnaviv: always do cpu_fini in transfer_unmap
2017-06-01 Rhys Kiddnvc0: Clean up unnecessary includes from gallium/auxili...
2017-06-01 Dave Airlier600/eg: add support for tracing IBs after a hang.
2017-05-31 Samuel Pitoisetradeonsi: remove unused si_pm4_state::compute_pkt
2017-05-31 Samuel Pitoisetradeonsi: remove chip_class define from si_pm4.h
2017-05-31 Samuel Pitoisetradeonsi: merge si_pm4_free_state_simple() into si_pm4_...
2017-05-31 Rob Clarkfreedreno/a5xx: drop WFIs in emit_marker5()
2017-05-31 Rob Clarkfreedreno/a5xx: timestamp / time-elapsed queries
2017-05-31 Rob Clarkfreedreno/a5xx: rename query result struct
2017-05-31 Rob Clarkfreedreno: update generated headers
2017-05-30 Tim Rowleyswr/rast: code cleanup (no functional change)
2017-05-30 Tim Rowleyswr/rast: whitespace changes
2017-05-30 Tim Rowleyswr/rast: code cleanup (no functional change)
2017-05-30 Tim Rowleyswr/rast: allow early-z if shader uses depth value
2017-05-30 Tim Rowleyswr/rast: move wireframe/point triangle binning after...
2017-05-30 Tim Rowleyswr/rast: remove unused functions
2017-05-30 Tim Rowleyswr/rast: code cleanup (no functional change)
2017-05-30 Tim Rowleyswr/rast: move binner utility functions to binner.h
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantInt...
2017-05-30 Tim Rowleyswr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXT
2017-05-30 Tim Rowleyswr/rast: make simd16 logicops avx512f safe
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - add SIMD16 types to jitter
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - simplify/refactor StreamOut
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - fix conservative rasterization
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - interleaved simdvertex output...
2017-05-30 Tim Rowleyswr/rast: fix _simd16_movemask_(ps,pd) native AVX512...
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - primitive assembly simplification
2017-05-30 Tim Rowleyswr/rast: silence write of cfg graph
2017-05-30 Tim Rowleyswr/rast: add CreateDirectoryPath to recursively create...
2017-05-30 Tim Rowleyswr/rast: add support for DX1_RGB{_SRGB} formats
2017-05-30 Tim Rowleyswr/rast: clean up whitespace
2017-05-30 Tim Rowleyswr/rast: adjust BinPostSetupPoints* function signature
2017-05-30 Tim Rowleyswr/rast: remove extra pixel center adjustment in BinPo...
2017-05-30 Alexandre Courbotnvc0: support for GP10B
2017-05-30 Tomeu Vizosoetnaviv: Don't try to use the index buffer if size...
2017-05-29 Gregory Hainautglthread/gallium: require safe_glthread to start glthread
2017-05-28 Marek Olšákradeonsi: use ac_build_buffer_load for shader buffer...
2017-05-28 Marek Olšákradeonsi: move building llvm.SI.load.const into ac_buil...
2017-05-28 Marek Olšákradeonsi: rename readonly_memory -> can_speculate
2017-05-28 Marek Olšákradeonsi: fix a crash in si_destroy_context if we fail...
2017-05-28 Rob Clarkfreedreno: fix fence creation fail if no rendering
2017-05-27 Samuel Pitoisetradeonsi: drop useless memcmp() check in si_set_blend_c...
2017-05-27 Roland Scheideggerllvmpipe: add LP_NEW_GS flag for updating vertex info
2017-05-27 Brian Paulsvga: document some incorrect VGPU10 shader translation...
2017-05-26 Alexandre Demersosmesa: link with libunwind if enabled (v2)
2017-05-25 Rob Herringnouveau: drop Android 4.4 and earlier support
2017-05-25 Rob Herringgallium/os: use mmap64 for Android
2017-05-25 Brian Paulst/wgl: whitespace, formatting fixes in stw_device.c
2017-05-25 Leo Liuradeonsi: enable vcn decode
2017-05-25 Leo Liuwinsys/amdgpu: add vcn dec cs support
2017-05-25 Leo Liuradeon: rename has_uvd info to has_hw_decode
2017-05-25 Leo Liuradeon/vcn: add decode message for mpeg4 codec
2017-05-25 Leo Liuradeon/vcn: add decode message for mpeg2 codec
2017-05-25 Leo Liuradeon/vcn: add decode message for vc1 codec
2017-05-25 Leo Liuradeon/vcn: add decode message for hevc codec
2017-05-25 Leo Liuradeon/vcn: add decode message decode for avc codec
2017-05-25 Leo Liuradeon/vcn: add decode message feedback
2017-05-25 Leo Liuradeon/vcn: add decode message destroy
2017-05-25 Leo Liuradeon/vcn: add decode message create
2017-05-25 Leo Liuradeon/vcn: add common decode part
2017-05-25 Leo Liuradeon/winsys: add vcn dec ring type
2017-05-25 Leo Liuradeon/winsys: add uvd enc ring type
2017-05-25 Leo Liuradeon/vcn: add vcn decode interface
2017-05-24 Brian Paulsvga: init svga_screen::swc_mutex with mtx_recursive
2017-05-24 Brian Paulsvga: move logging initialization code into new function
2017-05-24 Brian Paulsvga: init local vars to silence uninitialized use...
2017-05-24 Brian Paulsvga: log the process command line to the vmware.log...
2017-05-24 Sinclair Yehsvga: Limit svga message capability to newer compilers
2017-05-24 Brian Paulsvga: Fix MSVC build.
2017-05-24 Sinclair Yehsvga: Add the ability to log messages to vmware.log...
2017-05-24 Brian PaulRevert "gallium: remove unused PIPE_CC_GCC_VERSION"
2017-05-24 Christian Königwinsys/amdgpu: align VA allocations to fragment size v2
2017-05-24 Samuel Pitoisettgsi: remove unused tgsi_is_passthrough_shader()
2017-05-23 Axel Davyst/nine: Fix a regression and syntax cleanup
2017-05-23 Marek Olšákgallium/radeon: pipe AMDGPU_INFO_NUM_VRAM_CPU_PAGE_FAUL...
2017-05-23 Rob Clarkfreedreno/ir3: switch to NIR by default
2017-05-23 Rob Clarkfreedreno/ir3: lower arrays to regs
2017-05-23 Rob Clarkfreedreno/ir3: add put_dst()
next