summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_context.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-1/+1
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-131-1/+2
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-1/+1
* intel: Remove the last spans code!Eric Anholt2013-04-301-2/+0
* i915: Correctly set the OQ counter bits.Eric Anholt2013-04-291-0/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* intel: Move validation of context version into intelInitContextChad Versace2013-01-151-5/+15
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+8
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* i915: Move the texture format setup for this driver out of shared code.Eric Anholt2011-11-221-0/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-4/+4
* intel: Make our context structure be a ralloc context.Eric Anholt2011-07-111-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* i915: Remove unnecessary header from i830_context.c.Vinson Lee2010-08-191-1/+0
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+1
* intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt2010-01-281-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-3/+0
|\
| * i915: Remove unnecessary headers.Vinson Lee2010-01-221-3/+0
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
|/
* intel: fix max anisotropy supportedRoland Scheidegger2009-04-221-0/+2
* i915: Remove dead i830TexEnv and i915TexEnv.Eric Anholt2009-04-161-1/+0
* intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2009-02-171-0/+2
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* 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-0/+3
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-3/+0
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-8/+0
|\
| * intel: Clean-up ARB_texture_env_crossbarIan Romanick2008-07-161-8/+0
* | Merge commit 'origin/master' into drm-gemEric Anholt2008-06-241-1/+0
|\ \ | |/
| * intel: Same pixel function init for everyone now.Eric Anholt2008-06-241-1/+0
* | i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt2008-06-181-1/+1
* | [intel] Fix no_rast option on non-965.Eric Anholt2008-06-171-0/+3
* | Temporarily disable intel pixel ops on i915 for GEMKeith Packard2008-05-051-1/+1
|/
* intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg2008-02-221-0/+14
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+104
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-124/+0
* fix the presumably broken check for the allow_large_textures and vblank_mode ...Roland Scheidegger2006-09-011-1/+1
* Fix some warnings on x86_64Alan Hourihane2006-04-071-1/+1
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-3/+5
* remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul2005-09-091-1/+1
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-2/+2
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-3/+3
* Revert some accidental cross-merge changes. Remove i915GetString. MigrateIan Romanick2005-01-071-1/+0
* fix warningAlan Hourihane2004-12-141-1/+1
* Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick2004-09-191-1/+1
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-191-48/+7
* enable FXT1 texture compression for ixxx chipsetsDave Airlie2004-07-151-1/+2