summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-10intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, r...Ian Romanick1-22/+15
2009-12-10intel: Axe intel_renderbuffer::texformatIan Romanick7-24/+13
2009-12-10intel: Flush the render/texture cache when finishing render to texture.Eric Anholt1-1/+9
2009-12-10progs/util: Byte swap individual members of struct _rawImageRec.Vinson Lee1-1/+6
2009-12-10glsl: Fix array out-of-bounds access by _slang_lookup_constant.Vinson Lee1-4/+5
2009-12-10mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.Vinson Lee1-2/+4
2009-12-10mesa: Fix default (swrast) GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS.Eric Anholt1-1/+2
2009-12-10st/xorg: fix yv12 plus some cleanups in the upload codeZack Rusin1-57/+70
2009-12-10st/xorg: enable yv12 for xvZack Rusin1-1/+4
2009-12-10intel: Attempt to fix up after "Update vertex texture code."Eric Anholt2-1/+6
2009-12-10scons: Get GLSL code building correctly when cross compiling.José Fonseca8-75/+97
2009-12-10glsl/sl: fix _parse_boolconstant()Brian Paul1-0/+2
2009-12-10mesa: added new libglslpp.a and libglslcl.a to libGL buildBrian Paul2-5/+10
2009-12-10glsl/apps: remove unused varsBrian Paul4-7/+0
2009-12-10glsl/pp: make some functions staticBrian Paul1-3/+3
2009-12-10glsl/pp: declare sl_pp_purify_options to silence warningBrian Paul1-0/+2
2009-12-10glsl/cl: silence unused var warningBrian Paul1-0/+2
2009-12-10slang: Predefine ES symbols for FEATURE_es2_glsl.Michal Krol1-0/+9
2009-12-10glsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST for testing.Michal Krol1-0/+10
2009-12-10glsl/pp: Add support for user-defined macros.Michal Krol4-0/+57
2009-12-10glsl/apps: Explicitly add ARB_draw_buffers and ARB_texture_rectangle.Michal Krol2-0/+22
2009-12-10slang: Explicitly enable ARB_draw_buffers and ARB_texture_rectangle.Michal Krol1-0/+7
2009-12-10glsl/pp: Add sl_pp_context_add_extension().Michal Krol6-16/+64
2009-12-09mesa: Fix SCons build.Vinson Lee1-1/+0
2009-12-10winsys/intel: fix dereferencing of opaque type due to pipe_reference changesRoland Scheidegger1-1/+1
2009-12-09mesa: Fix array out-of-bounds access by _mesa_TexGend.Vinson Lee1-2/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lighti.Vinson Lee1-1/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lightf.Vinson Lee1-1/+4
2009-12-10Build mesa glsl with make.michal9-43/+179
2009-12-09r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák4-25/+29
2009-12-09r300g: always disable unused colorbuffersMarek Olšák1-1/+14
2009-12-09r300g: make pow(0,0) return 1 instead of NaN in the R500 fragment shaderMarek Olšák1-1/+1
2009-12-09r300g: clean up r300_emit_aosMarek Olšák3-26/+59
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameteri.Vinson Lee1-2/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameterf.Vinson Lee1-1/+4
2009-12-09mesa: Fix array out-of-bounds access by _mesa_LightModelf.Vinson Lee1-1/+4
2009-12-09r600 : add pre-compile mesa shader calling interface, in order to handleRichard Li4-24/+498
2009-12-09glsl: Remove unused member x from struct slang_operation.Vinson Lee1-1/+0
2009-12-09mesa: fix baseLevel >= MAX_TEXTURE_LEVELS testBrian Paul1-1/+1
2009-12-09util: Document the meaning of util_format_layout.José Fonseca1-0/+36
2009-12-09r600: fix state size prediction after dc0777d3Andre Maasikas1-1/+5
2009-12-09vmware/xorg: Properly detect overlay supportJakob Bornecrantz3-0/+38
2009-12-09vmware/core: Update vmwgfx_drm.hJakob Bornecrantz1-2/+4
2009-12-09meta: Bind texture to unit 0 for mipmap generationIan Romanick1-0/+4
2009-12-09mesa: Move OES_read_format support from drivers into the core.Eric Anholt10-154/+43
2009-12-08mesa: Fix array out-of-bounds access by _mesa_LightModeli.Vinson Lee1-1/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogf.Vinson Lee1-1/+4
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee1-1/+6
2009-12-08i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.Eric Anholt1-1/+1
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogi.Vinson Lee1-2/+4