aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_context.h
Commit message (Collapse)AuthorAgeFilesLines
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-0/+8
|
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-1/+7
| | | | | | | This avoids issues with dereferencing stale cliprects around intel_draw_buffer time. Additionally, take advantage of cliprects staying constant for FBOs and DRI2, and emit cliprects in the batchbuffer instead of having to flush batch each time they change.
* [i915] Remove old frontbuffer rotation hack.Eric Anholt2007-11-091-4/+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.
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+213
|
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-218/+0
|
* Fix writemasks on texture arb fp instructions.Alan Hourihane2006-08-181-0/+1
| | | | Cleanup invarient state emission.
* More GLSL code:Michal Krol2006-04-111-1/+1
| | | | | | | | | | | | - use macros to access and modify render inputs bit-field; - un-alias generic vertex attributes for ARB vertex calls; - use MAX_VERTEX_PROGRAM_ATTRIBS (NV code) or MAX_VERTEX_ATTRIBS (ARB code) in place of VERT_ATTRIB_MAX; - define VERT_ATTRIB_GENERIC0..15 for un-aliased vertex attributes for ARB_vertex_shader; - fix generic attribute index range check in arbprogparse.c; - interface GLSL varyings between vertex and fragment shader; - use 64-bit optimised bitset (bitset.h) for render inputs;
* Add Intel 945GM supportAlan Hourihane2006-01-231-1/+3
| | | | | Add rotation support (Tungsten Graphics)
* Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick2004-09-191-2/+3
| | | | | | lifted from the i915 side. i830 will now report version 1.3! Hurrah! With the exception of GL_EXT_texture_compression_s3tc, the i830 driver now supports all the extensions that its Windows counterpart supports.
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-191-6/+3
|
* 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/+197