Age | Commit message (Expand) | Author |
2008-11-07 | mesa: use _bfc0 instead of _col0 when building back face lighting. | Xiang, Haihao |
2008-11-01 | mesa: additional debug flags for glsl debug/disassembly | Brian Paul |
2008-10-31 | mesa: fix a typo in the previous commit | Xiang, Haihao |
2008-10-30 | mesa: fix an issue in _mesa_PointParameterfv(). | Xiang, Haihao |
2008-10-23 | mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fields | Brian Paul |
2008-10-22 | mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D() | Brian Paul |
2008-10-22 | mesa: some re-org of glCopyTexSubImage1/2/3D() error checking | Brian Paul |
2008-10-22 | mesa: in textore.c, only adjust image for convolution if image is a color format | Brian Paul |
2008-10-16 | mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861 | Brian Paul |
2008-10-10 | mesa: fix asst. issues in _mesa_texstore_argb8888() | Brian Paul |
2008-10-10 | mesa: remove unneeded includes | Brian Paul |
2008-10-10 | mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861 | Brian Paul |
2008-10-10 | mesa: rename macro params to emphasize that there's no particular color ordering | Brian Paul |
2008-10-10 | mesa: remove unneeded includes | Brian Paul |
2008-10-07 | mesa: Pass the context to query object delete cb to avoid null dereference. | Eric Anholt |
2008-10-06 | mesa: fix convolve/convolution mix-ups | Brian |
2008-10-06 | mesa: updated _mesa_delete_query() comments | Brian Paul |
2008-10-06 | mesa: add missing GLcontext param to _mesa_delete_query(). | Brian Paul |
2008-10-01 | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick |
2008-09-29 | GLSL: Implement GL_OBJECT_TYPE_ARB query | Ian Romanick |
2008-09-29 | mesa: asst updates for VMS | Jouk Jansen |
2008-09-29 | mesa: drop calloc from _mesa_get_fixed_func_vertex_program | Shunichi Fuji |
2008-09-26 | mesa: remove invalid assertions that programs have parameters | Brian Paul |
2008-09-26 | mesa: fix param indexing | Brad King |
2008-09-25 | mesa: fix cast/conversion for optional code | Brian |
2008-09-25 | mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback. | Brian Paul |
2008-09-25 | mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE) | Brian Paul |
2008-09-24 | set SamplerUnit[] entry in load_texture() just to be safe | Brian |
2008-09-24 | use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/... | Brian |
2008-09-24 | set program->SamplersUsed bit when using a texture instruction | Brian |
2008-09-24 | Remove ctx field from texenvprog_cache | Brian |
2008-09-24 | include programopt.h | Brian |
2008-09-24 | Disable vertex shader fog, compute fog in fragment shader. | Brian |
2008-09-24 | temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled | Brian |
2008-09-23 | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca |
2008-09-23 | mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi... | Brian Paul |
2008-09-23 | Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ... | Brian |
2008-09-22 | Remove incorrect test from mmAllocMem. | Michel Dänzer |
2008-09-21 | mesa: allow for extra per-context init | Brian Paul |
2008-09-21 | mesa: texture crop rect state | Brian Paul |
2008-09-21 | mesa: set point state | Brian Paul |
2008-09-21 | mesa: fix some feature tests | Brian Paul |
2008-09-21 | mesa: fix some pixel transfer state tests for depth formats | Brian Paul |
2008-09-21 | mesa: Silence compiler warnings on Windows. | Michal Krol |
2008-09-21 | mesa: comments about vectors vs components | Brian Paul |
2008-09-21 | mesa: remove debug code | Brian Paul |
2008-09-21 | mesa: implement glGetUniformiv() with new ctx->Driver function | Brian Paul |
2008-09-21 | mesa: added case for fixed pt | Brian Paul |
2008-09-21 | mesa: point size arrays | Brian Paul |
2008-09-21 | mesa: Replace deprecated __MSC__ macro. | José Fonseca |