aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt2013-05-171-3/+2
* mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt2013-05-171-10/+7
* radeon: Remove dead radeon_wrap_texture().Eric Anholt2013-05-171-30/+0
* mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.Eric Anholt2013-05-171-4/+6
* radeon: Use accessor for stencil reference valuesChris Forbes2013-05-151-1/+3
* mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke2013-05-121-1/+1
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-112-2/+2
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-061-14/+0
* build: remove unused API_DEFINESAndreas Boll2013-05-011-1/+0
* swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt2013-04-304-113/+3
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-301-8/+5
* swrast: Reuse _swrast_free_texture_image_buffer from drivers.Eric Anholt2013-04-301-8/+1
* swrast: Move ImageOffsets allocation to shared code.Eric Anholt2013-04-301-13/+2
* radeon: Remove some dead teximage mapping code.Eric Anholt2013-04-302-52/+0
* radeon: Add missing swrast field initialization.Eric Anholt2013-04-301-0/+3
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Introduce a globally-available minify() macro.Eric Anholt2013-04-211-9/+0
* mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt2013-04-191-8/+8
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-175-5/+0
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-171-4/+7
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-172-5/+14
* mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul2013-04-172-2/+4
* radeon: Remove dead STANDALONE_MMIO definesMatt Turner2013-02-112-3/+0
* Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry2013-02-081-2/+0
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+2
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-131-0/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* radeon/r200: Fix tcl cullingsmoki2013-01-031-9/+4
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+6
* radeon: Initialize swrast before setting limitsStefan Dösinger2012-12-061-9/+9
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-021-1/+1
* radeon: Fix memory leak in radeonCreateScreen2.Vinson Lee2012-11-301-1/+3
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-292-2/+2
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-121-3/+3
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-13/+7
* r200: Remove support for software-only NV_vertex_program.Eric Anholt2012-10-151-4/+1
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* radeon/r200: remove use of gl_context::DriverCtx fieldBrian Paul2012-10-053-7/+10
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-0518-83/+84
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-031-2/+2
* build: Set visibility CFLAGS in dri/radeonMatt Turner2012-10-011-0/+1
* mesa: remove FEATURE_EXT_framebuffer_blit define.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-154-14/+0
* mesa: remove FEATURE_EXT_framebuffer_object define.Oliver McFadden2012-09-151-2/+0