Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-30 | mesa/main: Make FEATURE_evaluators follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of eval.h to work without knowing if the feature is available. | |||
2009-09-30 | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu | |
It merges FEATURE_ARB_occlusion_query and FEATURE_EXT_timer_query, and follows the feature conventions. | |||
2009-09-30 | mesa/main: New feature FEATURE_arrayelt. | Chia-I Wu | |
This allows the removal of AEcontext. | |||
2009-09-30 | mesa/main: Make FEATURE_texgen follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of texgen.h to work without knowing if the feature is available. | |||
2009-09-30 | mesa/main: Make FEATURE_feedback follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of feedback.h to work without knowing if the feature is available. | |||
2009-09-30 | mesa/main: Make FEATURE_drawpix follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of drawpix.h to work without knowing if the feature is available. | |||
2009-09-30 | mesa/main: New feature FEATURE_rastpos. | Chia-I Wu | |
It is separated from FEATURE_drawpix and made to follow the feature conventions. | |||
2009-09-30 | mesa/main: Make FEATURE_histogram follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of histogram.h to work without knowing if the feature is available. | |||
2009-09-30 | mesa/main: Make FEATURE_attrib_stack follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of attrib.h to work without knowing if the feature is available. | |||
2009-09-30 | mesa/main: Make FEATURE_accum follow feature conventions. | Chia-I Wu | |
As shown in mfeatures.h, this allows users of accum.h to work without knowing if the feature is available. | |||
2009-09-29 | mesa: added nopfrag/nopvert options for MESA_GLSL | Brian Paul | |
These options can be used to force vertex/fragment shaders to be no-op shaders (actually, simple pass-through shaders). For debug/test purposes. | |||
2009-09-29 | Merge branch 'mesa_7_6_branch' | Brian Paul | |
Conflicts: Makefile configs/default docs/relnotes.html src/gallium/drivers/softpipe/sp_context.c src/gallium/drivers/softpipe/sp_tile_cache.c src/mesa/main/version.h | |||
2009-09-29 | mesa: bump version to 7.6.1 | Brian Paul | |
2009-09-29 | mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state() | Brian Paul | |
See bug 24217. | |||
2009-09-28 | Prep for 7.6 release | Ian Romanick | |
2009-09-28 | mesa: use _mesa_get_current_tex_unit() helper | Brian Paul | |
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 | |