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
/
swrast
/
s_span.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-56
/
+56
*
mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.
Brian Paul
2012-09-03
1
-2
/
+2
*
swrast: Support sampler object for texture fetching state
Pauli Nieminen
2012-08-01
1
-3
/
+5
*
swrast: define, use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
1
-1
/
+1
*
swrast: remove MAX_WIDTH array in s_span.c
Brian Paul
2012-02-24
1
-1
/
+2
*
swrast: fix span color type selection
Brian Paul
2012-02-12
1
-7
/
+7
*
mesa: Convert colors if span ChanType and renderbuffer data type don't match
Ian Romanick
2012-02-02
1
-4
/
+15
*
swrast: Fix fixed-function fragment processing
Chad Versace
2012-01-27
1
-27
/
+11
*
swrast: silence uninitialized var warnings
Brian Paul
2012-01-26
1
-2
/
+2
*
swrast: fix uninitialized variable warning
Brian Paul
2012-01-24
1
-1
/
+1
*
swrast: use swrast_renderbuffer instead of gl_renderbuffer
Brian Paul
2012-01-24
1
-1
/
+2
*
swrast: use color packing functions in s_span.c
Brian Paul
2012-01-24
1
-4
/
+9
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-24
1
-22
/
+17
*
swrast: stop using Put/GetRow/Values() in swrast code
Brian Paul
2012-01-24
1
-46
/
+138
*
swrast: make _swrast_get_values(), _swrast_get_row() static
Brian Paul
2012-01-24
1
-12
/
+12
*
swrast: remove dstType param from _swrast_read_rgba_span()
Brian Paul
2012-01-24
1
-4
/
+4
*
swrast: remove unused _swrast_put_row()
Brian Paul
2012-01-24
1
-35
/
+0
*
swrast: Use fixed-function processing instead _TexEnvProgram for DrawPixels
Ian Romanick
2012-01-24
1
-2
/
+21
*
swrast: use BITFIELD64_BIT() macro to fix MSVC warnings
Brian Paul
2012-01-12
1
-3
/
+3
*
swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribs
Brian Paul
2012-01-07
1
-2
/
+3
*
swrast: use memmove() instead of memcpy() in the SHIFT_ARRAY macro
Brian Paul
2012-01-05
1
-1
/
+1
*
swrast: update renderbuffer format assertion
Brian Paul
2011-10-23
1
-1
/
+4
*
swrast: be a bit smarter in clip_span()
Brian Paul
2011-10-13
1
-1
/
+4
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-11
/
+11
*
mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast
Brian Paul
2011-09-22
1
-2
/
+5
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
1
-1
/
+1
*
swrast: silence unused var warnings
Fabio Pedretti
2011-08-09
1
-1
/
+1
*
swrast: remove an unused-but-set variable
Marek Olšák
2011-07-15
1
-11
/
+0
*
swrast: anisotropic filtering extension
Andreas Faenger
2011-05-18
1
-0
/
+7
*
swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.
Eric Anholt
2011-04-20
1
-0
/
+3
*
swrast: Don't assert against glReadPixels of GL_RED and GL_RG.
Eric Anholt
2011-04-18
1
-1
/
+4
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-1
/
+1
*
swrast: report data type in error message
Brian Paul
2011-03-17
1
-1
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-16
/
+16
*
mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.
Eric Anholt
2010-09-07
1
-2
/
+4
*
swrast: fix span color array pointer assignment for 32-bit/channel rendering
[email protected]
2010-08-10
1
-0
/
+17
*
swrast: Remove unnecessary headers.
Vinson Lee
2010-07-31
1
-1
/
+0
*
windows: fix compilation errors and warnings
Karl Schultz
2010-03-10
1
-1
/
+1
*
swrast: Remove _swrast_read_index_span
Ian Romanick
2010-03-03
1
-68
/
+0
*
swrast: Remove _swrast_write_index_span and associated code
Ian Romanick
2010-03-03
1
-275
/
+0
*
swrast: Remove remaining color-index state tracking infrastructure
Ian Romanick
2010-03-03
1
-29
/
+22
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
1
-2
/
+2
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-8
/
+8
*
swrast: fix left side clipping
Brian Paul
2010-02-18
1
-3
/
+36
*
swrast: silence double->float assignment warnings
Brian Paul
2010-01-27
1
-1
/
+1
[next]