summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_state.c
Commit message (Expand)AuthorAgeFilesLines
* i830: Fix culling with user fbos on gen2Ville Syrjälä2015-10-061-0/+2
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-10/+10
* Fix a few typosZoë Blade2015-04-271-3/+3
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-141-22/+22
* i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLEVille Syrjälä2014-11-131-2/+2
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-10/+14
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick2014-01-151-10/+12
* mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2014-01-151-1/+1
* i915: Bring sanity to the Viewport functionIan Romanick2013-11-051-10/+0
* intel: Move RenderMode fallback func to i915 driver.Eric Anholt2012-08-281-0/+10
* i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx2012-05-291-1/+1
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-1/+2
* i915: Fix i830 polygon stipple from PBOs.Kurt Roeckx2012-03-021-1/+7
* i915: Fix piglit fbo-nodepth-test on i830.Eric Anholt2012-03-021-1/+7
* i915: Fix build since hiz merge.Eric Anholt2011-11-231-1/+2
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-021-2/+0
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick2011-09-191-1/+1
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-2/+3
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-8/+8
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-27/+27
* intel: Drop viewport hack when we canKristian Høgsberg2010-05-111-2/+0
* i915: Remove unused initial and current state, now that there's nothing else.Eric Anholt2010-01-281-3/+0
* mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt2009-12-221-2/+2
* intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-0/+32
* i915: Restore the Viewport and DepthRange functions on 8xx.Eric Anholt2009-05-261-0/+21
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* [intel] Clean up references to screen buffer metrics.Kristian Høgsberg2008-01-221-31/+1
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+1116
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-1089/+0
* Replace initInitState() with _mesa_init_driver_state().Brian2007-05-221-6/+3
* Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul2006-11-021-1/+1
* Add Intel 945GM supportAlan Hourihane2006-01-231-2/+2
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-101-3/+3
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-061-196/+8
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+3
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-191-64/+138
* 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/+1183