summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-30st/mesa: handle front/back-face +1/-1 vs. 1/0 conversionBrian Paul
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-11-29i915: Fallback bit define missed on previous commitIan Romanick
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick
2009-11-29i915: Enable point sprite coordinate generationIan Romanick
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-11-29r600 : clena up a bit for last commit.Richard Li
2009-11-29r600 : add read port allocation for uniform;Richard Li
2009-11-29radeon: update miptree code a littleMaciej Cencora
2009-11-29radeon: don't check the same miptree many times when looking for matching mip...Maciej Cencora
2009-11-29radeon: add some debugging infoMaciej Cencora
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee
2009-11-28mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee
2009-11-28dri: Fix potential null pointer dereference in driBindContext.Vinson Lee
2009-11-28mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee
2009-11-28radeon: need to flush cs when moving images between mipmap treesMaciej Cencora
2009-11-27mesa: Avoid void pointer arithmetic.José Fonseca
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick
2009-11-26Merge commit 'origin/st-shader-varients'Roland Scheidegger
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie
2009-11-25r600: add ARB_texture_non_power_of_two support.Dave Airlie
2009-11-24r600 : reset stack flag with one channel only.Richard Li
2009-11-24r600 : fix stack depth setting bug.Richard Li
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie
2009-11-24slang: Fix allocation size.Michal Krol
2009-11-24mesa: Fix pointer arithmetic.Michal Krol
2009-11-23i915: Initialize Length and Offset fields when mapping a buffer objectIan Romanick
2009-11-24r300: fix swtcl bo leak problem.Dave Airlie
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie
2009-11-23mesa: use gcc __builtin_popcount()Brian Paul
2009-11-24dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee
2009-11-23Merge commit 'origin/mesa_7_7_branch'Maciej Cencora
2009-11-23radeon: fix errors in miptree related functionMaciej Cencora
2009-11-23Fix the DRI swrast driver for big endian platforms.Michel Dänzer
2009-11-23slang: Check return value from emit_instruction().Michal Krol
2009-11-23slang: Be more robust with memory in concat_shaders().Michal Krol
2009-11-23mesa: Initialize variable in _mesa_get_texel_fetch_func.Vinson Lee
2009-11-22r600 : add support for shader instruction trunc and discard.Richard Li
2009-11-23r600: hopefully fix segfault.Dave Airlie
2009-11-23r600: fix inline issuesDave Airlie
2009-11-22r600 : add stack depth calculation, enable CF pop.Richard Li
2009-11-22r600 : use cf for all pop now, left optimization for future.Richard Li
2009-11-22r300: fix VP source conflict resolution on 64-bit machinesMaciej Cencora
2009-11-22r300: fix SIN/COS/SCS instructions for R300 fpMaciej Cencora
2009-11-21radeon: fix compressed mipmapped texturesMaciej Cencora
2009-11-21radeon: fix glCompressedTexSubImageMaciej Cencora