Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-25 | Merge branch 'asm-shader-rework-2' | Ian Romanick | |
Conflicts: src/mesa/shader/program_parse.tab.c | |||
2009-09-24 | mesa/main: Make FEATURE_convolve follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of convolve.h to work without knowing if the feature is available. | |||
2009-09-24 | mesa/main: Make FEATURE_colortable follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of colortab.h to work without knowing if the feature is available. | |||
2009-09-24 | mesa/main: Make FEATURE_pixel_transfer follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of pixel.h to work without knowing if the feature is available. | |||
2009-09-24 | mesa/main: Add comments to mfeatures.h. | Chia-I Wu | |
The comments document the conventions that a feature may follow. | |||
2009-09-24 | mesa: remove: unused gl_vertex_program::TnlData field | Brian Paul | |
2009-09-24 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: src/mesa/vbo/vbo_exec_array.c | |||
2009-09-24 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
2009-09-24 | i965: Emit zero initialization for NV VP temporaries as required. | Eric Anholt | |
This is similar to what r300 does inside the driver, but I've added it as a generic option since it seems most hardware will want it. Fixes piglit nv-init-zero-reg.vpfp and nv-init-zero-addr.vpfp. | |||
2009-09-24 | mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning | Brian Paul | |
At the time of the enable there may not be a Z buffer, but one may be attached to the FBO later. | |||
2009-09-24 | mesa: remove rgbMode check in enable_texture() | Brian Paul | |
If the currently bound FBO isn't yet validated it's possible for rgbMode to be zero so we'll lose the texture enable. This could fix some FBO rendering glitches, but I don't know of any specific instances. | |||
2009-09-24 | mesa: replace assertion with no-op function assignment | Brian Paul | |
2009-09-24 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/dri/r600/r700_assembler.c src/mesa/drivers/dri/r600/r700_chip.c src/mesa/drivers/dri/r600/r700_render.c src/mesa/drivers/dri/r600/r700_vertprog.c src/mesa/drivers/dri/r600/r700_vertprog.h src/mesa/drivers/dri/radeon/radeon_span.c | |||
2009-09-24 | mesa: added default case return to silence warning | Brian Paul | |
2009-09-24 | mesa: Fix missing finite symbol error on Windows. | José Fonseca | |
Caused by some weird logic regarding the __WIN32__ define which made the finite definition dependent on the header include order. | |||
2009-09-22 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-09-22 | mesa: fix more buffer object error messages | Brian Paul | |
2009-09-22 | mesa: fix error message text | Brian Paul | |
2009-09-21 | selinux: Fix mmap() return value check | Adam Jackson | |
2009-09-21 | mesa: make max_buffer_index() a non-static function | Brian Paul | |
2009-09-21 | mesa: add some debug info to teximage.c | Maciej Cencora | |
2009-09-21 | mesa: make max_buffer_index() a non-static function | Brian Paul | |
2009-09-21 | mesa: add some debug info to teximage.c | Maciej Cencora | |
2009-09-20 | Revert "mesa: move _mesa_meta_init/free() calls to core Mesa" | Brian Paul | |
This reverts commit 651cffd626a82d9bf539437ca4bdf8ea4b396fab. The commit inadvertantly introduced a new gallium dependency on the meta code. | |||
2009-09-19 | mesa: move readbuffer tests | Brian Paul | |
2009-09-19 | mesa: use _mesa_get_current_tex_unit() helper | Brian Paul | |
2009-09-19 | mesa: use _mesa_get_current_tex_unit() helper | Brian Paul | |
2009-09-19 | mesa: move _mesa_meta_init/free() calls to core Mesa | Brian Paul | |
2009-09-19 | glapi: regenerated files | Brian Paul | |
2009-09-16 | mesa: begin some texstore code refactoring | Brian Paul | |
Next step will be to move the calls to ctx->Driver.ChooseTextureFormat() into the teximage.c functions so drivers don't have to do it. | |||
2009-09-16 | Merge branch 'mesa_7_6_branch' | Ian Romanick | |
2009-09-16 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Ian Romanick | |
Conflicts: src/mesa/main/dlist.c | |||
2009-09-15 | mesa: move generate mipmap calls | Brian Paul | |
Per the suggestion in the Intel driver, move the calls to ctx->Driver.GenerateMipmap() into core Mesa so that drivers don't have to worry about it. | |||
2009-09-15 | mesa: minor clean-up | Brian Paul | |
2009-09-15 | mesa: remove last of gotos | Brian Paul | |
2009-09-15 | mesa: more goto removal | Brian Paul | |
2009-09-15 | mesa: remove some gotos | Brian Paul | |
This will make some subsequent changes easier... | |||
2009-09-15 | mesa: clean-up fbo debug code | Brian Paul | |
2009-09-15 | mesa: added GL_ARB_provoking_vertex (same as EXT version) | Brian Paul | |
2009-09-15 | mesa: compile glUniformMatrix() functions into display lists | Brian Paul | |
I believe this is the last of the shader-related functions that needed display list treatment. | |||
2009-09-15 | mesa: implement more glUniform display list functions | Brian Paul | |
2009-09-15 | mesa: compile glUniform4f() into display lists | Brian Paul | |
Note: there are more glUniform functions to compile... | |||
2009-09-15 | mesa: compile glUseProgram/glUseProgramObjectARB into display lists | Brian Paul | |
Fixes bug 23746 | |||
2009-09-15 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-09-15 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
2009-09-11 | mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errors | Vinson Lee | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-09-10 | Merge branch 'master' into asm-shader-rework-2 | Ian Romanick | |
Conflicts: src/mesa/shader/lex.yy.c src/mesa/shader/program_parse.tab.c src/mesa/shader/program_parse.tab.h | |||
2009-09-10 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
2009-09-10 | mesa: in texenvprogram code, only do saturation when really needed. | Brian Paul | |
For some env modes (like modulate or replace) we don't have to clamp because we know the results will be in [0,1]. | |||
2009-09-09 | mesa: regenerate get.c form get_gen.py | Brian Paul | |