Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-10 | Fix copyright headers. | Chia-I Wu | |
Update the warranty disclaimer to use the more general "THE AUTHORS OR COPYRIGHT HOLDERS". This is done manually on files created by me. Hope that I do not miss anything. | |||
2010-04-09 | Merge branch '7.8' | Brian Paul | |
2010-04-09 | st/mesa: new assertions to check array indexes | Brian Paul | |
2010-04-09 | mesa: fix instruction indexing bugs | Brian Paul | |
We were looping over instructions but only looking at the 0th instruction's opcode. Fixes fd.o bug 27566. | |||
2010-04-09 | nouveau: Import latest nouveau_class.h from renouveau | Ben Skeggs | |
And fix nv50_screen.c to compile against the updated header. | |||
2010-04-08 | st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regression | Brian Paul | |
Commit 1454f20a991ddda35f1a2ffda953012078b407ba caused the regression. When the vertex shader emitted both a texcoord and color we were grabbing the wrong vertex attributes. Fix the draw_quad() code to put texcoords in slot[1] and color in slot[2]. That's a bit cleaner than changing the vertex shader code. Tested with progs/tests/zreaddraw.c | |||
2010-04-08 | intel: Call intel_prepare_render() in intelClear() | Li Peng | |
Make sure we have up to date buffers before we start looking at the tiling bits to determine how to clear. | |||
2010-04-08 | intel: Call intel_prepare_render() in intelClear() | Li Peng | |
Make sure we have up to date buffers before we start looking at the tiling bits to determine how to clear. | |||
2010-04-08 | Merge remote branch 'origin/7.8' | Dave Airlie | |
Conflicts: Makefile configs/default src/mesa/main/version.h | |||
2010-04-08 | texenvprogram: fix for ARB_draw_buffers. | Dave Airlie | |
piglit has a test called fbo-drawbuffers, this fails for me on r300g, and fixing the texenv program to use the DATA outputs fixes it. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-04-07 | r300: Initialize compiler.max_temp_regs for blits. | Michel Dänzer | |
Blits were broken since commit e41a64591bf1a74465bf0adc7d35c991c4cfb4fe ('r300/compiler: make the max number of fragment shader temporaries adjustable'). | |||
2010-04-06 | mesa: Add OES_EGL_image to extension list. | Chia-I Wu | |
2010-04-05 | st/mesa: reformatting | Brian Paul | |
2010-04-05 | st/mesa: put fragment wpos code into separate function | Brian Paul | |
2010-04-05 | st/mesa: trivially enable GL_EXT_gpu_program_parameters | Marek Olšák | |
2010-04-05 | mesa: set version string to 7.8.1 | Ian Romanick | |
2010-04-05 | mesa: update_arrays() depends on program state. | Henri Verbeet | |
It uses ctx->VertexProgram._Current. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-04-05 | mesa: remove unused var | Brian Paul | |
Fixes a coverity warnings. | |||
2010-04-05 | mesa: check for _NEW_BUFFERS for color read format queries | Brian Paul | |
2010-04-05 | r300/compiler: make the max number of fragment shader temporaries adjustable | Marek Olšák | |
2010-04-04 | mesa: don't turn on GL_EXT_transform_feedback yet | Brian Paul | |
2010-04-04 | st/mesa: call pipe_context::draw_arrays/elements_instanced() | Brian Paul | |
2010-04-04 | mesa: implement core Mesa support for GL_ARB_draw_instanced | Brian Paul | |
2010-04-04 | mesa: new validation functions for GL_ARB_draw_instanced | Brian Paul | |
2010-04-04 | mesa: new extension flag for GL_EXT/ARB_draw_instanced | Brian Paul | |
2010-04-04 | glapi: regenerated files for GL_ARB_draw_instanced | Brian Paul | |
2010-04-04 | glapi: plug in ARB_draw_instanced.xml | Brian Paul | |
2010-04-04 | glapi: ARB_draw_instanced.xml file | Brian Paul | |
2010-04-04 | st/mesa: Implement GL_OES_EGL_image driver hooks. | Chia-I Wu | |
Use st_manager::get_egl_image to look up GLeglImageOES and implement EGLImageTargetTexture2D and EGLImageTargetRenderbufferStorage. | |||
2010-04-02 | mesa: display list support for GL_EXT_transform_feedback | Brian Paul | |
2010-04-02 | mesa: plug in GL_EXT_transform_feedback functions into dispatch | Brian Paul | |
2010-04-02 | glapi: regenerated files for EXT_transform_feedback | Brian Paul | |
2010-04-02 | glapi: include/build EXT_transform_feedback.xml | Brian Paul | |
2010-04-02 | glapi: new EXT_transform_feedback.xml file | Brian Paul | |
2010-04-02 | glapi: fix error message | Brian Paul | |
2010-04-03 | r300 compiler: add target output debugging. | Dave Airlie | |
print the output target in the FP debug. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-04-01 | glsl: fix bad return value in link_transform_feedback() | Brian Paul | |
2010-04-01 | glsl: remove obsolete comment | Brian Paul | |
2010-04-01 | glsl: do extra link checking for transform feedback | Brian Paul | |
2010-04-01 | mesa: minor fixes in _mesa_GetTransformFeedbackVarying() | Brian Paul | |
2010-04-01 | glsl: append built-in, used varying vars to the varying vars list | Brian Paul | |
2010-04-01 | mesa: make _mesa_copy_string() non-static | Brian Paul | |
2010-04-01 | glsl: pass datatype to _mesa_add_varying() | Brian Paul | |
Will be needed later for transform feedback support. | |||
2010-04-01 | glsl: add more vertex/fragment output info helpers | Brian Paul | |
2010-03-31 | mesa: Remove unnecessary header. | Vinson Lee | |
2010-03-31 | mesa: Use a consistent name of the external s3tc library for all windows ↵ | José Fonseca | |
compilers. | |||
2010-03-31 | Merge branch 'gallium-new-formats' | Roland Scheidegger | |
Conflicts: src/gallium/auxiliary/util/u_format.csv src/gallium/auxiliary/util/u_format_access.py src/gallium/auxiliary/util/u_format_pack.py | |||
2010-03-31 | st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more places | Ben Skeggs | |
2010-03-31 | st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more places | Ben Skeggs | |
2010-03-30 | mesa: added glGet queries for transform_feedback | Brian Paul | |