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
*
use Driver.WriteMonoRGBAPixels() when possible (Dan Schikore)
Brian Paul
2004-03-24
1
-11
/
+29
*
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-21
1
-2
/
+2
*
s/_swrast_exec_nv_fragment_program/_swrast_exec_fragment_program/
Brian Paul
2004-03-03
1
-3
/
+3
*
A bit of an overhaul of the fog code.
Brian Paul
2004-02-17
1
-2
/
+2
*
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
2004-01-27
1
-2
/
+2
*
Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment
Brian Paul
2003-12-09
1
-1
/
+1
*
current raster color index should be GLfloat
Brian Paul
2003-11-25
1
-1
/
+1
*
Ville Syrjala's logic op patch
Brian Paul
2003-11-12
1
-3
/
+3
*
always assign texcoord[i][3] to silence valgrind
Brian Paul
2003-08-31
1
-0
/
+2
*
Implemented GL_ARB_occlusion_query (not 100% finalized).
Brian Paul
2003-06-13
1
-0
/
+24
*
Implemented GL_EXT_depth_bounds_test.
Brian Paul
2003-04-21
1
-1
/
+21
*
Added ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul
2003-04-08
1
-15
/
+43
*
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
Brian Paul
2003-03-25
1
-50
/
+50
*
Store partial derivative values in sw_span structure.
Brian Paul
2003-03-16
1
-2
/
+2
*
Fix up some fragment program texture enable issues.
Brian Paul
2003-03-15
1
-13
/
+17
*
added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
Brian Paul
2003-03-04
1
-3
/
+3
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-3
/
+2
*
fix float color interpolation (bug 694461)
Brian Paul
2003-02-27
1
-14
/
+25
*
First batch of code for GL_NV_fragment_program.
Brian Paul
2003-01-14
1
-3
/
+22
*
added missing call to _mesa_write_mono_alpha_span()
Brian Paul
2002-11-26
1
-3
/
+7
*
fix float->int Z calculation in _mesa_span_default_z()
Brian Paul
2002-11-09
1
-5
/
+5
*
s/BZERO/_mesa_bzero/
Brian Paul
2002-10-30
1
-4
/
+4
*
Header file clean-up:
Brian Paul
2002-10-24
1
-2
/
+2
*
Another round of glRead/DrawBuffer() clean-ups and simplifications.
Brian Paul
2002-10-11
1
-25
/
+7
*
finished up GL_EXT_stencil_two_side
Brian Paul
2002-10-02
1
-7
/
+4
*
GL_EXT_stencil_two_side extension, not 100% complete yet.
Brian Paul
2002-09-06
1
-12
/
+10
*
struct sw_span is again allocated on the stack, but the arrays of span
Brian Paul
2002-08-07
1
-120
/
+130
*
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-07-09
1
-19
/
+19
*
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
1
-7
/
+7
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-1
/
+23
*
Implemented GL_ARB_texture_env_crossbar.
Brian Paul
2002-05-02
1
-3
/
+3
*
fixed Width/Height cut&paste typo
Brian Paul
2002-04-20
1
-3
/
+3
*
removed a stray debug printf
Brian Paul
2002-04-19
1
-2
/
+1
*
casts to fix GLint/GLuint mismatches
Brian Paul
2002-04-19
1
-16
/
+21
*
Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive
Brian Paul
2002-04-12
1
-20
/
+26
*
New mipmap lambda calculation. Previously, trilinear filtering could
Brian Paul
2002-03-16
1
-138
/
+121
*
Simplified fog code.
Brian Paul
2002-02-17
1
-40
/
+9
*
Optimized the interpolate_texcoords() function:
Brian Paul
2002-02-17
1
-38
/
+148
*
GL_ARB_window_pos fog fix
Brian Paul
2002-02-15
1
-5
/
+2
*
minor clean-up
Brian Paul
2002-02-14
1
-6
/
+7
*
added an assertion, fix typo
Brian Paul
2002-02-06
1
-3
/
+7
*
Clean-up and remove dead code related to depth/stecil testing.
Brian Paul
2002-02-04
1
-22
/
+21
*
Converted line drawing over to new span code, pb no longer used.
Brian Paul
2002-02-02
1
-9
/
+59
*
sw_span can now hold x/y arrays of fragment positions - getting ready to
Brian Paul
2002-02-02
1
-161
/
+249
*
Clean-up and optimize alpha test code.
Brian Paul
2002-01-31
1
-17
/
+16
*
Still more texture/span simplification and clean-up.
Brian Paul
2002-01-28
1
-7
/
+6
*
More span improvements. Removed _mesa_write_monocolor_span().
Brian Paul
2002-01-28
1
-263
/
+136
*
More span clean-up, mostly texture-related.
Brian Paul
2002-01-28
1
-729
/
+126
*
LOTS of changes, building upon Klaus's work.
Brian Paul
2002-01-27
1
-902
/
+478
*
Klaus's latest patches and some clean-up
Brian Paul
2002-01-21
1
-51
/
+56
[next]