summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-1/+2
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* radeon: add default switch case to silence unhandled enum warningBrian Paul2011-02-211-0/+2
* radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt2011-02-123-7/+1
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* r200: remove 0x4243 pci idAlex Deucher2011-02-012-2/+0
* r600c: get OQ results only for 4 DBs on r600 classAndre Maasikas2011-01-211-2/+6
* radeon: avoid segfault on 3D textures.Dave Airlie2011-01-191-0/+3
* radeon: oops didn't need this logbase2 fnDave Airlie2011-01-191-15/+0
* radeon: calculate complete texture state inside TFP functionDave Airlie2011-01-191-3/+25
* radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie2011-01-192-5/+5
* r600c: preserve correct buffer when using fboAndre Maasikas2011-01-181-1/+1
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-11/+11
* radeon: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-095-0/+5
* r600c: add support for NI asicsAlex Deucher2011-01-063-0/+93
* radeon: fix build on non-KMS systems.Dave Airlie2011-01-031-0/+3
* radeon: bump mip tree levels to 15Alex Deucher2010-12-091-1/+1
* r600c: add Ontario Fusion APU supportAlex Deucher2010-11-223-0/+15
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-8/+10
* r600c/evergreen: texture align is group_bytes just like 6xx/7xxAlex Deucher2010-11-172-14/+15
* radeon: set gl_texture_image::TexFormat field in radeonSetTexBuffer2()Brian Paul2010-11-151-2/+8
* radeon: fix potential segfault in renderbuffer updateDaniel Lichtenberger2010-11-151-2/+1
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-085-0/+125
* radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff2010-11-082-0/+196
* radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff2010-11-082-37/+55
* r600c: properly align mipmaps to group sizeAlex Deucher2010-11-082-4/+7
* r100: revalidate after radeon_update_renderbuffersAlex Deucher2010-10-272-0/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1337-274/+274
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-135-8/+8
* r200: revalidate after radeon_update_renderbuffersDaniel Vetter2010-10-111-3/+5
* dri/radeon: remove duplicated includesNicolas Kaiser2010-09-302-2/+0
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* r600c: fix mipmap stride on evergreenAlex Deucher2010-09-241-3/+10
* radeon: Remove copied minimum pitch alignment code.Eric Anholt2010-09-231-12/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-12/+4
* r600c: add OQ support for evergreenAlex Deucher2010-09-101-1/+1
* dri: Unset current context and dispatch table when unbindingKristian Høgsberg2010-09-081-0/+3
* radeon: Add radeon_buffer_objects.c.Henri Verbeet2010-09-051-0/+1
* radeon: Make do_blit_readpixels() into a PBO work.Henri Verbeet2010-09-051-11/+31
* r600: cube mipmap levels are aligned to 8 faces only starting from r7xxAndre Maasikas2010-09-011-3/+3
* radeon: print chip family for evergreen in renderer stringAlex Deucher2010-08-232-2/+5
* evergreen : initial support driver code.richard2010-08-203-1/+105
* dri/radeon: test for FEATURE definesnobled2010-08-161-0/+4
* radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet2010-08-091-1/+1
* radeon: fix npot mipmap alignment on r600Andre Maasikas2010-08-091-1/+1
* dri: Add missing header m_xform.h.Vinson Lee2010-08-071-0/+3
* r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xxMarek Olšák2010-08-071-1/+1
* r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher2010-08-051-1/+1
* r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher2010-08-051-0/+57