aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* Replace duplicated intel_reg.h with a shared header.Eric Anholt2007-10-045-105/+8
* i915: Only align texture pitch to 64 bytes when textures can be render targets.Michel Dänzer2007-10-031-8/+16
* i915: Work around texture pitch related performance drops on i915 at least.Michel Dänzer2007-10-031-1/+10
* Go back to using old drm_i915_flip_t field nameJesse Barnes2007-09-281-4/+4
* [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-274-862/+4
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-273-1/+453
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-273-453/+1
* i915/i965 merge serer directories along lines for radeon/r200Dave Airlie2007-09-271-0/+20
* Remove leftover code for i915_texprog.c noticed in crossbar review.Eric Anholt2007-09-243-25/+0
* Move i915tex driver into place as just i915.Eric Anholt2007-09-2477-0/+27961
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-2448-21708/+0
* i915: Quiet valgrind by initializing the seq value the kernel writes into.Eric Anholt2007-09-191-0/+9
* Remove unused plane->pipe mapping fields from SAREA private.Jesse Barnes2007-09-121-3/+0
* Fix-up #includes to remove some -I options.Brian2007-09-111-5/+6
* intel: disentangle planes & pipesJesse Barnes2007-09-112-18/+21
* i915: satisfy certain alignment restrictions for smallXiang, Haihao2007-08-132-6/+57
* fix cos/sin range reduction for i915 driver tooRoland Scheidegger2007-07-291-4/+4
* fix fallback crashes when driver can't handle frag prog for i915 driver too (...Roland Scheidegger2007-07-294-1/+16
* fix segfault with i915 drivers in swrast drawpixels path when resizing windowsRoland Scheidegger2007-07-161-0/+6
* Add case for GL_QUADS in i915_reduced_primitive_state().Brian2007-07-061-0/+1
* Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian2007-06-211-15/+19
* Effectively disable _TexEnvProgram before calling _swrast_DrawPixels().Brian2007-06-201-3/+15
* Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-055-8/+29
* i915: Add support for 945GME chipWang Zhenyu2007-05-315-2/+8
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-224-110/+6
* i915/i915tex: minor cleanup (remove unneeded function callRoland Scheidegger2007-05-221-8/+0
* fix copy & paste bug of previous commit, breaking dxt5 formatsRoland Scheidegger2007-05-191-0/+1
* fix small s3tc mipmaps (#10968)Roland Scheidegger2007-05-192-23/+20
* Clean-up in I830AllocVidMem(), s/int/unsigned long/ for ret variable.Brian2007-05-091-13/+14
* just clean-upsBrian2007-04-161-23/+24
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* i915: Bring test for vsync to pipe B in line with i915tex.Michel Dänzer2007-04-101-1/+1
* include points.h to fix warningsBrian2007-04-051-0/+1
* i810/i915/i915tex: reinitialize the context point stateXiang, Haihao2007-04-041-0/+5
* Restore the UseTexEnvProgram logic.Brian2007-03-273-2/+3
* merge from masterBrian2007-03-213-3/+3
|\
| * fix off-by-one in load_state_immediateKeith Whitwell2007-03-182-2/+2
| * fix typo in subrect_disable packetKeith Whitwell2007-03-181-1/+1
* | Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-1/+1
|\|
| * Fix/improve framebuffer object reference counting.Brian2007-03-061-2/+1
| * fix for bug#10182Xiang, Haihao2007-03-061-1/+2
* | Update DRI drivers for new glsl compiler.Brian2007-02-235-13/+11
* | Merge branch 'origin' into glsl-compiler-1Brian2007-02-223-10/+13
|\|
| * Merge branch 'vbo-0.2'Keith Whitwell2007-02-022-6/+7
| |\
| | * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-166-10/+15
| | |\
| | * | merge current trunk into vbo branchAlan Hourihane2006-11-026-31/+61
| | * | switch several dri drivers overKeith Whitwell2006-10-302-6/+7
| * | | Fix fd.o #9686, when fall into vertex fog,Zou Nan hai2007-02-021-4/+6
| | |/ | |/|
* / | vertex/fragment program field changesBrian2006-12-152-3/+2
|/ /
* | remove assertions to match i915tex code (bug 8726)Brian Paul2006-11-271-2/+0