summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i830_state.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter1-10/+14
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-15mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick1-10/+12
2014-01-15mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick1-1/+1
2013-11-05i915: Bring sanity to the Viewport functionIan Romanick1-10/+0
2012-08-28intel: Move RenderMode fallback func to i915 driver.Eric Anholt1-0/+10
2012-05-29i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx1-1/+1
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-1/+2
2012-03-02i915: Fix i830 polygon stipple from PBOs.Kurt Roeckx1-1/+7
2012-03-02i915: Fix piglit fbo-nodepth-test on i830.Eric Anholt1-1/+7
2011-11-23i915: Fix build since hiz merge.Eric Anholt1-1/+2
2011-11-02dri: Remove unused dri texmem.cKristian Høgsberg1-2/+0
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-1/+1
2011-09-19mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick1-1/+1
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-2/+3
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-8/+8
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-27/+27
2010-05-11intel: Drop viewport hack when we canKristian Høgsberg1-2/+0
2010-01-28i915: Remove unused initial and current state, now that there's nothing else.Eric Anholt1-3/+0
2009-12-22mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt1-2/+2
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt1-0/+32
2009-05-26i915: Restore the Viewport and DepthRange functions on 8xx.Eric Anholt1-0/+21
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-5/+5
2008-01-22[intel] Clean up references to screen buffer metrics.Kristian Høgsberg1-31/+1
2007-09-24Move i915tex driver into place as just i915.Eric Anholt1-0/+1116
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt1-1089/+0
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian1-6/+3
2006-11-02Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul1-1/+1
2006-01-23Add Intel 945GM supportAlan Hourihane1-2/+2
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul1-8/+11
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul1-3/+3
2005-01-06Add Intel i915GM support, and these extensions.Alan Hourihane1-196/+8
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-3/+3
2004-09-19Merge in all the i830 functional differences from the old i830 driver.Ian Romanick1-64/+138
2004-06-18add missing license textsKeith Whitwell1-0/+20
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell1-0/+1183