summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_state.c
AgeCommit message (Expand)Author
2011-03-11r600: Build fixAdam Jackson
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-20evergreen : initial support driver code.richard
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-04-23Merge remote branch 'origin/7.8'Jerome Glisse
2010-04-23r600: don't enable depth test if there is no depth bufferJerome Glisse
2010-03-24r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher
2010-03-17Merge branch '7.8' into masterPauli Nieminen
2010-03-16Correct GL_EQUIV code in r67/7xx.Matthew W. S. Bell
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher
2010-03-10radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher
2010-03-08r600: recalculate point size, if point min/max size changesAlex Deucher
2010-03-08r600: no need to flush on context initAlex Deucher
2010-03-08r600: recalculate point size, if point min/max size changesAlex Deucher
2010-03-08r600: no need to flush on context initAlex Deucher
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-01-30r600: Remove unnecessary headers.Vinson Lee
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22r600: update vport z & clipping when depth_clamp is changedAndre Maasikas
2010-01-15r600: fix typo in SQ setupAlex Deucher
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-21r600: fix glFrontFace(GL_CW)Dave Airlie
2009-12-16r600: Invert front face winding when rendering to FBOAlex Deucher
2009-10-15r600: use CB_TARGET_MASK instead of CB_SHADER_MASK for setting color maskAndre Maasikas
2009-10-15r600: user correct alpha blend factorAndre Maasikas
2009-10-09radeon: fix scissor regressionAlex Deucher
2009-09-24radeon: Fix scissors for r600 KMS.Pauli Nieminen
2009-09-24r600: fix point sizesAlex Deucher
2009-09-24r600: fix polygon offsetAlex Deucher
2009-09-24r600: fix dri2 clippingAlex Deucher
2009-09-03r600: rework cb/db setupAlex Deucher
2009-09-03r600: visual depth has no meaning here.Dave Airlie
2009-08-28r600: fix scissor also.Dave Airlie
2009-08-26r600: fix two sided stencilAlex Deucher
2009-08-24r600: code cleanupAlex Deucher
2009-08-24r600: scissor updates for dri2Dave Airlie
2009-08-24r600: map 16 VS outputsAlex Deucher
2009-08-22r600: make state emit more fine grainedAlex Deucher
2009-08-22r600: move full state to radeon state atomsAlex Deucher
2009-08-22r600: add support for RS880Alex Deucher
2009-08-20r600: convert to using common radeon state atomsAlex Deucher
2009-08-20r600: improve state emissionAlex Deucher
2009-08-12r600: state cleanupsAlex Deucher
2009-08-12radeon: Minor warnings cleanup.Eric Anholt
2009-08-02r600: handle state emit betterAlex Deucher
2009-08-02r600: Logic Operations Fixvehemens