summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_context.c
AgeCommit message (Expand)Author
2011-01-09r200: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
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-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher
2010-02-10radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen
2010-02-07r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen
2010-01-30r200: Remove unnecessary headers.Vinson Lee
2010-01-20r200: fix some breakage after move to common blit codeAlex Deucher
2010-01-19r200: use common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-18r200: add blit supportAlex Deucher
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-02Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz
2009-12-03r200: fix polygon stippleAlex Deucher
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-08-31r200: Convert r200 to use new style debug code.Pauli Nieminen
2009-08-28r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen
2009-08-28r200: Fix piglit paths test.Pauli Nieminen
2009-08-26radeon/r100/r200: actually init the OQ support properlyDave Airlie
2009-08-26radeon/r200: OQ support for r200 in theory.Dave Airlie
2009-08-26r200: Add scissor to state atom list.Pauli Nieminen
2009-08-12r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen
2009-06-25radeon: fix hw texture limitsRoland Scheidegger
2009-06-25radeon/r200: add some hw texture limitsDave Airlie
2009-06-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger
2009-05-20radeon: set max texture sizeJerome Glisse
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-03-24radeon/r200/r300: fix warningsDave Airlie
2009-03-24radeon/r200/r300: set the texture depth correctly for DRI2Dave Airlie
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie
2009-03-21r200: fix for sureDave Airlie
2009-03-21radeon/r200: oops make correct fbo init callsDave Airlie
2009-03-21radeon/r200: add fbo initDave Airlie
2009-03-03radeon: refactor framebuffer code like intelDave Airlie
2009-02-17radeon/r200: drop legacy texture heap codeDave Airlie
2009-02-17radeon/r200: fixup texturing aging callsDave Airlie
2009-02-13r200: fixup some CS emission sizesDave Airlie
2009-02-13Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-11radeon: fix span init needs more workDave Airlie
2009-02-11radeon/r200/r300: merge span code into single shared fileDave Airlie
2009-02-04r200: fixup DMA region stuffDave Airlie
2009-01-31r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie
2009-01-29r200: bring back single dma flushDave Airlie
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie