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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
checkpoint: code refactoring for glCopyPixels
Brian
2007-10-18
1
-50
/
+123
*
start implementing glCopyPixels (stencil works)
Brian
2007-10-18
1
-0
/
+79
*
make read_stencil_pixels() non-static
Brian
2007-10-18
2
-5
/
+11
*
Change type of shader->executable field from void * to generic function pointer.
Brian
2007-10-18
2
-5
/
+7
*
added const qualifiers
Brian
2007-10-18
2
-4
/
+4
*
better debug code, silence some warnings
Brian
2007-10-18
1
-6
/
+13
*
print vertex input mapping
Brian
2007-10-18
1
-0
/
+6
*
handle fogcoord/raster distance
Brian
2007-10-18
1
-4
/
+15
*
added st_debug.c
Brian
2007-10-18
1
-0
/
+1
*
debug functions
Brian
2007-10-18
2
-0
/
+96
*
fix logic error in stipple_quad() (point/line fragments were getting dropped)
Brian
2007-10-18
1
-3
/
+4
*
Corrected the file permissions in src/mesa/pipe.
Oliver McFadden
2007-10-18
12
-0
/
+0
*
pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this fun...
Oliver McFadden
2007-10-18
1
-1
/
+1
*
sp_context.c:255: error: 'false' undeclared (first use in this function)
Oliver McFadden
2007-10-18
1
-1
/
+1
*
fix interpolation bug in nearest-image/linear-mipmap filtering
Brian
2007-10-17
1
-1
/
+1
*
remove #include vf.h
Brian
2007-10-17
4
-5
/
+0
*
disable the NeedFlush assertion for now
Brian
2007-10-17
1
-1
/
+1
*
Add some FLUSH_CURRENT() calls.
Brian
2007-10-17
2
-0
/
+4
*
Assert that there's no outstanding current state that needs to be flushed fro...
Brian
2007-10-17
1
-0
/
+2
*
formatting fix
Brian
2007-10-17
1
-1
/
+3
*
fix addressing error in read_stencil_pixels()
Brian
2007-10-17
1
-2
/
+2
*
Replace repeat_remainder() with simpler macro that just casts args to unsigned.
Brian
2007-10-17
1
-13
/
+6
*
reorder params to get_texel()
Brian
2007-10-17
1
-31
/
+32
*
implement 3D texture sampling
Brian
2007-10-17
1
-1
/
+111
*
When in GL_FEEDBACK mode, make sure we emit color and texcoord registers.
Brian
2007-10-17
1
-0
/
+5
*
generate selection hit if in selection mode and pos is not clipped
Brian
2007-10-17
1
-0
/
+5
*
Update framebuffer state in response to _NEW_COLOR (set by glDrawBuffer)
Brian
2007-10-17
1
-1
/
+5
*
Fix viewport Z scale/bias to get the right Z values from drawing the quad.
Brian
2007-10-17
2
-5
/
+5
*
don't crash if texture border is used (unsupported for now)
Brian
2007-10-17
1
-0
/
+3
*
fix square point rasterization
Brian
2007-10-17
1
-31
/
+43
*
lower clamp bound for UNCLAMPED_FLOAT_TO_SHORT() is -1
Brian
2007-10-16
1
-1
/
+1
*
use new st_clear_accum_buffer() function
Brian
2007-10-16
1
-24
/
+3
*
New st_clear_accum_buffer() function (can't use pipe->clear() since it doesn'...
Brian
2007-10-16
2
-6
/
+41
*
front/back determination was wrong
Brian
2007-10-16
1
-1
/
+1
*
remove debug assertion
Brian
2007-10-16
1
-1
/
+0
*
Update mask calculations for point drawing.
Brian
2007-10-16
1
-10
/
+10
*
Fix broken polygon stippling (see comments for details).
Brian
2007-10-16
1
-5
/
+27
*
Redefine QUAD_TOP_LEFT, TOP_RIGHT, etc. to reflect Y=0=TOP raster layout.
Brian
2007-10-16
2
-15
/
+16
*
fix perspective-interpolated attribs for points, liens
Brian
2007-10-16
1
-7
/
+43
*
fix blend term translation bug, rename some funcs
Brian
2007-10-16
1
-13
/
+13
*
finish remaining blend modes
Brian
2007-10-15
1
-13
/
+218
*
fix incorrect register in get_eye_normal() for rescale_normals case
Brian
2007-10-15
1
-2
/
+1
*
GL_UNSIGNED_BYTE indexes
Brian
2007-10-15
1
-0
/
+3
*
implement logicop
Brian
2007-10-15
2
-2
/
+145
*
remove commented out #include
Brian
2007-10-15
1
-1
/
+0
*
check for width or height = 0 before calling driver Bitmap func
Brian
2007-10-15
1
-1
/
+1
*
Fix useabs logic in build_fog().
Brian
2007-10-15
1
-2
/
+5
*
remove feedback hack
Brian
2007-10-15
1
-7
/
+0
*
Undo prev changes.
Brian
2007-10-15
3
-23
/
+43
*
setup vertex format for GL_FEEDBACK mode
Brian
2007-10-15
1
-0
/
+14
[prev]
[next]