| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404 | Jordan Justen | 2014-09-04 | 1 | -1/+1 |
* | i965: Create a macro for setting a dirty bit. | Paul Berry | 2014-09-01 | 1 | -1/+1 |
* | i965: Move the remaining driver debug over to stderr. | Eric Anholt | 2014-02-22 | 1 | -9/+10 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | i965: Drop trailing whitespace from the rest of the driver. | Kenneth Graunke | 2013-12-05 | 1 | -13/+13 |
* | i965: Move intel_context::gen and gt fields to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -2/+1 |
* | i965: Move intel_context::is_<platform> flags to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -1/+1 |
* | i965: Move intel_context::batch to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -3/+3 |
* | i965/vs: split brw_vs_prog_data into generic and VS-specific parts. | Paul Berry | 2013-04-11 | 1 | -1/+1 |
* | intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf. | Eric Anholt | 2012-08-12 | 1 | -1/+1 |
* | i965/gen4: Move URB fence recalculate to emit() time. | Eric Anholt | 2011-10-29 | 1 | -1/+1 |
* | intel: Convert from GLboolean to 'bool' from stdbool.h. | Kenneth Graunke | 2011-10-18 | 1 | -1/+1 |
* | i965: Handle URB_FENCE erratum for Broadwater | Chris Wilson | 2011-03-04 | 1 | -0/+8 |
* | intel: Annotate debug printout checks with unlikely(). | Eric Anholt | 2010-11-03 | 1 | -2/+2 |
* | intel: Clean up chipset name and gen num for Ironlake | Zhenyu Wang | 2010-04-21 | 1 | -1/+1 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -3/+3 |
* | intel: Replace IS_G4X() across the driver with context structure usage. | Eric Anholt | 2009-12-22 | 1 | -4/+5 |
* | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync. | Eric Anholt | 2009-12-22 | 1 | -1/+2 |
* | i965: add support for new chipsets | Xiang, Haihao | 2009-07-13 | 1 | -1/+11 |
* | i965: Increase G4X default VS URB allocation to actually allow 32 threads. | Eric Anholt | 2009-06-30 | 1 | -3/+14 |
* | i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads. | Eric Anholt | 2008-11-12 | 1 | -1/+1 |
* | i965: Add a big comment explaining my understanding of URB management. | Eric Anholt | 2008-11-12 | 1 | -1/+38 |
* | i965: Fix copy'n'paste issue that made brw->urb.constrained useless. | Eric Anholt | 2008-11-02 | 1 | -3/+7 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -14/+1 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -1/+14 |
* | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt | 2008-08-08 | 1 | -2/+1 |
* | 965: cleanups to state emission from aperture checking and state ordering. | Eric Anholt | 2008-08-08 | 1 | -12/+0 |
* | [i965] This is to fix random crash in some maps of Ut2004 demo. | Zou Nan hai | 2008-04-22 | 1 | -1/+1 |
* | i965: initial attempt at fixing the aperture overflow | Dave Airlie | 2008-04-18 | 1 | -2/+3 |
* | i965: remove unused hal hooks | Dave Airlie | 2008-02-14 | 1 | -15/+0 |
* | i965: new integrated graphics chipset support | Xiang, Haihao | 2008-01-29 | 1 | -4/+4 |
* | i965: The given urb layout(maximal size of urb entries and the | Xiang, Haihao | 2007-03-25 | 1 | -1/+1 |
* | VS nr of urb entries is constrained to be one of a fixed set of values, | Keith Whitwell | 2006-09-14 | 1 | -2/+2 |
* | Potential fix for doom3 lockups. Seems that there is a conflict | Keith Whitwell | 2006-09-12 | 1 | -1/+1 |
* | Add Intel i965G/Q DRI driver. | Eric Anholt | 2006-08-09 | 1 | -0/+215 |