summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-03-21Refactor PBO validate/map code.Brian6-88/+81
2008-03-21include varray.h to silence warningBrian1-1/+1
2008-03-21add a number of PBO validate/map/unmap functionsBrian5-83/+241
2008-03-21Fix some PBO breakage.Brian2-11/+6
2008-03-21 [i965] multiple rendering target fixZou Nan hai2-10/+29
2008-03-20[i915] GL_DEPTH_TEXTURE_MODE fixZou Nan hai1-3/+4
2008-03-20mesa: The span array is only populated in single-pixelXiang, Haihao1-2/+4
2008-03-19[965] Initialize region surface key structure padding.Eric Anholt1-0/+2
2008-03-19[intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing.Eric Anholt1-2/+2
2008-03-19fix IEEE_ONE definition for ICC compiler (bug 15134)Brian1-3/+3
2008-03-19Radeon 9500 (0x4144) only has one pipeAlex Deucher1-0/+4
2008-03-19x86_init_func_size() returns int to indicate success/fail (bug 15119)Brian2-2/+3
2008-03-19s/x86_init_func/x86_init_func_size (fixes bug 15119)Brian1-1/+1
2008-03-19 [i915] arb point sprite only support in i965Zou Nan hai1-1/+1
2008-03-19[i915] fix fragment.positionZou Nan hai1-6/+21
2008-03-18[i915] Bug #13634: Fix bugs in 945 cube mipmap layout.Eric Anholt1-15/+18
2008-03-18[i915] Add comments about how cube texture layout works.Eric Anholt1-2/+107
2008-03-18[i915] Move miptree layout code into separate functions per target.Eric Anholt1-258/+285
2008-03-18[intel] Clarify miptree layout by using byte offsets to images.Eric Anholt2-12/+29
2008-03-18[945] Remove conditional in 945 3D mipmap layout checking for cube layout.Eric Anholt1-4/+3
2008-03-19set outputs_safe to 0 as it's possible for the code generationAlan Hourihane3-106/+205
2008-03-18Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_...Zou Nan hai2-3/+3
2008-03-18glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao3-2/+9
2008-03-18[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIPZou Nan hai2-3/+3
2008-03-18r300: add new rs690 pci idDave Airlie1-0/+1
2008-03-17[965] Fix fp temp reg release code to not usually release all temps.Andrzej Trznadel1-2/+2
2008-03-17Fix compat implementation of ffs() to return 1-based bit numbers.Andrzej Trznadel1-0/+1
2008-03-17only set InputsRead bit if input is really usedMarkus Amsler1-2/+5
2008-03-17mesa: Add vertex.attrib 0-15 to arb_input_attrib_string.Markus Amsler1-1/+17
2008-03-17r300: Simplify r300VAPInputRoute1.Markus Amsler1-7/+3
2008-03-17r300: Simplify r300VAPInputRoute0, check for valid input.Markus Amsler1-14/+10
2008-03-17[i965] round pointsize to nearest int according to specZou Nan hai1-2/+2
2008-03-17intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bcXiang, Haihao1-1/+1
2008-03-17intel: It is needed to allocating texture memory to accommodateXiang, Haihao2-25/+35
2008-03-17intel: Remove an assertion from intel_miptree_create. TexImageXiang, Haihao1-2/+4
2008-03-17mesa: avoid to unlock an unlocked array in _mesa_PopClientAttribXiang, Haihao1-1/+1
2008-03-17mesa: Follow GL spec to draw DEPTH_COMPONENT pixels whenXiang, Haihao1-2/+1
2008-03-17 [i965] fix wpos height 1 pixel higherZou Nan hai2-2/+2
2008-03-15Test createNewScreen for NULL, not createNewScreenName in driCreateScreen().Kristian Høgsberg1-1/+1
2008-03-14init tmpNode to zerosBrian1-0/+1
2008-03-14mesa: fix emit_clamp() so that we don't use an output register as temporaryBrian1-3/+12
2008-03-14glx: fix rotation regression. bug #14963Xiang, Haihao1-2/+4
2008-03-14intel: fix abort issue with shadowtex demo when useXiang, Haihao3-24/+45
2008-03-13fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger1-2/+2
2008-03-13 [i965] multiple rendering target supportZou Nan hai15-98/+135
2008-03-12libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg4-18/+29
2008-03-12Add another missing check for uninitialized DRI.Kristian Høgsberg1-1/+2
2008-03-10Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg3-17/+24
2008-03-10Only try to call DRI function if DRI got initialized properly.Kristian Høgsberg2-4/+7
2008-03-10remove extra #include of assert.h (bug 14932)Brian1-1/+0