| Age | Commit message (Expand) | Author |
| 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 | gallium: use new gallium utility code for generating mipmaps | Brian |
| 2008-03-17 | gallium: set min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST | Brian Paul |
| 2008-03-17 | gallium: in gen_mipmap, also set sampler lod_bias and do a flush() after rend... | Brian Paul |
| 2008-03-17 | only set InputsRead bit if input is really used | Markus Amsler |
| 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 | some basic r500 portage | Dave Airlie |
| 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 | r500: fragprog | Dave Airlie |
| 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 | mesa: clamp point size in vertex program when computing attenuated size | Brian Paul |
| 2008-03-14 | gallium: if point size not computed per vertex, apply size clamp immediately. | Brian Paul |
| 2008-03-14 | init tmpNode to zeros | Brian |
| 2008-03-14 | mesa: init tmpNode to zeros | Brian Paul |
| 2008-03-14 | mesa: fix emit_clamp() so that we don't use an output register as temporary | Brian |
| 2008-03-14 | mesa: fix emit_clamp() so that we don't use an output register as temporary | Brian Paul |
| 2008-03-14 | mesa: revert fast-track glColor and similar calls when not immediate mode ren... | Brian |
| 2008-03-14 | gallium: in st_program_string_notify() free shader tokens. | Brian |
| 2008-03-14 | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao |
| 2008-03-13 | gallium: for TEST_DRAW_PASSTHROUGH, pass inClipCoords=FALSE to st_draw_vertic... | Brian |
| 2008-03-13 | gallium: add some temporary code for testing draw module vertex passthrough | Brian |
| 2008-03-13 | gallium: remove semantic info from pipe_shader_state | Brian Paul |
| 2008-03-13 | fix state.lightprod ambient/specular w value (bug #14983) | Roland Scheidegger |
| 2008-03-13 | mesa: fix (harmless?) assignment in assert | Keith Whitwell |
| 2008-03-13 | [i965] multiple rendering target support | Zou Nan hai |
| 2008-03-12 | gallium: in clear_stencil_buffer() check surface format to determine stencil ... | Brian |
| 2008-03-12 | mesa: set SamplersUsed bitmask when parsing ARB fragment programs | Brian |
| 2008-03-12 | gallium: pass NULL to cso_single_sampler() when the sampler isn't used. | Brian |
| 2008-03-12 | gallium: use TXP rather than ExtDivide flag | Brian |
| 2008-03-12 | gallium: Add TEX_FILTER_ANISO img filter | Keith Whitwell |
| 2008-03-11 | gallium: rework CSO-related code in state tracker | Brian |
| 2008-03-10 | fix Height2/Depth2 init problem when using texture borders | Brian |
| 2008-03-10 | gallium: disable an unneeded assertion (hit with texwrap.c) | Brian |
| 2008-03-10 | mesa: fast-track glColor and similar calls when not immediate mode rendering | Keith Whitwell |
| 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 |