| Commit message (Expand) | Author | Age | Files | Lines |
* | R300: fix typo r300 fog reg | Alex Deucher | 2008-03-24 | 1 | -1/+1 |
* | use ctx->Driver.DeleteProgram() in a few more places | Brian | 2008-03-22 | 2 | -4/+4 |
* | delete default programs with ctx->Driver.DeleteProgram() | Brian | 2008-03-22 | 1 | -2/+2 |
* | [965] Avoid emitting dead code for DPx/math instructions. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+15 |
* | [965] Improve pinterp performance by delaying reads of just-written regs. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+4 |
* | [965] Fix negating of unsigned value in emit_wpos_xy. | Michal Wajdeczko | 2008-03-21 | 1 | -1/+1 |
* | [965] Add MVP code for position invariant vertex programs. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+3 |
* | [win32] Use native aligned memory allocation functions. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+18 |
* | [965] Shuffle state flags to match the order we initialize them in. | Michal Wajdeczko | 2008-03-21 | 1 | -2/+2 |
* | intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf. | Michal Wajdeczko | 2008-03-21 | 1 | -3/+7 |
* | Refactor PBO validate/map code. | Brian | 2008-03-21 | 6 | -88/+81 |
* | include varray.h to silence warning | Brian | 2008-03-21 | 1 | -1/+1 |
* | add a number of PBO validate/map/unmap functions | Brian | 2008-03-21 | 5 | -83/+241 |
* | Fix some PBO breakage. | Brian | 2008-03-21 | 2 | -11/+6 |
* | [i965] multiple rendering target fix | Zou Nan hai | 2008-03-21 | 2 | -10/+29 |
* | [i915] GL_DEPTH_TEXTURE_MODE fix | Zou Nan hai | 2008-03-20 | 1 | -3/+4 |
* | mesa: The span array is only populated in single-pixel | Xiang, Haihao | 2008-03-20 | 1 | -2/+4 |
* | [965] Initialize region surface key structure padding. | Eric Anholt | 2008-03-19 | 1 | -0/+2 |
* | [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. | Eric Anholt | 2008-03-19 | 1 | -2/+2 |
* | fix IEEE_ONE definition for ICC compiler (bug 15134) | Brian | 2008-03-19 | 1 | -3/+3 |
* | Radeon 9500 (0x4144) only has one pipe | Alex Deucher | 2008-03-19 | 1 | -0/+4 |
* | x86_init_func_size() returns int to indicate success/fail (bug 15119) | Brian | 2008-03-19 | 2 | -2/+3 |
* | s/x86_init_func/x86_init_func_size (fixes bug 15119) | Brian | 2008-03-19 | 1 | -1/+1 |
* | [i915] arb point sprite only support in i965 | Zou Nan hai | 2008-03-19 | 1 | -1/+1 |
* | [i915] fix fragment.position | Zou Nan hai | 2008-03-19 | 1 | -6/+21 |
* | [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. | Eric Anholt | 2008-03-18 | 1 | -15/+18 |
* | [i915] Add comments about how cube texture layout works. | Eric Anholt | 2008-03-18 | 1 | -2/+107 |
* | [i915] Move miptree layout code into separate functions per target. | Eric Anholt | 2008-03-18 | 1 | -258/+285 |
* | [intel] Clarify miptree layout by using byte offsets to images. | Eric Anholt | 2008-03-18 | 2 | -12/+29 |
* | [945] Remove conditional in 945 3D mipmap layout checking for cube layout. | Eric Anholt | 2008-03-18 | 1 | -4/+3 |
* | set outputs_safe to 0 as it's possible for the code generation | Alan Hourihane | 2008-03-19 | 3 | -106/+205 |
* | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_... | Zou Nan hai | 2008-03-18 | 2 | -3/+3 |
* | glx: Add isDirect back to __GLXcontextRec. It is needed | Xiang, Haihao | 2008-03-18 | 3 | -2/+9 |
* | [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP | Zou Nan hai | 2008-03-18 | 2 | -3/+3 |
* | r300: add new rs690 pci id | Dave Airlie | 2008-03-18 | 1 | -0/+1 |
* | [965] Fix fp temp reg release code to not usually release all temps. | Andrzej Trznadel | 2008-03-17 | 1 | -2/+2 |
* | Fix compat implementation of ffs() to return 1-based bit numbers. | Andrzej Trznadel | 2008-03-17 | 1 | -0/+1 |
* | only set InputsRead bit if input is really used | Markus Amsler | 2008-03-17 | 1 | -2/+5 |
* | mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. | Markus Amsler | 2008-03-17 | 1 | -1/+17 |
* | r300: Simplify r300VAPInputRoute1. | Markus Amsler | 2008-03-17 | 1 | -7/+3 |
* | r300: Simplify r300VAPInputRoute0, check for valid input. | Markus Amsler | 2008-03-17 | 1 | -14/+10 |
* | [i965] round pointsize to nearest int according to spec | Zou Nan hai | 2008-03-17 | 1 | -2/+2 |
* | intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc | Xiang, Haihao | 2008-03-17 | 1 | -1/+1 |
* | intel: It is needed to allocating texture memory to accommodate | Xiang, Haihao | 2008-03-17 | 2 | -25/+35 |
* | intel: Remove an assertion from intel_miptree_create. TexImage | Xiang, Haihao | 2008-03-17 | 1 | -2/+4 |
* | mesa: avoid to unlock an unlocked array in _mesa_PopClientAttrib | Xiang, Haihao | 2008-03-17 | 1 | -1/+1 |
* | mesa: Follow GL spec to draw DEPTH_COMPONENT pixels when | Xiang, Haihao | 2008-03-17 | 1 | -2/+1 |
* | [i965] fix wpos height 1 pixel higher | Zou Nan hai | 2008-03-17 | 2 | -2/+2 |
* | Test createNewScreen for NULL, not createNewScreenName in driCreateScreen(). | Kristian Høgsberg | 2008-03-15 | 1 | -1/+1 |
* | init tmpNode to zeros | Brian | 2008-03-14 | 1 | -0/+1 |