aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-291-1/+0
* radeon: Add MapTextureImage() implementation.Eric Anholt2011-08-291-0/+77
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-293-27/+40
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-293-5/+5
* radeon: Fix flushing before writing a teximage's BO when !t->bo.Eric Anholt2011-08-241-12/+12
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-31/+1
* radeon: Hack up an implementation of MapBufferRangeIan Romanick2011-08-231-0/+33
* mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-1/+0
* 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