summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Radeon 9500 (0x4144) only has one pipeAlex Deucher2008-03-191-0/+4
* x86_init_func_size() returns int to indicate success/fail (bug 15119)Brian2008-03-192-2/+3
* s/x86_init_func/x86_init_func_size (fixes bug 15119)Brian2008-03-191-1/+1
* [i915] arb point sprite only support in i965Zou Nan hai2008-03-191-1/+1
* [i915] fix fragment.positionZou Nan hai2008-03-191-6/+21
* [i915] Bug #13634: Fix bugs in 945 cube mipmap layout.Eric Anholt2008-03-181-15/+18
* [i915] Add comments about how cube texture layout works.Eric Anholt2008-03-181-2/+107
* [i915] Move miptree layout code into separate functions per target.Eric Anholt2008-03-181-258/+285
* [intel] Clarify miptree layout by using byte offsets to images.Eric Anholt2008-03-182-12/+29
* [945] Remove conditional in 945 3D mipmap layout checking for cube layout.Eric Anholt2008-03-181-4/+3
* set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-193-106/+205
* Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_...Zou Nan hai2008-03-182-3/+3
* glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao2008-03-183-2/+9
* [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIPZou Nan hai2008-03-182-3/+3
* r300: add new rs690 pci idDave Airlie2008-03-181-0/+1
* [965] Fix fp temp reg release code to not usually release all temps.Andrzej Trznadel2008-03-171-2/+2
* Fix compat implementation of ffs() to return 1-based bit numbers.Andrzej Trznadel2008-03-171-0/+1
* only set InputsRead bit if input is really usedMarkus Amsler2008-03-171-2/+5
* mesa: Add vertex.attrib 0-15 to arb_input_attrib_string.Markus Amsler2008-03-171-1/+17
* r300: Simplify r300VAPInputRoute1.Markus Amsler2008-03-171-7/+3
* r300: Simplify r300VAPInputRoute0, check for valid input.Markus Amsler2008-03-171-14/+10
* [i965] round pointsize to nearest int according to specZou Nan hai2008-03-171-2/+2
* intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bcXiang, Haihao2008-03-171-1/+1
* intel: It is needed to allocating texture memory to accommodateXiang, Haihao2008-03-172-25/+35
* intel: Remove an assertion from intel_miptree_create. TexImageXiang, Haihao2008-03-171-2/+4
* mesa: avoid to unlock an unlocked array in _mesa_PopClientAttribXiang, Haihao2008-03-171-1/+1
* mesa: Follow GL spec to draw DEPTH_COMPONENT pixels whenXiang, Haihao2008-03-171-2/+1
* [i965] fix wpos height 1 pixel higherZou Nan hai2008-03-172-2/+2
* Test createNewScreen for NULL, not createNewScreenName in driCreateScreen().Kristian Høgsberg2008-03-151-1/+1
* init tmpNode to zerosBrian2008-03-141-0/+1
* mesa: fix emit_clamp() so that we don't use an output register as temporaryBrian2008-03-141-3/+12
* glx: fix rotation regression. bug #14963Xiang, Haihao2008-03-141-2/+4
* intel: fix abort issue with shadowtex demo when useXiang, Haihao2008-03-143-24/+45
* fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger2008-03-131-2/+2
* [i965] multiple rendering target supportZou Nan hai2008-03-1315-98/+135
* libGL: Pull the drawable hash back out in the generic code.Kristian Høgsberg2008-03-124-18/+29
* Add another missing check for uninitialized DRI.Kristian Høgsberg2008-03-121-1/+2
* Fix include path for rain demo so glut.h is foundDan Nicholson2008-03-111-2/+2
* autoconf: Enable xdemos by default when we build libGLDan Nicholson2008-03-101-6/+7
* Darwin: Fixed small error in darwin config filesJeremy Huddleston2008-03-102-2/+2
* Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg2008-03-103-17/+24
* Only try to call DRI function if DRI got initialized properly.Kristian Høgsberg2008-03-102-4/+7
* Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston2008-03-106-44/+22
* autoconf: Add autogen.sh from Xorg for easier setup from gitDan Nicholson2008-03-102-3/+22
* Ignore more demo programsDan Nicholson2008-03-102-1/+3
* remove extra #include of assert.h (bug 14932)Brian2008-03-101-1/+0
* fix parsing of state.texenv.color (bug 14931)Brian2008-03-102-2/+4
* dri: fix function call to add new parameter.Dave Airlie2008-03-101-0/+1
* DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.Kristian Høgsberg2008-03-093-25/+21
* DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg2008-03-093-27/+23