Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-21 | r600: Remove unnecessary header. | Vinson Lee | |
2010-11-20 | r600: Remove unnecesary header. | Vinson Lee | |
2010-11-18 | mesa: pass gl_format to _mesa_init_teximage_fields() | Brian Paul | |
This should prevent the field going unset in the future. See bug http://bugs.freedesktop.org/show_bug.cgi?id=31544 for background. Also remove unneeded calls to clear_teximage_fields(). Finally, call _mesa_set_fetch_functions() from the _mesa_init_teximage_fields() function so callers have one less thing to worry about. | |||
2010-11-15 | r600: Evergreen has two extra frac_bits for the sampler LOD state. | Henri Verbeet | |
Note: this is a candidate for the 7.9 branch. | |||
2010-11-15 | evergreen: set gl_texture_image::TexFormat field in evergreenSetTexBuffer() | Brian Paul | |
See https://bugs.freedesktop.org/show_bug.cgi?id=31544 Note: this is a candidate for the 7.9 branch. | |||
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-08-20 | evergreen : initial support driver code. | richard | |