summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
2011-02-08r200: add cast to silence warningBrian Paul
2011-01-20r200: fix up some problems with TFP on r200Dave Airlie
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-09r200: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-12-07r200: Silence uninitialized variable warning.Vinson Lee
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-15r200: set gl_texture_image::TexFormat field in r200SetTexBuffer2()Brian Paul
2010-11-10r200: fix r200 large pointsRoland Scheidegger
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-10-11r200: revalidate after radeon_update_renderbuffersDaniel Vetter
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-09-05r200: Add radeon_buffer_objects.c.Henri Verbeet
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner
2010-08-02Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse
2010-08-02radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-10mesa: move atifragshader.[ch] to main/Brian Paul
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-03-24r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher
2010-03-22Merge branch '7.8'Brian Paul
2010-03-21r200: Fix emit size prediction to account elt splitting.Pauli Nieminen
2010-03-21r200: Don't flush when closing elts in KMS.Pauli Nieminen
2010-03-21r200: Fix swtnl fallback to flush pending rendering before transition.Pauli Nieminen
2010-03-21r200: Fix mixed indetion in r200TclFallback.Pauli Nieminen
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-11r200: support additional blit formatsAlex Deucher
2010-03-10r200: add additional blit formatsAlex 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-09radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora
2010-03-08radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher
2010-03-08radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher
2010-03-08radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher
2010-03-08radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher
2010-03-07radeon: move glGetTexImage handlers to seperate fileMaciej Cencora
2010-03-07radeon: added tiling functionsMaciej Cencora
2010-03-06dri: drop MINIGLX_SOURCES (2)George Sapountzis
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie
2010-02-24radeon/r200: fix the state emission before kernel clearDave Airlie
2010-02-10radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen