summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-21radeon: add default switch case to silence unhandled enum warningBrian Paul
2011-02-12radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2011-02-01r200: remove 0x4243 pci idAlex Deucher
2011-01-21r600c: get OQ results only for 4 DBs on r600 classAndre Maasikas
2011-01-19radeon: avoid segfault on 3D textures.Dave Airlie
2011-01-19radeon: oops didn't need this logbase2 fnDave Airlie
2011-01-19radeon: calculate complete texture state inside TFP functionDave Airlie
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie
2011-01-18r600c: preserve correct buffer when using fboAndre Maasikas
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2011-01-09radeon: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-06r600c: add support for NI asicsAlex Deucher
2011-01-03radeon: fix build on non-KMS systems.Dave Airlie
2010-12-09radeon: bump mip tree levels to 15Alex Deucher
2010-11-22r600c: add Ontario Fusion APU supportAlex Deucher
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-17r600c/evergreen: texture align is group_bytes just like 6xx/7xxAlex Deucher
2010-11-15radeon: set gl_texture_image::TexFormat field in radeonSetTexBuffer2()Brian Paul
2010-11-15radeon: fix potential segfault in renderbuffer updateDaniel Lichtenberger
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff
2010-11-08radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff
2010-11-08radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff
2010-11-08r600c: properly align mipmaps to group sizeAlex Deucher
2010-10-27r100: revalidate after radeon_update_renderbuffersAlex Deucher
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian 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-30dri/radeon: remove duplicated includesNicolas Kaiser
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-09-24r600c: fix mipmap stride on evergreenAlex Deucher
2010-09-23radeon: Remove copied minimum pitch alignment code.Eric Anholt
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-10r600c: add OQ support for evergreenAlex Deucher
2010-09-08dri: Unset current context and dispatch table when unbindingKristian Høgsberg
2010-09-05radeon: Add radeon_buffer_objects.c.Henri Verbeet
2010-09-05radeon: Make do_blit_readpixels() into a PBO work.Henri Verbeet
2010-09-01r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas
2010-08-23radeon: print chip family for evergreen in renderer stringAlex Deucher
2010-08-20evergreen : initial support driver code.richard
2010-08-16dri/radeon: test for FEATURE definesnobled
2010-08-09radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet
2010-08-09radeon: fix npot mipmap alignment on r600Andre Maasikas
2010-08-07dri: Add missing header m_xform.h.Vinson Lee
2010-08-07r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xxMarek Olšák
2010-08-05r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher
2010-08-05r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher