Age | Commit message (Expand) | Author |
2008-03-19 | [i915] arb point sprite only support in i965 | Zou Nan hai |
2008-03-19 | [i915] fix fragment.position | Zou Nan hai |
2008-03-18 | [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. | Eric Anholt |
2008-03-18 | [i915] Add comments about how cube texture layout works. | Eric Anholt |
2008-03-18 | [i915] Move miptree layout code into separate functions per target. | Eric Anholt |
2008-03-18 | [intel] Clarify miptree layout by using byte offsets to images. | Eric Anholt |
2008-03-18 | [945] Remove conditional in 945 3D mipmap layout checking for cube layout. | Eric Anholt |
2008-03-19 | set outputs_safe to 0 as it's possible for the code generation | Alan Hourihane |
2008-03-18 | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_... | Zou Nan hai |
2008-03-18 | [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP | Zou Nan hai |
2008-03-18 | r300: add new rs690 pci id | Dave Airlie |
2008-03-17 | [965] Fix fp temp reg release code to not usually release all temps. | Andrzej Trznadel |
2008-03-17 | Fix compat implementation of ffs() to return 1-based bit numbers. | Andrzej Trznadel |
2008-03-17 | only set InputsRead bit if input is really used | Markus Amsler |
2008-03-17 | mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. | Markus Amsler |
2008-03-17 | r300: Simplify r300VAPInputRoute1. | Markus Amsler |
2008-03-17 | r300: Simplify r300VAPInputRoute0, check for valid input. | Markus Amsler |
2008-03-17 | [i965] round pointsize to nearest int according to spec | Zou Nan hai |
2008-03-17 | intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc | Xiang, Haihao |
2008-03-17 | intel: It is needed to allocating texture memory to accommodate | Xiang, Haihao |
2008-03-17 | intel: Remove an assertion from intel_miptree_create. TexImage | Xiang, Haihao |
2008-03-17 | mesa: avoid to unlock an unlocked array in _mesa_PopClientAttrib | Xiang, Haihao |
2008-03-17 | mesa: Follow GL spec to draw DEPTH_COMPONENT pixels when | Xiang, Haihao |
2008-03-17 | [i965] fix wpos height 1 pixel higher | Zou Nan hai |
2008-03-14 | init tmpNode to zeros | Brian |
2008-03-14 | mesa: fix emit_clamp() so that we don't use an output register as temporary | Brian |
2008-03-14 | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao |
2008-03-13 | fix state.lightprod ambient/specular w value (bug #14983) | Roland Scheidegger |
2008-03-13 | [i965] multiple rendering target support | Zou Nan hai |
2008-03-10 | Move make install logic for libGL back into src/mesa/Makefile. | Kristian Høgsberg |
2008-03-10 | fix parsing of state.texenv.color (bug 14931) | Brian |
2008-03-09 | DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. | Kristian Høgsberg |
2008-03-09 | DRI2: Drop DriverAPI.UpdateBuffer. | Kristian Høgsberg |
2008-03-09 | DRI2: Pass the context instead of the screen to __dri2ParseEvents(). | Kristian Høgsberg |
2008-03-09 | DRI2: Add event buffer head as an argument to driCreateNewDrawable(). | Kristian Høgsberg |
2008-03-09 | fix botched test for clearing color buffers (should fix depth peeling regress... | Brian |
2008-03-09 | Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV() | Markus Amsler |
2008-03-09 | init vertex weight attrib to (1,0,0,0) | Markus Amsler |
2008-03-09 | fix __builtin_expect() definition test for IBM XLC (sf bug 1909832) | Brian |
2008-03-09 | replace // comment with /* */ (bug 14916) | Brian |
2008-03-08 | Move DRI context functions into dri_glx.c. | Kristian Høgsberg |
2008-03-08 | Move libGL install target to the libGL Makefile. | Kristian Høgsberg |
2008-03-07 | [intel] Only enable GL_EXT_texture_sRGB on i965. | Kristian Høgsberg |
2008-03-07 | [i965] fix fd.o bug #11471 and #11478 | Zou Nan hai |
2008-03-07 | i965: use RGB565 to render a bitmap if Depth is 16 | Xiang, Haihao |
2008-03-06 | i965: Fix double free issue to pass glean/maskedClear test | Xiang, Haihao |
2008-03-06 | i965:fix segfault issue when clearing the window which | Xiang, Haihao |
2008-03-05 | [intel] Add a driconf option to cache freed buffer objects for reuse. | Eric Anholt |
2008-03-04 | r300: replace some hard coded mask by define in stencil area | Christoph Brill |
2008-03-04 | r300: Fix some issues with masks in stencil buffer area | Christoph Brill |