summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-291-1/+0
* radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt2011-09-271-1/+0
* dri: Remove redundant GL_SGIS_texture_edge_clamp enablesIan Romanick2011-09-261-1/+0
* r200: use _mesa_unclamped_float_rgba_to_ubyte()Brian Paul2011-09-202-3/+3
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-141-4/+1
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-5/+6
* r200: Enable extensions by just setting the flagsIan Romanick2011-09-091-107/+63
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-291-2/+0
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-292-40/+3
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-1/+1
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-4/+4
|\
| * r200, r600c, i965: fix buildBryan Cain2011-08-011-4/+4
* | radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt2011-08-021-6/+0
* | radeon: Remove set-but-unused color_mask variable.Eric Anholt2011-08-021-3/+0
* | radeon: remove radeonCopyTexImage2D()Brian Paul2011-07-191-1/+0
* | dri/r200: properly spell current_atom.Stéphane Marchesin2011-06-231-1/+1
* | dri/r200: rename __atom to current_atom.Stéphane Marchesin2011-06-231-3/+3
|/
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-3/+4
* r200: enable some extensionsMarek Olšák2011-04-191-2/+10
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-9/+9
* dri: Remove driver date from renderer stringIan Romanick2011-04-051-4/+1
* r200: add cast to silence warningBrian Paul2011-02-081-1/+1
* r200: fix up some problems with TFP on r200Dave Airlie2011-01-201-5/+15
* radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie2011-01-191-1/+1
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-8/+8
* r200: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-092-0/+2
* r200: Silence uninitialized variable warning.Vinson Lee2010-12-071-0/+1
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-8/+12
* r200: set gl_texture_image::TexFormat field in r200SetTexBuffer2()Brian Paul2010-11-151-2/+8
* r200: fix r200 large pointsRoland Scheidegger2010-11-102-7/+5
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-082-0/+9
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1321-168/+168
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-132-2/+2
* r200: revalidate after radeon_update_renderbuffersDaniel Vetter2010-10-112-0/+5
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* r200: Add radeon_buffer_objects.c.Henri Verbeet2010-09-053-0/+3
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-022-0/+4
* Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse2010-08-022-4/+0
* radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner2010-08-022-0/+4
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-192-112/+0
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-102-6/+6
* mesa: move atifragshader.[ch] to main/Brian Paul2010-06-101-1/+1
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-282-2/+4
* r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher2010-03-241-4/+3
* Merge branch '7.8'Brian Paul2010-03-222-24/+35
|\
| * r200: Fix emit size prediction to account elt splitting.Pauli Nieminen2010-03-212-3/+4
| * r200: Don't flush when closing elts in KMS.Pauli Nieminen2010-03-211-1/+2