aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt2009-04-161-2/+0
| | | | | These LOD bias updates are covered by the texture state uploads in *_texstate.c now.
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-261-1/+2
|
* intel: move glClear-related code into new intel_clear.c fileBrian Paul2009-01-261-0/+1
|
* intel: Move swap-related functions from intel_buffers.c to new ↵Brian Paul2009-01-261-0/+1
| | | | intel_swapbuffers.c
* intel: remove/disable the "paired depth/stencil" codeBrian Paul2009-01-221-2/+1
| | | | | | We only allow combined depth+stencil renderbuffers so the complicated code for splitting and combining separate depth and stencil buffers is no longer needed.
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
|
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-0/+2
|
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-4/+3
| | | | This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a.
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-3/+4
| | | | | | | | This reverts commit 53675e5c05c0598b7ea206d5c27dbcae786a2c03. Conflicts: src/mesa/drivers/dri/i965/brw_wm_surface_state.c
* Merge commit 'origin/master' into drm-gemEric Anholt2008-06-241-3/+4
|\
| * i915: Add support for accelerated glBitmap, shared from 965.Eric Anholt2008-06-241-0/+1
| |
* | i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt2008-06-181-5/+3
| | | | | | | | | | The fencing code is not required, and waiting on the fences defeated one of the purposes of the extension, which is to allow asynchronous readpixels.
* | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-4/+1
| |
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-0/+1
| | | | | | | | | | | | The GEM flags are much more descriptive for what we need. Since this makes bufmgr_fake rather device-specific, move it to the intel common directory. We've wanted to do device-specific stuff to it before.
* | Temporarily disable intel pixel ops on i915 for GEMKeith Packard2008-05-051-3/+6
| | | | | | | | | | Instead of attempting to fix these for GEM, just disable until GEM is working.
* | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-021-1/+1
|/ | | | | | | Fencing was used in two places: ensuring that we didn't get too many frames ahead of ourselves, and glFinish. glFinish will be satisfied by waiting on buffers like we would do for CPU access on them. The "don't get too far ahead" is now the responsibility of the execution manager (kernel).
* [intel] Add 965 support to shared intel_blit.cEric Anholt2007-11-161-1/+1
| | | | | This requires that regions grow a marker of whether they are tiled or not, because fence (surface) registers are ignored by the 965 2D engine.
* [i915] Remove old frontbuffer rotation hack.Eric Anholt2007-11-091-1/+0
| | | | | | This was replaced in previous releases of xserver/dri/libGL by reporting the damage to the frontbuffer so that the server and driver could handle it appropriately.
* Replace symlink generation from i915 with files in intel/ and symlinks there.Eric Anholt2007-10-161-1/+2
|
* i915: add superioctl initial support inside bufmgr ttmDave Airlie2007-10-031-1/+1
|
* i915/drmbuf: attempt to push relocations into buffer managerDave Airlie2007-10-031-1/+2
| | | | | This moves the relocations into the buffer manager in prepration for a superioctl move.
* [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-271-0/+1
|
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-1/+0
| | | | | | | This reverts commit b2f1aa2389473ed09170713301b042661d70a48e. Somehow I ended up with my branch's save-this-while-I-work-on-master commit actually on master.
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-0/+1
|
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+71
|
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-50/+0
|
* add miniglx sources to i915Dave Airlie2006-04-031-1/+2
|
* Add Intel 945GM supportAlan Hourihane2006-01-231-0/+2
| | | | | Add rotation support (Tungsten Graphics)
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-12/+0
|
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
|
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+58