summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-02st/dri/sw: Implement texture_from_pixmaptfpGeorge Sapountzis4-5/+72
2011-11-02Revert "Duplicate state_tracker/dri/sw/dri_drawable.c"George Sapountzis1-269/+1
2011-11-02Revert "state_trackers/dri/sw: Implement texture_from_pixmap."George Sapountzis1-43/+7
2011-11-02svga: Update state prototypes to return pipe_error.José Fonseca6-25/+36
2011-11-01Build fix for -Werror=int-to-pointer-cast -Werror=pointer-to-int-castJeremy Huddleston2-4/+4
2011-11-02intel: fix potential segfault errorYuanhan Liu1-2/+4
2011-11-01swrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_COMPONENT) fast-paths.Eric Anholt1-68/+63
2011-11-01mesa: Make unpack_uint_z_row return 32 bits of data.Eric Anholt1-25/+10
2011-11-01nouveau: Add implementation of MapRenderbuffer.Eric Anholt1-0/+46
2011-11-01radeon: Add implementation of MapRenderbuffer.Eric Anholt2-0/+98
2011-11-01intel: Use MapRenderbuffer in spans setup.Eric Anholt1-23/+10
2011-11-01intel: Add an implementation of MapRenderbuffer.Eric Anholt4-1/+130
2011-11-01intel: Improve the debug info for renderbuffer allocation.Eric Anholt1-4/+4
2011-11-01Add MapRenderbuffer implementations for software drivers.Eric Anholt6-4/+127
2011-11-01mesa: Add a driver hook for mapping renderbuffers.Eric Anholt1-0/+9
2011-11-01Revert "intel: Drop the immediate validation of the texture object in TFP."Eric Anholt1-0/+5
2011-11-01mesa: make save_EndConditionalRender param list (void) to silence warningBrian Paul1-1/+1
2011-11-01postprocess: remove const qualifiers on unsigned int parametersBrian Paul1-2/+2
2011-11-02scons: include src/glsl/Makefile.sourcesChia-I Wu1-68/+14
2011-11-02android: include src/glsl/Makefile.sourcesChia-I Wu1-86/+10
2011-11-02glsl: Refactor source lists to Makefile.sourcesChia-I Wu2-73/+113
2011-11-01mesa: Fix memory leak in out-of-memory path.Vinson Lee1-0/+1
2011-11-01drisw: Enable SGI_make_current_read for direct contextsAdam Jackson1-0/+2
2011-11-01st/xa: Add a scanout flag for surfacesThomas Hellstrom2-1/+14
2011-11-01Build link_uniforms for androidEugeni Dodonov1-0/+1
2011-11-01llvmpipe: Re-advertise support for stencil formats...José Fonseca1-5/+6
2011-11-01llvmpipe: Use -1 instead of ~0 for "no slot".José Fonseca3-15/+21
2011-11-01docs: update relnotes-7.12Marek Olšák1-0/+1
2011-11-01dri/nouveau: Enable NV_fog_distance on NV10 and NV20 hardwareNicholas Miell4-9/+30
2011-11-01st/mesa: Enable NV_fog_distance for Gallium driversNicholas Miell1-0/+1
2011-11-01mesa: Add NV_fog_distance to the fixed-function vertex program generatorNicholas Miell1-4/+39
2011-11-01mesa: Add the basics for the NV_fog_distance extensionNicholas Miell4-0/+22
2011-11-01ralloc: Use _vscprintf on MinGW.José Fonseca1-1/+7
2011-10-31svga: Fix potential buffer overflow in rs draw state.José Fonseca4-13/+19
2011-10-31llvmpipe: Remove unsed variables.José Fonseca2-6/+1
2011-10-31util: Add missing initializer.José Fonseca1-1/+1
2011-10-31i965: Fix flat integral varyings.Paul Berry2-3/+5
2011-10-31mesa: Add glsl_type::get_scalar_type() function.Paul Berry2-0/+34
2011-10-31i965/gen6+: Switch GLSL from ALT to IEEE floating point modePaul Berry4-6/+26
2011-10-31glsl: Add isinf() and isnan() builtins.Paul Berry4-4/+34
2011-10-31glsl: Add '.ir' extension to builtin IR filesPaul Berry66-3/+9
2011-10-31glsl: Fix copy-paste error in constant_expression_value(ir_binop_nequal)Paul Berry1-1/+1
2011-10-31docs: list GL_ARB_texture_storage in 7.12 release notesBrian Paul1-0/+1
2011-10-31mesa: add note about immutable textures for _mesa_test_texobj_completeness()Brian Paul1-0/+4
2011-10-31swrast: implement GL_ARB_texture_storageBrian Paul4-0/+43
2011-10-31st/mesa: implement GL_ARB_texture_storageBrian Paul2-0/+63
2011-10-31mesa: plug in dispatch functions for GL_ARB_texture_storageBrian Paul1-0/+9
2011-10-31mesa: compile new texstore.c fileBrian Paul2-0/+2
2011-10-31mesa: init extension entry for GL_ARB_texture_storageBrian Paul1-0/+1
2011-10-31mesa: display list dispatch for GL_ARB_texture_storageBrian Paul1-0/+9