aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.c
Commit message (Expand)AuthorAgeFilesLines
* r200: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-081-0/+5
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher2010-03-121-1/+1
* radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher2010-03-101-2/+0
* radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora2010-03-091-0/+1
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-031-0/+1
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-101-0/+2
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-071-0/+2
* r200: Remove unnecessary headers.Vinson Lee2010-01-301-5/+0
* r200: fix some breakage after move to common blit codeAlex Deucher2010-01-201-4/+0
* r200: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-1/+3
* r200: add blit supportAlex Deucher2010-01-181-0/+5
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-3/+3
* Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz2009-12-021-2/+2
|\
| * r200: fix polygon stippleAlex Deucher2009-12-031-2/+2
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-8/+8
|/
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-27/+0
* r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen2009-08-281-1/+1
* r200: Fix piglit paths test.Pauli Nieminen2009-08-281-1/+2
* radeon/r100/r200: actually init the OQ support properlyDave Airlie2009-08-261-0/+1
* radeon/r200: OQ support for r200 in theory.Dave Airlie2009-08-261-0/+20
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-261-0/+1
* r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen2009-08-121-0/+12
* radeon: fix hw texture limitsRoland Scheidegger2009-06-251-3/+3
* radeon/r200: add some hw texture limitsDave Airlie2009-06-251-1/+4
* radeons: use dp4 for position invariant vertex programsRoland Scheidegger2009-06-191-0/+2
* radeon: set max texture sizeJerome Glisse2009-05-201-0/+4
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-58/+0
* radeon/r200/r300: fix warningsDave Airlie2009-03-241-1/+0
* radeon/r200/r300: set the texture depth correctly for DRI2Dave Airlie2009-03-241-6/+0
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-0/+10
* r200: fix for sureDave Airlie2009-03-211-1/+1
* radeon/r200: oops make correct fbo init callsDave Airlie2009-03-211-1/+1
* radeon/r200: add fbo initDave Airlie2009-03-211-0/+1
* radeon: refactor framebuffer code like intelDave Airlie2009-03-031-1/+1
* radeon/r200: drop legacy texture heap codeDave Airlie2009-02-171-53/+0
* radeon/r200: fixup texturing aging callsDave Airlie2009-02-171-3/+2
* r200: fixup some CS emission sizesDave Airlie2009-02-131-0/+1
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-02-131-8/+2
|\
| * Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
| * Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
| * Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
| * Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
| * Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+0
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-28/+4
* | radeon: fix span init needs more workDave Airlie2009-02-111-0/+1