Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-27 | mesa: use _mesa_get_format_bytes() | Brian Paul | |
2009-09-27 | mesa: added _mesa_get_format_datatype() | Brian Paul | |
2009-09-27 | mesa: use _mesa_get_format_bits() | Brian Paul | |
2009-09-27 | mesa: added _mesa_get_format_bits() | Brian Paul | |
2009-09-27 | mesa: remove unused gl_texture_format fields | Brian Paul | |
2009-09-27 | mesa: added MESA_FORMAT_NONE | Brian Paul | |
2009-09-27 | mesa: move StoreTexImageFunc to texstore.h | Brian Paul | |
2009-09-27 | mesa: rework null texel fetch/store funcs | Brian Paul | |
2009-09-27 | mesa: replace function pointer types with void * | Brian Paul | |
These fields are no longer used and will be removed soon. | |||
2009-09-27 | mesa: NULL-out unused texformat field initializers | Brian Paul | |
2009-09-27 | mesa: use _mesa_get_texstore_func() | Brian Paul | |
2009-09-27 | mesa: null-out StoreTexImageFunc fields | Brian Paul | |
2009-09-27 | mesa: use _mesa_get_texel_store_func() | Brian Paul | |
2009-09-27 | mesa: use new look-up table to get texel fetch/store funcs | Brian Paul | |
2009-09-27 | mesa: make some s3tc/fxt1 functions public | Brian Paul | |
2009-09-27 | mesa: minor clean-up in _mesa_texstore_srgb8() | Brian Paul | |
2009-09-27 | mesa: use _mesa_get_texstore_func() to get texture image store func | Brian Paul | |
2009-09-26 | mesa: move _mesa_get_texstore_func() to texstore.c | Brian Paul | |
2009-09-26 | mesa: begin removing dependencies on gl_texture_format in texstore code | Brian Paul | |
2009-09-26 | mesa: include formats.h | Brian Paul | |
2009-09-26 | mesa: initial check-in of new formats.[ch] files | 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 | |