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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture
Brian Paul
2002-03-19
4
-19
/
+18
*
fix Intel C compiler warnings (Gerk Huisma)
Brian Paul
2002-03-19
1
-5
/
+5
*
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2002-03-16
10
-145
/
+125
*
fixed pointer arithmetic error in glCopyPixels
Brian Paul
2002-03-14
1
-5
/
+5
*
put lodbias loop inside test for non-NULL lambda array
Brian Paul
2002-03-13
1
-20
/
+21
*
silence gcc warnings (Marc La France)
Brian Paul
2002-03-01
1
-14
/
+15
*
fixed float->int conversion. Fix conditional for 16-bit Z buffer path
Brian Paul
2002-02-15
1
-5
/
+5
*
silence compiler warning (windows)
Karl Schultz
2002-02-12
1
-2
/
+2
*
added some handy debug code
Brian Paul
2002-01-30
1
-1
/
+14
*
don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8
Brian Paul
2002-01-30
1
-3
/
+3
*
set PB->haveSpec in line functions that emit specular color
Brian Paul
2002-01-16
1
-1
/
+3
*
added some missing error checks
Brian Paul
2002-01-15
1
-1
/
+6
*
don't apply scissor box in read_fast_rgba_pixels()
Brian Paul
2002-01-12
1
-13
/
+13
*
fixed GL_REPLACE / GL_RGB bug
Brian Paul
2002-01-09
1
-3
/
+8
*
texture env color wasn't used correctly in GL_BLEND mode
Brian Paul
2002-01-09
1
-11
/
+11
*
work-around for QNX compiler problem
Brian Paul
2002-01-08
1
-5
/
+7
*
have to clamp color+specular in _swrast_add_spec_terms_triangle()! (fixes Chi...
Brian Paul
2001-12-19
1
-5
/
+38
*
special case blend optmizations (Jeremy Fitzhardinge)
Brian Paul
2001-12-13
1
-4
/
+51
*
Add INF_OR_NAN tests to swrast functions
Keith Whitwell
2001-12-05
5
-8
/
+23
*
use v2 color, not v0 in flat_ci_triangle()
Brian Paul
2001-11-28
1
-2
/
+2
*
improved AA subpixel sample positions (Ray Tice)
Brian Paul
2001-11-13
1
-38
/
+51
*
casts to silence warnings from gcc 2.96
Brian Paul
2001-11-06
1
-2
/
+2
*
added a few comments
Brian Paul
2001-10-17
1
-1
/
+9
*
warning fixes (Karl Schultz)
Brian Paul
2001-10-17
1
-3
/
+3
*
added GL_ARB_texture_mirrored_repeat
Brian Paul
2001-10-17
1
-3
/
+30
*
very brief overview of swrast
Keith Whitwell
2001-09-20
1
-0
/
+55
*
GL_ADD texture mode was incorrect, renamed some vars
Brian Paul
2001-09-19
1
-48
/
+49
*
silence compiler warnings (last batch for src)
Karl Schultz
2001-09-19
10
-62
/
+78
*
more compiler warning fixes
Karl Schultz
2001-09-18
2
-14
/
+14
*
minor optimizations for flat shading (Klaus Niederkrueger)
Brian Paul
2001-09-13
3
-51
/
+95
*
replaced some tabs with spaces
Brian Paul
2001-09-13
1
-94
/
+94
*
removed a semicolon in the USE() macro
Brian Paul
2001-08-20
1
-2
/
+2
*
new debugging code
Brian Paul
2001-08-20
1
-19
/
+39
*
Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.
Brian Paul
2001-08-14
4
-41
/
+47
*
removed some now bogus assertions (due to Klaus's latest optimization)
Brian Paul
2001-08-07
1
-5
/
+1
*
optimization to sample_lambda_2d() (Klaus Niederkrueger)
Brian Paul
2001-08-07
1
-92
/
+107
*
Remove _BaseAlpha, fix reflect lighting bug.
Keith Whitwell
2001-07-28
1
-4
/
+5
*
Applied Klaus Niederkrueger's latest flat-shading clean-ups and some of my own.
Brian Paul
2001-07-26
2
-208
/
+172
*
GLchan and GL_ADD clamping changes (Klaus Niederkrueger)
Brian Paul
2001-07-23
1
-67
/
+68
*
don't clamp colors if GLchan==GLfloat in add_colors()
Brian Paul
2001-07-23
1
-1
/
+8
*
GLubyte -> GLchan change
Brian Paul
2001-07-23
1
-2
/
+2
*
GLchan changes
Brian Paul
2001-07-19
1
-9
/
+9
*
do some 16-bit GLchan computations in floating point (Gerk Huisma)
Brian Paul
2001-07-18
1
-16
/
+49
*
Lighting now emits colors as CHAN_TYPE, as it used to. This will require
Keith Whitwell
2001-07-17
1
-4
/
+2
*
disable MMX blend code until it gets fixed
Brian Paul
2001-07-16
1
-2
/
+3
*
more work on float colors (still not finished)
Brian Paul
2001-07-14
4
-145
/
+277
*
removed unused tiny triangle test code
Brian Paul
2001-07-14
1
-26
/
+4
*
undo previous check-in (unfinished code)
Brian Paul
2001-07-13
1
-274
/
+246
*
assorted changes for supporting GLfloat color channels (not done)
Brian Paul
2001-07-13
12
-389
/
+559
*
fixed two bad casts (Stephane Conversy)
Brian Paul
2001-07-13
1
-3
/
+3
[next]