aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* i915: check for depth region before accounting its buffer sizeDave Airlie2008-04-181-1/+2
* intel: fix _mesa_error ctx I introduced at lsat minuteDave Airlie2008-04-161-0/+3
* intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie2008-04-161-0/+31
* intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao2008-03-251-0/+7
* [i965] multiple rendering target supportZou Nan hai2008-03-131-3/+4
* [i915] Fix driver from cliprects changes, and clean up state emission.Eric Anholt2008-01-171-44/+10
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-5/+5
* [intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt2008-01-091-2/+7
* i915: don't validate PS program when falling back to softwareXiang, Haihao2008-01-041-1/+2
* i915: fix the error in the previos commit.Xiang, Haihao2007-12-071-1/+1
* i915: Check the program size when uploading a program. fix bug 13494Xiang, Haihao2007-12-071-6/+8
* i915: Catch cases where not all state is emitted for a new batchbuffer.Keith Whitwell2007-11-261-1/+45
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+571
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-469/+0
* fix fallback crashes when driver can't handle frag prog for i915 driver too (...Roland Scheidegger2007-07-291-1/+7
* Add case for GL_QUADS in i915_reduced_primitive_state().Brian2007-07-061-0/+1
* Restore the UseTexEnvProgram logic.Brian2007-03-271-1/+1
* merge from masterBrian2007-03-211-1/+1
|\
| * fix off-by-one in load_state_immediateKeith Whitwell2007-03-181-1/+1
* | Update DRI drivers for new glsl compiler.Brian2007-02-231-1/+1
* | vertex/fragment program field changesBrian2006-12-151-1/+1
|/
* Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell2006-10-101-1/+3
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-181-2/+9
* Add Intel 945GM supportAlan Hourihane2006-01-231-12/+112
* get fog working with _TexEnvProgramKeith Whitwell2005-05-101-0/+1
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-091-1/+1
* fix for older gcc's (from freedesktop bug id #419)Alan Hourihane2004-07-011-1/+1
* add missing license textsKeith Whitwell2004-06-181-0/+20
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+332