OSDN Git Service

Merge remote-tracking branch 'origin/master' into lollipop-x86
[android-x86/external-libdrm.git] / radeon /
2017-04-12 Chih-Wei HuangMerge remote-tracking branch 'origin/master' into lolli... lollipop-x86
2016-02-04 Emil Velikovradeon: add libdrm to Requires.private
2016-01-21 Michel Dänzerradeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM...
2015-11-10 Michel Dänzerradeon: Handle surface offsets exceeding 32 bits correctly
2015-09-04 Emil Velikovradeon: cleanup bo/cs func tables
2015-08-10 Alex Deucherradeon: add new OLAND pci id
2015-05-26 Alex Deucherradeon: add new bonaire pci id
2015-04-28 Emil Velikovdrm: remove drm_public macro
2015-04-28 Emil Velikovdrm: remove no longer needed VISIBILITY_CFLAGS
2015-04-28 Emil Velikovdrm: rename libdrm{,_macros}.h
2015-04-28 Emil Velikovradeon: add symbols test
2015-04-28 Emil Velikovradeon: move bof.[ch] out of libdrm_radeon
2015-03-20 Emil Velikovautotools: remove ${srcdir} from the includes
2015-03-20 Emil Velikovandroid: remove LOCAL_COPY_HEADERS* variables
2015-03-20 Emil Velikovandroid: remove ${srcdir} from the includes
2015-03-20 Emil Velikovandroid: simplify LOCAL_C_INCLUDES
2015-03-20 Emil Velikovandroid: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS
2015-02-23 Chih-Wei Huangandroid: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES
2015-01-19 Dave Airlieradeon: align r600/700 fmask to 128 X blocks.
2014-09-29 Michel Dänzerradeon: Always multiply pitch_bytes by nsamples, not...
2014-09-28 Emil Velikovradeon: use drm_mmap/drm_munmap wrappers
2014-09-28 Emil Velikovautomake: pick up all files for distribution.
2014-09-01 Emil Velikovradeon: add Android build support
2014-09-01 Emil Velikovlibdrm, freedreno, intel, nouveau, radeon: add Makefile...
2014-08-25 Maks Naumovradeon: Fix surf->bankh init by default value when...
2014-08-21 Alex Deucherradeon: add new SI pci ids
2014-08-21 Alex Deucherradeon: add new CIK pci ids
2014-08-04 Maarten Lankhorstradeon: Use symbol visibility.
2014-07-28 Marek Olšákradeon: fix typo in sample split / fixes MSAA on Hawaii
2014-07-16 Thomas Klausnerradeon: Remove superfluous parentheses.
2014-05-02 Samuel Liradeon: add Mullins pci ids
2014-05-02 Samuel Liradeon: add Mullins chip family
2013-12-24 Alex Deucherradeon: fix sumo2 pci id
2013-12-24 Alex Deucherradeon: avoid possible divide by 0 in surface manager
2013-11-26 Michel Dänzerradeon: Update unaligned offset for 2D->1D tiling trans...
2013-11-22 Marek Olšákradeon: handle P16 pipe configs for Hawaii
2013-11-22 Michel Dänzerradeon: don't overallocate stencil by 4 on SI and CIK
2013-11-22 Marek Olšákradeon: implement 2D tiling for CIK
2013-11-22 Michel Dänzerradeon: fix mipmap level 0 and 1 alignment for SI and CIK
2013-11-13 Alex Deucherradeon: add hawaii pci ids
2013-11-13 Alex Deucherradeon: add hawaii chip family
2013-09-29 Marek Olšákradeon: fix pitch alignment for non-power-of-two mipmap...
2013-09-18 Michel Dänzerradeon: Fix tiling mode index for 1D tiled depth/stenci...
2013-09-06 Alex Deucherradeon: pad CS to 8 DW
2013-09-06 Alex Deucherradeon: add berlin pci ids
2013-06-28 Alex Deucherradeon: add kabini pci ids
2013-06-28 Alex Deucherradeon: add Bonaire pci ids
2013-06-28 Alex Deucherradeon: add CIK chip families
2013-06-06 Mark Kettenisradeon: correct RADEON_GEM_WAIT_IDLE use
2013-05-15 Marek Olšákradeon: add RADEON_SURF_FMASK flag which disables 2D...
2013-05-13 Alex Deucherradeon: add HAINAN pci ids
2013-05-13 Alex Deucherradeon: add HAINAN family
2013-04-25 Alex Deucherradeon: add new richland pci ids
2013-04-25 Alex Deucherradeon: add new SI pci ids
2013-04-12 Jerome Glisseradeon: add si tiling support v5
2013-03-08 Alex Deucherradeon: add pci ids for Richland APUs
2013-03-07 Jerome Glisseradeonsi: make sure tile_split field are not garbage
2013-02-04 Alex Deucherradeon: add OLAND pci ids
2013-02-04 Alex Deucherradeon: add OLAND family
2013-01-18 Michel Dänzerradeon: Fix 1D tiling layout on SI.
2012-11-28 Jerome Glissedrm/radeon: track global bo name and always return...
2012-11-21 Alex Deucherradeon: add new SI pci id
2012-10-26 Marek Olšákradeon: fix tile_split of 128-bit surface formats with...
2012-10-24 Andreas Bollradeon: fix unused-function warning
2012-10-16 Alex Deucherradeon: add some new SI pci ids
2012-10-06 Marek Olšákradeon: fix stencil miptree allocation of combined...
2012-10-06 Marek Olšákradeon: don't force stencil tile split to 0
2012-10-03 Marek Olšákradeon: don't take the stencil-specific codepath for...
2012-09-06 Michel Dänzerradeon: Sampling pitch for non-mipmaps seems padded...
2012-09-06 Michel Dänzerradeon: Memory footprint of SI mipmap base level is...
2012-09-05 Michel Dänzerradeon: Fix layout of linear aligned mipmaps on SI.
2012-08-24 Marek Olšákradeon: align r600 msaa buffers to a multiple of macrot...
2012-08-24 Marek Olšákradeon: fix allocation of MSAA surfaces on r600-r700
2012-08-14 Dave Airlieradeon: add prime import/export support
2012-08-09 Marek Olšákradeon: tweak TILE_SPLIT for MSAA surfaces
2012-08-09 Marek Olšákradeon: force 2D tiling for MSAA surfaces
2012-08-09 Marek Olšákradeon: optimize allocation for depth w/o stencil and...
2012-08-09 Marek Olšákradeon: simplify ZS buffer checking on r600
2012-08-06 Alex Deucherradeon: add some new SI pci ids
2012-08-06 Alex Deucherradeon: add some missing evergreen pci ids
2012-06-17 Dave Airlieradeon/surface: free version after using it.
2012-06-12 Jerome Glisseradeon: force 1D array mode for z/stencil surface
2012-06-11 Jerome Glisseradeon: enabled 2D tiling for evergreen only on fixed...
2012-06-11 Jerome Glisseradeon: always properly initialize stencil_offset field
2012-06-07 Alex Deucherradeon: fall back to 1D tiling only with broken kernels
2012-06-05 Alex Deucherradeon: add new pci ids
2012-05-16 Michel Dänzerradeon: Add Southern Islands PCI IDs.
2012-05-10 Anisse Astierradeon: Add new R600 PCI ids for surface manager
2012-03-20 Alex Deucherradeon: add TN surface support
2012-02-14 Jerome Glisseradeon: fix pitch alignment for scanout buffer
2012-02-08 Michel Dänzerradeon_cs_setup_bo: Fix accounting if caller specified...
2012-02-06 Jerome Glisseradeon: add r600_pci_ids.h to header file
2012-02-03 Jerome Glisseradeon: fix surface API for good before anyone start...
2012-02-02 Jerome Glisseradeon: surface fix macro -> micro tile fallback
2012-02-01 Jerome Glisseradeon: add surface allocator helper v10
2010-12-02 Marek Olšákradeon: silence valgrind warnings by zeroing memory
2010-06-10 Eric AnholtFix radeon distcheck.
2010-04-26 Marek Olšákradeon: use the const qualifier in radeon_cs_write_table
2010-04-08 Jerome Glissedrm/radeon: add new cs command stream dumping facilities
2010-03-29 Jerome Glissedrm/radeon: tab/whitespace cleanup
next