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
/
swrast_setup
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Convert to use GLbitfield64 directly.
Mathias Fröhlich
2011-12-28
2
-18
/
+14
*
swrast: Clean up header file inclusion in ss_vb.h.
Vinson Lee
2010-12-25
1
-1
/
+1
*
swrast: Clean up header file inclusion in ss_triangle.h.
Vinson Lee
2010-12-25
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
7
-34
/
+34
*
swrast: Clean up header file inclusion in ss_vb.h.
Vinson Lee
2010-08-13
1
-1
/
+0
*
swrast: Clean up header file inclusion in ss_triangle.h.
Vinson Lee
2010-08-12
1
-1
/
+1
*
swrast: Clean up header file inclusion in ss_context.h.
Vinson Lee
2010-08-12
1
-2
/
+1
*
swrast: fix incorrect specular highlights on backfaces
Tim Evans
2010-06-21
1
-1
/
+1
*
swrast: fix 16-bit/channel rendering
Brian Paul
2010-05-09
1
-1
/
+1
*
tnl: Remove color-index TNL support
Ian Romanick
2010-03-03
1
-5
/
+0
*
swrast_setup: Remove more color-index rendering support
Ian Romanick
2010-03-03
3
-155
/
+79
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
2
-7
/
+7
*
swrast: Silence uninitialized variable warnings in ss_tritmp.h.
Vinson Lee
2010-02-10
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
1
-3
/
+3
|
\
|
*
swrast: Silence uninitialized variable warnings in ss_tritmp.h.
Vinson Lee
2009-12-12
1
-3
/
+3
*
|
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
1
-8
/
+8
*
|
tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr
Eric Anholt
2009-11-19
1
-1
/
+1
|
/
*
swrast: Silence compiler warnings, give better structure to the code as a res...
Michal Krol
2009-03-19
2
-61
/
+62
*
mesa: fix vertex format/attribute bug
Brian Paul
2008-10-08
1
-5
/
+8
*
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-09-21
1
-1
/
+1
*
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
4
-12
/
+12
*
glcore: drop outdated sources files intented for xorg
George Sapountzis
2008-04-23
1
-10
/
+0
*
simplify update two-side lighting test (follow-on to previous front/back-face...
Brian
2007-12-18
1
-3
/
+1
*
fix broken two-sided stencil
Brian
2007-11-30
3
-6
/
+9
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa
joukj
2007-11-30
1
-8
/
+10
|
\
|
*
Check for NULL VB->EdgeFlag array.
Brian
2007-11-05
1
-8
/
+10
*
|
Update of OpenVMS makefiles for the use of "new" include file convention
Jouk
2007-10-03
1
-2
/
+4
*
|
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa
Jouk
2007-07-25
2
-31
/
+35
|
\
|
|
*
Minor clean-up of polygon offset logic. Properly compute _MRD field.
Brian
2007-07-11
1
-19
/
+21
|
*
In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0].
Brian
2007-07-06
1
-10
/
+13
|
*
added comment, remove dead code
Brian
2007-06-28
1
-3
/
+1
|
*
Fix feedback color bug #11332. In feedback mode, produce float colors.
Brian
2007-06-22
1
-0
/
+1
*
|
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa
Jouk
2007-06-08
4
-100
/
+155
|
\
|
|
*
Fix problem w/ two-sided lighting and fragment programs (depth-peel regression)
Brian
2007-05-23
3
-23
/
+62
|
*
Overhaul/simplify SWvertex and SWspan attribute handling.
Brian
2007-05-20
3
-83
/
+99
*
|
Updated OpenVMS makefiles
J.Jansen
2007-05-10
1
-0
/
+1
|
/
*
Document a deficiency in the _swrast_Translate() function with regard to poin...
Brian
2007-05-02
1
-1
/
+2
*
use EMIT_1F or EMIT_4F for fog depending on fragment program (bug 10788)
Brian
2007-04-28
1
-2
/
+4
*
remove SWvertex->fog field, use attrib field
Brian
2007-04-23
1
-2
/
+2
*
some re-org, clean-up
Brian
2007-04-23
1
-25
/
+46
*
fig segment fault issue in TAG(triangle), (see bug 10589)
Xiang, Haihao
2007-04-18
1
-19
/
+24
*
Implement gl_FrontFacing for fragment shaders.
Brian
2007-03-10
2
-3
/
+4
*
Merge SWvertex texcoord and varying fields into attrib[] array field.
Brian
2007-02-05
1
-4
/
+9
*
s/attribute/varying/
Brian
2006-12-21
1
-1
/
+1
*
varying var changes
Brian
2006-12-15
1
-6
/
+12
*
list header files in sources files (Dan Nicholson)
Brian Paul
2006-11-21
1
-0
/
+7
*
List of source (.c) files in each directory.
Brian Paul
2006-10-11
1
-0
/
+3
*
s/ATTRIBUTE/GENERIC/
Brian Paul
2006-06-14
1
-2
/
+2
*
Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
Brian Paul
2006-06-14
1
-1
/
+1
*
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
1
-5
/
+5
[next]