index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
sis
/
sis_tris.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-14
/
+14
*
Remove stray defines of HAVE_RGBA
Ian Romanick
2010-03-03
1
-1
/
+0
*
sis: Add assert to check function pointer is not null.
Vinson Lee
2010-02-27
1
-0
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
sis: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-1
/
+0
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
1
-1
/
+2
|
\
|
|
*
sis: Silence compiler warnings.
Vinson Lee
2009-12-15
1
-1
/
+2
*
|
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
1
-2
/
+2
|
/
*
sis: fix signedness warnings
Eric Anholt
2009-02-10
1
-1
/
+1
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-4
/
+4
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-1
/
+1
*
More GLSL code:
Michal Krol
2006-04-11
1
-8
/
+11
*
Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it's
Eric Anholt
2005-10-26
1
-17
/
+16
*
Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox's
Eric Anholt
2005-10-25
1
-11
/
+59
*
Add support for GL_EXT_secondary_color, tested with seccolor test.
Eric Anholt
2005-10-24
1
-9
/
+15
*
Fix the GL_BLEND case (and remove the fallback associated with it) by converting
Eric Anholt
2005-10-24
1
-2
/
+2
*
Fix texenv by moving a misplaced check for being in fallback (should cover only
Eric Anholt
2005-10-24
1
-2
/
+5
*
Fix a typo in a fallback string.
Eric Anholt
2005-10-24
1
-1
/
+1
*
Make SiS a little more like other drivers: Add SIS_DEBUG (only option being
Eric Anholt
2005-10-19
1
-5
/
+29
*
Remove unused CTX_ARG2 define.
Eric Anholt
2005-05-31
1
-1
/
+0
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-1
/
+1
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
1
-1
/
+1
*
Triangle stipple is a fallback, since we don't have code for the stippling.
Eric Anholt
2004-09-25
1
-1
/
+1
*
Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang
Eric Anholt
2004-09-25
1
-2
/
+3
*
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-07-01
1
-4
/
+4
*
Rename 'emit_func' usages in drivers. Will also rename the ones in
Keith Whitwell
2004-07-01
1
-5
/
+5
*
* sisChooseRenderState doesn't depend on _NEW_TEXTURE at all.
Eric Anholt
2004-06-09
1
-11
/
+2
*
* Convert to use t_vertex.c instead of sis_vb.[ch]
Eric Anholt
2004-06-08
1
-339
/
+462
*
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-21
1
-1
/
+1
*
Updates to tnl_dd_dmatmp.h
Keith Whitwell
2003-12-11
1
-4
/
+3
*
Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating
Keith Whitwell
2003-12-09
1
-21
/
+26
*
Remove usleeps from sis driver. We probably aren't doing anyone a service
Eric Anholt
2003-12-09
1
-1
/
+0
*
merge latest DRI sis driver changes from the DRI trunk
Alan Hourihane
2003-12-04
1
-2
/
+2
*
add the SiS driver - no kernel driver yet
Alan Hourihane
2003-09-30
1
-0
/
+954