index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
unichrome
/
via_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Remove all DRI1 drivers
Ian Romanick
2011-08-26
1
-1529
/
+0
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-16
/
+16
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-10
/
+10
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-25
/
+25
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-3
/
+0
|
\
|
*
unichrome: Remove unnecessary headers.
Vinson Lee
2010-01-19
1
-3
/
+0
*
|
Merge branch 'remove-intel-dri1'
Kristian Høgsberg
2010-01-05
1
-2
/
+2
|
\
\
|
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-2
/
+2
*
|
|
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
1
-8
/
+8
|
/
/
*
/
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-5
/
+5
|
/
*
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
1
-1
/
+1
*
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-21
1
-4
/
+4
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-8
/
+8
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
1
-3
/
+3
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-3
/
+8
*
screen offset changes, bug 9965
Miguel Marte
2007-03-18
1
-13
/
+5
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-4
/
+10
|
\
|
*
Implement GLX_SGI_make_current_read
Ian Romanick
2006-11-10
1
-4
/
+10
*
|
switch remaining drivers over to vbo
Keith Whitwell
2006-10-31
1
-2
/
+2
|
/
*
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-15
1
-14
/
+1
*
Revamp color table code.
Brian Paul
2006-10-13
1
-4
/
+4
*
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-14
1
-3
/
+0
*
SetBuffer, renderbuffer changes
Brian Paul
2005-09-03
1
-7
/
+2
*
add special case for flat shaded + separate specular triangles
Keith Whitwell
2005-05-25
1
-1
/
+0
*
Disable polygon stipple - it seems to break if certain specific stipple
Keith Whitwell
2005-05-25
1
-54
/
+55
*
Disable CLOD (Lod constant) state emit. The values emitted were
Keith Whitwell
2005-04-14
1
-6
/
+6
*
merge unichrome changes from branch
Keith Whitwell
2005-03-22
1
-337
/
+256
*
Bring the texcombine fixes to the trunk.
Keith Whitwell
2005-01-19
1
-5
/
+20
*
Enable line stippling.
Alan Hourihane
2005-01-14
1
-4
/
+4
*
Fix previously un-noticed issue with flat-shaded points.
Keith Whitwell
2005-01-14
1
-16
/
+0
*
Get PolygonStipple working.. (or seemingly too). It seems to do the right
Alan Hourihane
2005-01-14
1
-30
/
+8
*
Remove misleading comment.
Keith Whitwell
2005-01-13
1
-2
/
+0
*
Emit constant colors for texunit 1 blending.
Keith Whitwell
2005-01-13
1
-1
/
+4
*
cut out dead texture state code
Keith Whitwell
2005-01-13
1
-11
/
+0
*
Fix glean scissor test
Alan Hourihane
2005-01-13
1
-2
/
+4
*
As we fallback for polygon stipple on the CLE266 for now, ensure we
Alan Hourihane
2005-01-13
1
-5
/
+7
*
Don't special-case 16bpp for colormask register - not needed.
Keith Whitwell
2005-01-12
1
-12
/
+4
*
Add flag to clear texture caches after texture upload.
Keith Whitwell
2005-01-12
1
-34
/
+16
*
Fix multitexturing.
Alan Hourihane
2005-01-12
1
-11
/
+14
*
fix a typo
Alan Hourihane
2005-01-11
1
-1
/
+1
*
Fix the calculation of the alpha reference value which negates the
Alan Hourihane
2005-01-11
1
-1
/
+5
*
uncomment
Alan Hourihane
2005-01-11
1
-2
/
+0
*
Fix ColorMask
Alan Hourihane
2005-01-11
1
-2
/
+14
*
Add a big nasty fallback for AlphaTest -- seems to always be wrong
Keith Whitwell
2005-01-11
1
-1
/
+16
*
fallback on polygon.stippleflag (thanks Keith)
Alan Hourihane
2005-01-11
1
-1
/
+1
*
Fallback on PolygonStipple for CLE266 hardware.
Alan Hourihane
2005-01-10
1
-4
/
+39
*
Avoid a segfault in multiarb.c
Keith Whitwell
2005-01-05
1
-3
/
+4
*
Turn specular lighting state on/off appropriately.
Keith Whitwell
2005-01-04
1
-0
/
+5
*
Change to use the t_vertex.c mechanisms for building vertices,
Keith Whitwell
2005-01-04
1
-35
/
+2
*
Get scissor test working again. Passes glean scissor test.
Keith Whitwell
2004-12-30
1
-1
/
+16
[next]