Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-28 | mesa: move StoreTexImageFunc typedef to .c file | Brian Paul | |
2009-09-28 | mesa: use _mesa_texstore() | Brian Paul | |
2009-09-28 | mesa: make individual texstore functions static | Brian Paul | |
2009-09-28 | mesa: new _mesa_texstore() function | Brian Paul | |
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-27 | mesa: change _mesa_format_to_type_and_comps() format parameter type | Brian Paul | |
2009-09-27 | mesa: sort texstore_funcs[] array, remove search loop | Brian Paul | |
2009-09-27 | mesa: fix render buffer _BaseFormat assignment | Brian Paul | |
2009-09-27 | mesa: update comments | Brian Paul | |
2009-09-27 | mesa: use more mesa format functions | Brian Paul | |
2009-09-27 | mesa: fix GL_TEXTURE_LUMINANCE_SIZE query | Brian Paul | |
2009-09-27 | mesa: use more mesa format functions | Brian Paul | |
2009-09-27 | mesa: use more mesa format functions | Brian Paul | |
2009-09-27 | mesa: use more format helper functions | Brian Paul | |
2009-09-27 | mesa: code movement | Brian Paul | |
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 |