summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* dri: Drop __driUtilUpdateDrawableInfo and helper macrosKristian Høgsberg2011-11-022-145/+0
* dri: Remove unused driSwapBuffersKristian Høgsberg2011-11-021-64/+1
* dri: Drop unused driCreateNewContextKristian Høgsberg2011-11-021-52/+0
* dri: Fold driCreateNewDrawable into dri2CreateNewDrawableKristian Høgsberg2011-11-021-55/+30
* dri: Remove unsused driCreateNewScreenKristian Høgsberg2011-11-021-93/+0
* dri: Remove unused __DRIswapInfoRecKristian Høgsberg2011-11-021-40/+0
* dri: Remove driMediaStreamCounterExtensionKristian Høgsberg2011-11-023-43/+0
* dri: Remove driSwapControlExtensionKristian Høgsberg2011-11-023-21/+1
* dri: Drop driCopySubBufferExtensionKristian Høgsberg2011-11-023-21/+0
* dri: Drop driReadDrawableExtensionKristian Høgsberg2011-11-024-11/+0
* dri: Drop driLegacyExtensionKristian Høgsberg2011-11-023-10/+0
* Build fix for -Werror=int-to-pointer-cast -Werror=pointer-to-int-castJeremy Huddleston2011-11-012-4/+4
* intel: fix potential segfault errorYuanhan Liu2011-11-021-2/+4
* swrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_COMPONENT) fast-paths.Eric Anholt2011-11-011-68/+63
* mesa: Make unpack_uint_z_row return 32 bits of data.Eric Anholt2011-11-011-25/+10
* nouveau: Add implementation of MapRenderbuffer.Eric Anholt2011-11-011-0/+46
* radeon: Add implementation of MapRenderbuffer.Eric Anholt2011-11-012-0/+98
* intel: Use MapRenderbuffer in spans setup.Eric Anholt2011-11-011-23/+10
* intel: Add an implementation of MapRenderbuffer.Eric Anholt2011-11-014-1/+130
* intel: Improve the debug info for renderbuffer allocation.Eric Anholt2011-11-011-4/+4
* Add MapRenderbuffer implementations for software drivers.Eric Anholt2011-11-016-4/+127
* mesa: Add a driver hook for mapping renderbuffers.Eric Anholt2011-11-011-0/+9
* Revert "intel: Drop the immediate validation of the texture object in TFP."Eric Anholt2011-11-011-0/+5
* mesa: make save_EndConditionalRender param list (void) to silence warningBrian Paul2011-11-011-1/+1
* mesa: Fix memory leak in out-of-memory path.Vinson Lee2011-11-011-0/+1
* dri/nouveau: Enable NV_fog_distance on NV10 and NV20 hardwareNicholas Miell2011-11-014-9/+30
* st/mesa: Enable NV_fog_distance for Gallium driversNicholas Miell2011-11-011-0/+1
* mesa: Add NV_fog_distance to the fixed-function vertex program generatorNicholas Miell2011-11-011-4/+39
* mesa: Add the basics for the NV_fog_distance extensionNicholas Miell2011-11-014-0/+22
* i965: Fix flat integral varyings.Paul Berry2011-10-312-3/+5
* i965/gen6+: Switch GLSL from ALT to IEEE floating point modePaul Berry2011-10-314-6/+26
* mesa: add note about immutable textures for _mesa_test_texobj_completeness()Brian Paul2011-10-311-0/+4
* swrast: implement GL_ARB_texture_storageBrian Paul2011-10-314-0/+43
* st/mesa: implement GL_ARB_texture_storageBrian Paul2011-10-312-0/+63
* mesa: plug in dispatch functions for GL_ARB_texture_storageBrian Paul2011-10-311-0/+9
* mesa: compile new texstore.c fileBrian Paul2011-10-312-0/+2
* mesa: init extension entry for GL_ARB_texture_storageBrian Paul2011-10-311-0/+1
* mesa: display list dispatch for GL_ARB_texture_storageBrian Paul2011-10-311-0/+9
* mesa: new glTexImage error checks for GL_ARB_texture_storageBrian Paul2011-10-311-0/+34
* mesa: glGetTexParameter support for GL_ARB_texture_storageBrian Paul2011-10-311-0/+12
* mesa: implement new functions for GL_ARB_texture_storageBrian Paul2011-10-312-0/+463
* glapi: regenerated API files for GL_ARB_texture_storageBrian Paul2011-10-313-5079/+5196
* mesa: add new driver hook for AllocTextureStorage()Brian Paul2011-10-311-0/+9
* mesa: add new fields for GL_ARB_texture_storageBrian Paul2011-10-311-0/+2
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-3015-553/+102
* intel: enable GL_OES_draw_textureChia-I Wu2011-10-301-0/+1
* meta: add _mesa_meta_DrawTex()Chia-I Wu2011-10-303-0/+141
* i965: Remove the prepare() hook from state atoms.Eric Anholt2011-10-291-1/+0
* i965: Remove the memcpy()ed atoms array now that everything is emit()-based.Eric Anholt2011-10-292-12/+9
* i965: Merge brw_validate_state() and brw_upload_state() together.Eric Anholt2011-10-293-19/+5