summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)AuthorFilesLines
2011-07-15r600c/g: add new NI pci idsAlex Deucher1-0/+2
2011-06-22r600c: add missing bank tiling case for evergreenAlex Deucher1-0/+3
2011-06-14r600c: add tiling support for evergreen+Alex Deucher1-45/+95
2011-06-14mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt1-0/+8
2011-06-13dri: include swrast.h, not s_texrender.hBrian Paul1-1/+1
2011-06-13mesa: move texrender.c to swrastBrian Paul1-4/+4
2011-06-07radeon: Use pciid list to generate PCI_CHIP_<FAMILY>_<ID> definesBenjamin Franzke1-491/+9
2011-06-02dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr1-3/+4
2011-05-31r600c: add support for llanoAlex Deucher3-0/+35
2011-05-06Add pci id for FirePro 2270Kostas Georgiou2-0/+2
2011-05-03r600c: add some new pci idsAlex Deucher2-0/+8
2011-04-19r600c: add big endian support for r6xx/r7xxCédric Cano2-28/+67
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul2-12/+12
2011-04-05dri: Remove driver date from renderer stringIan Romanick2-6/+1
2011-04-04r600c: add new ontario pci idsAlex Deucher2-0/+4
2011-03-24radeon: use C99 style in macros with variable argumentsIain Hibbert1-8/+8
2011-03-24radeon: reorder #includes to silence warningsBrian Paul1-4/+4
2011-03-24radeon: fix radeon_create_image_from_name() wrong parameter typeBrian Paul1-3/+3
2011-03-11mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul1-1/+2
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2011-02-21radeon: add default switch case to silence unhandled enum warningBrian Paul1-0/+2
2011-02-12radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt3-7/+1
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul1-1/+1
2011-02-01r200: remove 0x4243 pci idAlex Deucher2-2/+0
2011-01-21r600c: get OQ results only for 4 DBs on r600 classAndre Maasikas1-2/+6
2011-01-19radeon: avoid segfault on 3D textures.Dave Airlie1-0/+3
2011-01-19radeon: oops didn't need this logbase2 fnDave Airlie1-15/+0
2011-01-19radeon: calculate complete texture state inside TFP functionDave Airlie1-3/+25
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie2-5/+5
2011-01-18r600c: preserve correct buffer when using fboAndre Maasikas1-1/+1
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-11/+11
2011-01-09radeon: Include mfeatures.h in files that perform feature tests.Vinson Lee5-0/+5
2011-01-06r600c: add support for NI asicsAlex Deucher3-0/+93
2011-01-03radeon: fix build on non-KMS systems.Dave Airlie1-0/+3
2010-12-09radeon: bump mip tree levels to 15Alex Deucher1-1/+1
2010-11-22r600c: add Ontario Fusion APU supportAlex Deucher3-0/+15
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul1-8/+10
2010-11-17r600c/evergreen: texture align is group_bytes just like 6xx/7xxAlex Deucher2-14/+15
2010-11-15radeon: set gl_texture_image::TexFormat field in radeonSetTexBuffer2()Brian Paul1-2/+8
2010-11-15radeon: fix potential segfault in renderbuffer updateDaniel Lichtenberger1-2/+1
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff5-0/+125
2010-11-08radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff2-0/+196
2010-11-08radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff2-37/+55
2010-11-08r600c: properly align mipmaps to group sizeAlex Deucher2-4/+7
2010-10-27r100: revalidate after radeon_update_renderbuffersAlex Deucher2-0/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg37-274/+274
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-1/+1
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg5-8/+8
2010-10-11r200: revalidate after radeon_update_renderbuffersDaniel Vetter1-3/+5
2010-09-30dri/radeon: remove duplicated includesNicolas Kaiser2-2/+0