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
/
state.c
Age
Commit message (
Expand
)
Author
2000-10-21
fixed a texture enable bug
Brian Paul
2000-10-20
Changes for multitexture > 3, code clean-ups.
Brian Paul
2000-10-18
More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now.
Brian Paul
2000-10-02
more work to support N texture units
Brian Paul
2000-09-28
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-09-08
removed unused NEW_DRVSTATE flags
Brian Paul
2000-09-08
removed ctx->Driver.Dither function
Brian Paul
2000-09-08
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul
2000-09-07
Removed ctx->Driver.LogicOp().
Brian Paul
2000-08-23
added convolve.h header
Brian Paul
2000-08-21
implemented new ImageTransferState bitmask
Brian Paul
2000-06-30
NeedEyeCoords if non-uniform scale transform
Brian Paul
2000-06-27
removed bad DrawDestMask assignments
Brian Paul
2000-06-26
disabled some ctx->NeedEyeCoords shortcuts
Brian Paul
2000-06-24
Performance fix for unfilled triangles on mga and i810 hardware.
Keith Whitwell
2000-06-23
fixed ColorMask test in update_rasterflags()
Brian Paul
2000-06-12
added EXT version of vertex array functions
Brian Paul
2000-05-26
more work on GL_ARB_texture_cube_map
Brian Paul
2000-05-24
changed allocation/initialization of API dispatch tables
Brian Paul
2000-05-23
initial work for GL_ARB_texture_compression
Brian Paul
2000-05-10
fixed PB bugs, removed MutablePixels, MonoPixels from GLcontext
Brian Paul
2000-05-04
removed software alpha flag from GLvisual struct
Brian Paul
2000-05-04
implemented GL_EXT_histogram extension
Brian Paul
2000-04-09
removed a printf
Brian Paul
2000-04-08
added GL_SGI_color_matrix extension
Brian Paul
2000-04-07
added GL_SGIX/SGIS_pixel_texture extension
Brian Paul
2000-04-01
changes for GL_HP_occlusion_test
Brian Paul
2000-03-11
initial implementation of GL_HP_occlusion_test extension
Brian Paul
2000-02-24
bunch of dispatch and extension-related changes
Brian Paul
2000-02-11
added code for all GL_MESA_window_pos functions
Brian Paul
2000-02-02
added comments
Brian Paul
2000-02-02
functions from context.c
Brian Paul