index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
convolve.c
Age
Commit message (
Expand
)
Author
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-10
generate GL_INVALID_OPERATION error for bad image format/type combinations
Brian Paul
2000-11-23
More auto* build system updates
Jon Taylor
2000-11-22
Committing in .
Jouk Jansen
2000-11-21
call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilter
Brian Paul
2000-11-21
added some RENDER_START/RENDER_FINISH macros. Minor GLchan changes
Brian Paul
2000-11-10
replaced _NEW_IMAGING with _NEW_PIXEL
Brian Paul
2000-11-10
minor changes to silence compiler warnings
Brian Paul
2000-10-31
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-28
New colormac.h file for color-related macros.
Brian Paul
2000-10-28
Basic work to support deep color channels:
Brian Paul
2000-09-05
GetConvolution/SeparableFilter() now finished
Brian Paul
2000-08-23
moved convolution API functions to convolve.c
Brian Paul
2000-08-22
finished separable filter functions
Brian Paul
2000-08-21
more convolution work, not done
Brian Paul
2000-07-12
first bits of convolution code
Brian Paul