History log of /external/libdrm/radeon/Makefile.am
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
268dce4192125ceb6a65f1c8d885e4b656310578 07-Sep-2014 Emil Velikov <emil.l.velikov@gmail.com> automake: pick up all files for distribution.

Autotools is already smart enough to pick the *.pc.in files but it
needs some help with the Android.mk ones.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
/external/libdrm/radeon/Makefile.am
4255d3d51dfe85be93d3e246f24b7bb56950a8c2 24-Aug-2014 Emil Velikov <emil.l.velikov@gmail.com> libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources

Will be used to consolidate the required sources lists as well as the
install-able headers. This is turn will help us to avoid the
duplication with the upcoming Android build support.

v2: Rename the headers variable to *_H_FILES.
v3: Rebase on top of symbol visibility patches.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/libdrm/radeon/Makefile.am
58ce9d6292c7033ff76bb2ef35da0e4c36de2389 31-Jul-2014 Maarten Lankhorst <maarten.lankhorst@canonical.com> radeon: Use symbol visibility.

All the bof_* symbols are now no longer exported.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
/external/libdrm/radeon/Makefile.am
3163cfe4db925429760407e77140e2d595338bc2 12-Jun-2012 Dave Airlie <airlied@redhat.com> radeon: add prime import/export support

this adds radeon version of the prime import/export support.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/libdrm/radeon/Makefile.am
356b87d8b34daf9aeadd33465141bc212ad6e3ff 06-Feb-2012 Jerome Glisse <jglisse@redhat.com> radeon: add r600_pci_ids.h to header file

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
/external/libdrm/radeon/Makefile.am
c51f7f0e460dcadb9f1a56ecf1615810877c33c8 10-Dec-2011 Jerome Glisse <jglisse@redhat.com> radeon: add surface allocator helper v10

The surface allocator is able to build complete miptree when allocating
surface for r600/r700/evergreen/northern islands GPU family. It also
compute bo size and alignment for render buffer, depth buffer and
scanout buffer.

v2 fix r6xx/r7xx 2D tiling width align computation
v3 add tile split support and fix 1d texture alignment
v4 rework to more properly support compressed format, split surface pixel
size and surface element size in separate fields
v5 support texture array (still issue on r6xx)
v6 split surface value computation and mipmap tree building, rework eg
and newer computation
v7 add a check for tile split and 2d tiled
v8 initialize mode value before testing it in all case, reenable
2D macro tile mode on r6xx for cubemap and array. Fix cubemap
to force array size to the number of face.
v9 fix handling of stencil buffer on evergreen
v10 on evergreen depth buffer need to have enough room for a stencil
buffer just after depth one

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
/external/libdrm/radeon/Makefile.am
b8c4e5836cf1eff3e8c666f24567bd4c2fa31140 10-Jun-2010 Eric Anholt <eric@anholt.net> Fix radeon distcheck.
/external/libdrm/radeon/Makefile.am
78de69713d742645c1c4347a06afca5b38f97184 08-Apr-2010 Jerome Glisse <jglisse@redhat.com> drm/radeon: add new cs command stream dumping facilities

Dump command stream + associated bo into a binary file
which follow a similar design as json file. It allows
to intercept a command stream and replay it in a standalone
program (see radeondb tools).
/external/libdrm/radeon/Makefile.am
976e779f9cd0571dd2c218580485b39d37bd18a0 26-Feb-2010 Julien Cristau <jcristau@debian.org> Install headers to $(includedir)/libdrm

Avoids conflicts with kernel headers.

Signed-off-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
/external/libdrm/radeon/Makefile.am
125994ab30d4f0f126c62fa741ec62a52d69d7a8 17-Dec-2009 Dave Airlie <airlied@redhat.com> radeon: straighten out the API insanity.

as Michel pointed out we are exposing too much info for these object
for this to be maintainable going forward.

This patch set minimises the exposed parts of the radeon_bo and
radeon_cs objects to the piece necessary for ddx/mesa to operate
at a decent speed.

The major problem is mesa contains a legacy BO/CS managers which we still
need to expose functionality to, and we really cannot change the API
until we can drop the non-KMS codepaths.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/libdrm/radeon/Makefile.am
4f57abfe66091281c9f59c14e6ea27b524b55d5b 17-Nov-2009 Kristian Høgsberg <krh@bitplanet.net> Move libdrm/ up one level
/external/libdrm/radeon/Makefile.am