Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-06 | configure: Bump version for 2.4.30 | Eric Anholt | |
2012-01-04 | intel: Add a regression test program for intel_decode.c. | Eric Anholt | |
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> | |||
2011-12-13 | configure: Bump version for 2.4.29 | Chris Wilson | |
Yet another release required for new API | |||
2011-12-05 | configure: Bump version to 2.4.28 | Chris Wilson | |
So that we can pull a couple of Intel bug fixes into xf86-video-intel. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2011-11-10 | tests/radeon: radeon specific test | Jerome Glisse | |
Initial test only include ttm test for stressing ttm memory allocations. Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2011-10-29 | configure: version bump for 2.4.27 release. | Eric Anholt | |
Push the new Intel API for use by mesa. Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> | |||
2011-06-04 | configure: version bump for 2.4.26 release | Chris Wilson | |
Push the new Intel API for use by mesa. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2011-06-04 | intel: Add interface to query aperture sizes. | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2011-04-11 | configure: version bump for 2.4.25 release | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2011-03-21 | build: Update autotools configuration | Javier Jardón | |
Replace some deprecated autoconf macros and use the new libtool syntax | |||
2011-03-01 | configure: Bump version to 2.4.24 | Chris Wilson | |
New kernel headers. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2011-02-17 | configure.ac: ac_define HAVE_RADEON | Benjamin Franzke | |
2010-12-10 | configure: Bump version to 2.4.23 | Chris Wilson | |
To export new kernel API for Intel's 2010Q4 release. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-09-28 | Increment version to 2.4.22 | Carl Worth | |
For the upcoming 2.4.22 release. | |||
2010-06-10 | Bump version to 2.4.21 for release. | Eric Anholt | |
2010-05-26 | Enable silent automake rules. | Eric Anholt | |
2010-04-27 | tests: add new vblank test | Jesse Barnes | |
Simple test for event frequency. | |||
2010-04-16 | Make libkms build default OS-dependent | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-02 | libdrm: bump version number to 2.4.20 for release | Jesse Barnes | |
A few good fixes landed, get them out there. | |||
2010-03-17 | Check HAVE_RADEON only after checking for atomic operations. | Pauli Nieminen | |
Fixes problem that libdrm_radeon was disabled in Makefile even when configure claimed that radeon was enabled. Signed-off-by: Pauli Nieminen <suokkos@gmail.com> | |||
2010-03-17 | libdrm: Fix error message if libdrm_intel|radeon is disabled and there is no ↵ | Pauli Nieminen | |
atomic ops. | |||
2010-03-17 | libdrm_radeon: Optimize cs_gem_reloc to do less looping. | Pauli Nieminen | |
bo->referenced_in_cs is checked if bo is already in cs. Adding and removing reference in bo is done with atomic operations to allow parallel access to a bo from multiple contexts. cs->id generation code quarentees there is not duplicated ids which limits number of cs->ids to 32. If there is more cs objects rest will get id 0. V2: - Fix configure to check for atomics operations if libdrm_radeon is only selected. - Make atomic operations private to libdrm. This optimization decreases cs_write_reloc share of torcs profiling from 4.3% to 2.6%. Tested-by: Michel Dänzer <michel@daenzer.net> Signed-off-by: Pauli Nieminen <suokkos@gmail.com> | |||
2010-03-17 | libdrm: Move intel_atomic.h to libdrm core for sharing. | Pauli Nieminen | |
intel_atomic.h includes very usefull atomic operations for lock free parrallel access of variables. Moving these to core libdrm for code sharing with radeon. Signed-off-by: Pauli Nieminen <suokkos@gmail.com> | |||
2010-03-03 | Increment version to 2.4.19 for release. | Eric Anholt | |
The primary motivation of this release is to expose the new execbuf2 Intel API. | |||
2010-02-28 | Add config.h macro HAVE_NOUVEAU | Marcin Kościelnicki | |
2010-02-18 | libkms: Enable by default | Jakob Bornecrantz | |
2010-02-16 | Increment version to 2.4.18 for release. | Carl Worth | |
The primary motivation of the release is the bug fix in commit 4f0f871730b76730ca58209181d16725b0c40184 | |||
2010-02-02 | radeon: enable by default now that kms is out of staging | Dave Airlie | |
2010-01-16 | Add support for Solaris libc atomic operations | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2010-01-16 | Include alloca.h in tests/drmstat.c when configure detects it | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2010-01-08 | tests: Add a very small libkms test | Jakob Bornecrantz | |
2010-01-05 | libkms: Make vmwgfx optional | Jakob Bornecrantz | |
2010-01-05 | Merge branch 'master' into libkms-master | Jakob Bornecrantz | |
Conflicts: configure.ac | |||
2010-01-05 | libkms: Disable by default | Jakob Bornecrantz | |
2010-01-05 | vmwgfx: Add experimental vmwgfx kernel header | Jakob Bornecrantz | |
2009-12-21 | libdrm 2.4.17 | Dave Airlie | |
2009-12-04 | libkms: Add libkms | Jakob Bornecrantz | |
2009-12-03 | Bump to 2.4.16 for release | Kristian Høgsberg | |
2009-11-23 | Don't hardcore 'yes', use in configure.ac output | Kristian Høgsberg | |
Oops, I assumed intel was always enable, but it just defaults to on. | |||
2009-11-23 | Output summary of enabled features at the end of configure.ac | Kristian Høgsberg | |
2009-11-20 | Install kernel headers in ${includedir}/drm | Kristian Høgsberg | |
2009-11-17 | Move libdrm/ up one level | Kristian Høgsberg | |
2009-11-17 | Use headers copied from kernel instead of shared-core | Kristian Høgsberg | |
2009-11-17 | Add makefile rule to copy headers from kernel tree | Kristian Høgsberg | |
2009-11-05 | Only install libdrm_intel.pc if we build libdrm_intel | Julien Cristau | |
2009-10-13 | intel: Fallback to atomic-ops.h [libatomic-ops-dev] | Chris Wilson | |
Use the external implementation for atomic operations across a wide range of architectures. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2009-10-13 | configure: Typo in error message. | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2009-10-12 | configure: Conditionally build libdrm_intel | Chris Wilson | |
Only build libdrm_intel automatically if we have support for atomic operations. To force configure to build drm pass --enable-intel, which will cause the configure to error if no support is found. Or pass --disable-intel to explicitly prevent libdrm_intel from being built. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2009-10-08 | Bump to 2.4.15 for release. | Eric Anholt | |
2009-10-03 | intel: Add a configure option to *disable* building libdrm-intel | Chris Wilson | |
In conjunction with the atomic operation patch, it may be more convenient for some people to disable building libdrm-intel and its dependencies upon the atomic intrinsics then it is for them to use a supported compiler. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> |