index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
unichrome
/
via_state.c
Age
Commit message (
Expand
)
Author
2008-09-21
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-06-21
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2007-03-18
screen offset changes, bug 9965
Miguel Marte
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-11-10
Implement GLX_SGI_make_current_read
Ian Romanick
2006-10-31
switch remaining drivers over to vbo
Keith Whitwell
2006-10-15
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-13
Revamp color table code.
Brian Paul
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-03
SetBuffer, renderbuffer changes
Brian Paul
2005-05-25
add special case for flat shaded + separate specular triangles
Keith Whitwell
2005-05-25
Disable polygon stipple - it seems to break if certain specific stipple
Keith Whitwell
2005-04-14
Disable CLOD (Lod constant) state emit. The values emitted were
Keith Whitwell
2005-03-22
merge unichrome changes from branch
Keith Whitwell
2005-01-19
Bring the texcombine fixes to the trunk.
Keith Whitwell
2005-01-14
Enable line stippling.
Alan Hourihane
2005-01-14
Fix previously un-noticed issue with flat-shaded points.
Keith Whitwell
2005-01-14
Get PolygonStipple working.. (or seemingly too). It seems to do the right
Alan Hourihane
2005-01-13
Remove misleading comment.
Keith Whitwell
2005-01-13
Emit constant colors for texunit 1 blending.
Keith Whitwell
2005-01-13
cut out dead texture state code
Keith Whitwell
2005-01-13
Fix glean scissor test
Alan Hourihane
2005-01-13
As we fallback for polygon stipple on the CLE266 for now, ensure we
Alan Hourihane
2005-01-12
Don't special-case 16bpp for colormask register - not needed.
Keith Whitwell
2005-01-12
Add flag to clear texture caches after texture upload.
Keith Whitwell
2005-01-12
Fix multitexturing.
Alan Hourihane
2005-01-11
fix a typo
Alan Hourihane
2005-01-11
Fix the calculation of the alpha reference value which negates the
Alan Hourihane
2005-01-11
uncomment
Alan Hourihane
2005-01-11
Fix ColorMask
Alan Hourihane
2005-01-11
Add a big nasty fallback for AlphaTest -- seems to always be wrong
Keith Whitwell
2005-01-11
fallback on polygon.stippleflag (thanks Keith)
Alan Hourihane
2005-01-10
Fallback on PolygonStipple for CLE266 hardware.
Alan Hourihane
2005-01-05
Avoid a segfault in multiarb.c
Keith Whitwell
2005-01-04
Turn specular lighting state on/off appropriately.
Keith Whitwell
2005-01-04
Change to use the t_vertex.c mechanisms for building vertices,
Keith Whitwell
2004-12-30
Get scissor test working again. Passes glean scissor test.
Keith Whitwell
2004-12-30
Simplify viaBlit a bit more.
Keith Whitwell
2004-12-30
fix regression with fallbacks from recent commits
Keith Whitwell
2004-12-30
Fix MagFilter state for texunit 0
Keith Whitwell
2004-12-29
Fix some wrapping bugs in the last commit. Probably there are more
Keith Whitwell
2004-12-29
Simplfy clear() and swapbuffers() code.
Keith Whitwell
2004-12-29
Make line stipple a fallback.
Keith Whitwell
2004-12-29
Large update
Keith Whitwell
2004-12-23
Chop out more dead code.
Keith Whitwell
2004-12-22
Remove dead code.
Keith Whitwell
2004-12-20
Remove #ifdef DEBUG's in code, but still allow compiler to remove debug
Keith Whitwell
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
[next]