aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | [965] Fix massively broken state cache dirty flagging.Michal Wajdeczko2008-03-261-2/+6
* | [intel] Use mesa texmemory functions to allocate teximage Data.Michal Wajdeczko2008-03-262-3/+5
* | [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/litEric Anholt2008-03-261-14/+21
* | [965] Correctly set read mask for OPCODE_SWZ in pass1.Michal Wajdeczko2008-03-261-1/+1
* | [965] Clean up whitespace and dead code from do_unfilled change.Eric Anholt2008-03-261-11/+6
* | [i915] don't use 4x4 filter for 1D shadowmapZou Nan hai2008-03-261-2/+7
* | intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao2008-03-253-0/+14
* | R300: fix typo r300 fog regAlex Deucher2008-03-241-1/+1
* | [965] Avoid emitting dead code for DPx/math instructions.Michal Wajdeczko2008-03-211-0/+15
* | [965] Improve pinterp performance by delaying reads of just-written regs.Michal Wajdeczko2008-03-211-0/+4
* | [965] Fix negating of unsigned value in emit_wpos_xy.Michal Wajdeczko2008-03-211-1/+1
* | [965] Add MVP code for position invariant vertex programs.Michal Wajdeczko2008-03-211-0/+3
* | [965] Shuffle state flags to match the order we initialize them in.Michal Wajdeczko2008-03-211-2/+2
* | intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf.Michal Wajdeczko2008-03-211-3/+7
* | [i965] multiple rendering target fixZou Nan hai2008-03-212-10/+29
* | [i915] GL_DEPTH_TEXTURE_MODE fixZou Nan hai2008-03-201-3/+4
* | [965] Initialize region surface key structure padding.Eric Anholt2008-03-191-0/+2
* | [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing.Eric Anholt2008-03-191-2/+2
* | Radeon 9500 (0x4144) only has one pipeAlex Deucher2008-03-191-0/+4
* | [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
* | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_...Zou Nan hai2008-03-182-3/+3
* | [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
* | 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
* | [i965] fix wpos height 1 pixel higherZou Nan hai2008-03-172-2/+2
* | intel: fix abort issue with shadowtex demo when useXiang, Haihao2008-03-143-24/+45
* | [i965] multiple rendering target supportZou Nan hai2008-03-1315-98/+135
* | DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.Kristian Høgsberg2008-03-092-18/+16
* | DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg2008-03-093-27/+23
* | DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg2008-03-093-9/+6
* | DRI2: Add event buffer head as an argument to driCreateNewDrawable().Kristian Høgsberg2008-03-091-2/+3
* | [intel] Only enable GL_EXT_texture_sRGB on i965.Kristian Høgsberg2008-03-071-1/+1
* | [i965] fix fd.o bug #11471 and #11478Zou Nan hai2008-03-073-8/+23
* | i965: use RGB565 to render a bitmap if Depth is 16Xiang, Haihao2008-03-071-10/+10
* | i965: Fix double free issue to pass glean/maskedClear testXiang, Haihao2008-03-061-0/+1
* | i965:fix segfault issue when clearing the window whichXiang, Haihao2008-03-061-1/+2
* | [intel] Add a driconf option to cache freed buffer objects for reuse.Eric Anholt2008-03-055-15/+209
* | r300: replace some hard coded mask by define in stencil areaChristoph Brill2008-03-041-6/+6