| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | [965] Add MVP code for position invariant vertex programs. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+3 |
* | | [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 |
* | | [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 |
* | | [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 |
* | | Radeon 9500 (0x4144) only has one pipe | Alex Deucher | 2008-03-19 | 1 | -0/+4 |
* | | [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 |
* | | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_... | Zou Nan hai | 2008-03-18 | 2 | -3/+3 |
* | | [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 |
* | | 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 |
* | | [i965] fix wpos height 1 pixel higher | Zou Nan hai | 2008-03-17 | 2 | -2/+2 |
* | | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao | 2008-03-14 | 3 | -24/+45 |
* | | [i965] multiple rendering target support | Zou Nan hai | 2008-03-13 | 15 | -98/+135 |
* | | DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. | Kristian Høgsberg | 2008-03-09 | 2 | -18/+16 |
* | | DRI2: Drop DriverAPI.UpdateBuffer. | Kristian Høgsberg | 2008-03-09 | 3 | -27/+23 |
* | | DRI2: Pass the context instead of the screen to __dri2ParseEvents(). | Kristian Høgsberg | 2008-03-09 | 3 | -9/+6 |
* | | DRI2: Add event buffer head as an argument to driCreateNewDrawable(). | Kristian Høgsberg | 2008-03-09 | 1 | -2/+3 |
* | | [intel] Only enable GL_EXT_texture_sRGB on i965. | Kristian Høgsberg | 2008-03-07 | 1 | -1/+1 |
* | | [i965] fix fd.o bug #11471 and #11478 | Zou Nan hai | 2008-03-07 | 3 | -8/+23 |
* | | i965: use RGB565 to render a bitmap if Depth is 16 | Xiang, Haihao | 2008-03-07 | 1 | -10/+10 |
* | | i965: Fix double free issue to pass glean/maskedClear test | Xiang, Haihao | 2008-03-06 | 1 | -0/+1 |
* | | i965:fix segfault issue when clearing the window which | Xiang, Haihao | 2008-03-06 | 1 | -1/+2 |
* | | [intel] Add a driconf option to cache freed buffer objects for reuse. | Eric Anholt | 2008-03-05 | 5 | -15/+209 |
* | | r300: replace some hard coded mask by define in stencil area | Christoph Brill | 2008-03-04 | 1 | -6/+6 |
* | | r300: Fix some issues with masks in stencil buffer area | Christoph Brill | 2008-03-04 | 2 | -6/+7 |
* | | [dri2] Add tail pointer to reemitDrawableInfo callback. | Kristian Høgsberg | 2008-03-03 | 1 | -1/+1 |
* | | [dri2] Optimize event parsing to skip obsolete events. | Kristian Høgsberg | 2008-03-03 | 1 | -40/+84 |
* | | [intel] Silence unused variable warning when compiling for i965. | Kristian Høgsberg | 2008-03-03 | 1 | -0/+3 |
* | | nouveau: compilation fixes | Patrice Mandin | 2008-03-02 | 1 | -2/+2 |
|/ |
|
* | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg | 2008-02-29 | 26 | -157/+146 |
* | Reduce the versioning madness required to create a DRI2 screen. | Kristian Høgsberg | 2008-02-29 | 3 | -26/+23 |
* | intel: Set the lock flag early to avoid deadlock. | Kristian Høgsberg | 2008-02-29 | 1 | -0/+1 |
* | i965: use _Current pointer instead of Current pointer. | Xiang, Haihao | 2008-02-29 | 3 | -23/+5 |
* | [965] Fix conditional sequencing to allow the frame_buffer_texobj case. | Eric Anholt | 2008-02-28 | 1 | -8/+6 |
* | [intel] Bug #14575: Unmap buffers when deleting/dataing as required. | Eric Anholt | 2008-02-28 | 1 | -0/+16 |