aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/evergreen_state.c
Commit message (Expand)AuthorAgeFilesLines
* r300c, r600c: Remove these DRI drivers.Eric Anholt2011-10-281-1937/+0
* mesa: Replace _mesa_rgba_logicop_enabled(ctx) with ctx->Color.ColorLogicOpEna...Ian Romanick2011-09-191-3/+3
* r600c: add support for llanoAlex Deucher2011-05-311-0/+16
* r600: Build fixAdam Jackson2011-03-111-0/+1
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-3/+3
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-8/+8
* r600c: add support for NI asicsAlex Deucher2011-01-061-0/+24
* r600c: add Ontario Fusion APU supportAlex Deucher2010-11-221-0/+8
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-47/+47
* evergreen : fix z format setting, enable stencil.richard2010-10-011-17/+27
* r600: Remove unused variable.Vinson Lee2010-08-241-1/+0
* evergreen : initial support driver code.richard2010-08-201-0/+1879