summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)AuthorFilesLines
2011-04-19r200: enable some extensionsMarek Olšák1-2/+10
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-9/+9
2011-04-05dri: Remove driver date from renderer stringIan Romanick1-4/+1
2011-02-08r200: add cast to silence warningBrian Paul1-1/+1
2011-01-20r200: fix up some problems with TFP on r200Dave Airlie1-5/+15
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie1-1/+1
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-8/+8
2011-01-09r200: Include mfeatures.h in files that perform feature tests.Vinson Lee2-0/+2
2010-12-07r200: Silence uninitialized variable warning.Vinson Lee1-0/+1
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul1-8/+12
2010-11-15r200: set gl_texture_image::TexFormat field in r200SetTexBuffer2()Brian Paul1-2/+8
2010-11-10r200: fix r200 large pointsRoland Scheidegger2-7/+5
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff2-0/+9
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg21-168/+168
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2-2/+2
2010-10-11r200: revalidate after radeon_update_renderbuffersDaniel Vetter2-0/+5
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick1-1/+0
2010-09-05r200: Add radeon_buffer_objects.c.Henri Verbeet3-0/+3
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2-0/+4
2010-08-02Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse2-4/+0
2010-08-02radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner2-0/+4
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2-112/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2-6/+6
2010-06-10mesa: move atifragshader.[ch] to main/Brian Paul1-1/+1
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2-2/+4
2010-03-24r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher1-4/+3
2010-03-22Merge branch '7.8'Brian Paul2-24/+35
2010-03-21r200: Fix emit size prediction to account elt splitting.Pauli Nieminen2-3/+4
2010-03-21r200: Don't flush when closing elts in KMS.Pauli Nieminen1-1/+2
2010-03-21r200: Fix swtnl fallback to flush pending rendering before transition.Pauli Nieminen1-4/+14
2010-03-21r200: Fix mixed indetion in r200TclFallback.Pauli Nieminen1-21/+20
2010-03-12Merge branch '7.8'Michel Dänzer1-1/+1
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher3-6/+9
2010-03-12Grammar and spelling fixesJeff Smith1-1/+1
2010-03-11r200: support additional blit formatsAlex Deucher2-18/+138
2010-03-10r200: add additional blit formatsAlex Deucher1-0/+17
2010-03-10radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher5-536/+4
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora1-0/+1
2010-03-09radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora2-0/+2
2010-03-08radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher1-8/+2
2010-03-08radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher1-0/+3
2010-03-08radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher1-8/+2
2010-03-08radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher1-0/+3
2010-03-07radeon: move glGetTexImage handlers to seperate fileMaciej Cencora2-0/+2
2010-03-07radeon: added tiling functionsMaciej Cencora3-1/+4
2010-03-06dri: drop MINIGLX_SOURCES (2)George Sapountzis1-1/+0
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis1-2/+0
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher3-2/+5
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick1-1/+0
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick1-2/+0