aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-6/+24
* i915: move declarations before codeBrian Paul2009-03-121-2/+2
* i915: fix abort issue. (bug #19147)Xiang, Haihao2008-12-181-2/+13
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-0/+29
* i915: fix carsh in i830_emit_state. (bug #17766)Xiang, Haihao2008-10-211-1/+2
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-261-0/+7
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-11/+17
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-17/+11
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-7/+10
* i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt2008-06-231-3/+1
* i915: Convert to using VBs instead of inline prims.Eric Anholt2008-06-231-1/+6
* [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-111-3/+3
* GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-3/+3
* intel: fix _mesa_error ctx I introduced at lsat minuteDave Airlie2008-04-161-1/+31
* intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao2008-03-251-0/+6
* [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-43/+10
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-15/+7
* [intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt2008-01-091-2/+2
* i915: Fix up state changes for i8xx.Michel Dänzer2007-12-031-6/+56
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+674
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-540/+0
* fix fallback crashes when driver can't handle frag prog for i915 driver too (...Roland Scheidegger2007-07-291-0/+6
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-181-2/+9
* More GLSL code:Michal Krol2006-04-111-21/+24
* Add Intel 945GM supportAlan Hourihane2006-01-231-5/+73
* Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick2004-09-191-1/+5
* Added GL_ARB_point_parameters support for i830.Ian Romanick2004-09-191-0/+4
* The i915 driver was merged after EMIT_*_BGR bug was fixed. This bringsKeith Whitwell2004-08-311-2/+2
* fix for older gcc's (from freedesktop bug id #419)Alan Hourihane2004-07-011-2/+4
* 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/+426