aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-1/+0
* radeon: Explain to the user what went wrong when built without libdrm.Eric Anholt2011-08-151-0/+6
* radeon: Remove some remaining set-but-unused variables.Eric Anholt2011-08-023-12/+0
* radeon: Remove set-but-unused variables in radeon_lock.cEric Anholt2011-08-021-10/+0
* radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt2011-08-021-6/+0
* radeon: Remove set-but-unused log2depth variable.Eric Anholt2011-08-021-2/+1
* radeon: Remove set-but-unused color_mask variable.Eric Anholt2011-08-021-3/+0
* radeon: remove radeonCopyTexImage2D()Brian Paul2011-07-193-61/+0
* r600c/g: add new NI pci idsAlex Deucher2011-07-151-0/+2
* r600c: add missing bank tiling case for evergreenAlex Deucher2011-06-221-0/+3
* r600c: add tiling support for evergreen+Alex Deucher2011-06-141-45/+95
* mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt2011-06-141-0/+8
* dri: include swrast.h, not s_texrender.hBrian Paul2011-06-131-1/+1
* mesa: move texrender.c to swrastBrian Paul2011-06-131-4/+4
* radeon: Use pciid list to generate PCI_CHIP_<FAMILY>_<ID> definesBenjamin Franzke2011-06-071-491/+9
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-3/+4
* r600c: add support for llanoAlex Deucher2011-05-313-0/+35
* Add pci id for FirePro 2270Kostas Georgiou2011-05-062-0/+2
* r600c: add some new pci idsAlex Deucher2011-05-032-0/+8
* r600c: add big endian support for r6xx/r7xxCédric Cano2011-04-192-28/+67
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-102-12/+12
* dri: Remove driver date from renderer stringIan Romanick2011-04-052-6/+1
* r600c: add new ontario pci idsAlex Deucher2011-04-042-0/+4
* radeon: use C99 style in macros with variable argumentsIain Hibbert2011-03-241-8/+8
* radeon: reorder #includes to silence warningsBrian Paul2011-03-241-4/+4
* radeon: fix radeon_create_image_from_name() wrong parameter typeBrian Paul2011-03-241-3/+3
* 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