summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-01-06r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas
2010-01-06tnl: set FOGC result to (f,0,0,1)Brian Paul
2010-01-06r600: float texture component orderingPierre Ossman
2010-01-06mesa: test index bounds before array elementRoel Kluin
2010-01-06i965: fix invalid assertion in emit_xpd(), againBrian Paul
2010-01-05i965: fix invalid assertion in emit_xpd()Brian Paul
2010-01-05tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3()Roel Kluin
2010-01-05st/mesa: fix broken translation of negative register indexesBrian Paul
2010-01-05ARB prog parser: regenerated parser fileBrian Paul
2010-01-05ARB prog parser: fix parameter binding typeBrian Paul
2010-01-05ARB prog parser: regenerated parser filesBrian Paul
2010-01-05ARB prog parser: add allowSwizzle param to initialize_symbol_from_const()Brian Paul
2010-01-05mesa: whitespace changes and commentsBrian Paul
2010-01-05mesa: change constant search behaviour in _mesa_add_unnamed_constant()Brian Paul
2010-01-05st/mesa: added PROGRAM_LOCAL_PARAM case in src_register()Brian Paul
2010-01-05mesa: bump version to 7.7.1-DEVELBrian Paul
2010-01-04mesa: add missing _mesa_lock_texture() callBrian Paul
2010-01-04i915: Use _MaxLevel on principle in texture setup.Eric Anholt
2010-01-04intel: Fix CopyTexImage from tiled mipmap levels > 0.Eric Anholt
2010-01-04i965: Fix the surface offset calculation for tiled buffers.Eric Anholt
2010-01-04r600: support vertex_array_bgraAndre Maasikas
2010-01-04mesa: added GL_DU8DV8_ATI in extract_float_rgba()Brian Paul
2010-01-04mesa: Prevent possible array out-of-bounds access by _mesa_light.Vinson Lee
2010-01-04mesa: regenerated enums.c fileBrian Paul
2010-01-04glapi: comment-out TIMEOUT_IGNOREDBrian Paul
2010-01-04glsl: use varName variable in _slang_gen_assignment()Brian Paul
2010-01-04st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.Michel Dänzer
2010-01-03r300: Use C-style comments.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warnings.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee
2010-01-03mesa: Cope with the degenerate case of zero length ranges.José Fonseca
2010-01-03apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSXJeremy Huddleston
2010-01-02i810: Fix include recursion.Vinson Lee
2010-01-02sis: ifdef out unused variable.Vinson Lee
2010-01-01x86: Silence printf format warnings.Vinson Lee
2010-01-01ARB prog parser: Silence unused variable warnings.Vinson Lee
2009-12-31swrast: use different temp array in _swrast_get_dest_rgba()Brian Paul
2009-12-31mesa: Silence unused variable warning.Vinson Lee
2009-12-29st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info()Brian Paul
2009-12-29tdfx: Silence uninitialized variable warning.Vinson Lee
2009-12-29mesa: Initialize variable in get_tex_color_index.Vinson Lee
2009-12-29glsl: added uniform initializer checkBrian Paul
2009-12-29ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slotsBrian Paul
2009-12-28intel: Silence compiler warnings.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-27st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORMBrian Paul
2009-12-26mesa: Remove comma at end of enumerator list.Vinson Lee
2009-12-26i915: Fix assert.Vinson Lee
2009-12-25intel: Silence implicit function declaration warning.Vinson Lee