summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Collapse)Author
2009-09-27mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul
2009-09-27mesa: sort texstore_funcs[] array, remove search loopBrian Paul
2009-09-27mesa: fix render buffer _BaseFormat assignmentBrian Paul
2009-09-27mesa: update commentsBrian Paul
2009-09-27mesa: use more mesa format functionsBrian Paul
2009-09-27mesa: fix GL_TEXTURE_LUMINANCE_SIZE queryBrian Paul
2009-09-27mesa: use more mesa format functionsBrian Paul
2009-09-27mesa: use more mesa format functionsBrian Paul
2009-09-27mesa: use more format helper functionsBrian Paul
2009-09-27mesa: code movementBrian Paul
2009-09-27mesa: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa: added _mesa_get_format_datatype()Brian Paul
2009-09-27mesa: use _mesa_get_format_bits()Brian Paul
2009-09-27mesa: added _mesa_get_format_bits()Brian Paul
2009-09-27mesa: remove unused gl_texture_format fieldsBrian Paul
2009-09-27mesa: added MESA_FORMAT_NONEBrian Paul
2009-09-27mesa: move StoreTexImageFunc to texstore.hBrian Paul
2009-09-27mesa: rework null texel fetch/store funcsBrian Paul
2009-09-27mesa: replace function pointer types with void *Brian Paul
These fields are no longer used and will be removed soon.
2009-09-27mesa: NULL-out unused texformat field initializersBrian Paul
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-27mesa: null-out StoreTexImageFunc fieldsBrian Paul
2009-09-27mesa: use _mesa_get_texel_store_func()Brian Paul
2009-09-27mesa: use new look-up table to get texel fetch/store funcsBrian Paul
2009-09-27mesa: make some s3tc/fxt1 functions publicBrian Paul
2009-09-27mesa: minor clean-up in _mesa_texstore_srgb8()Brian Paul
2009-09-27mesa: use _mesa_get_texstore_func() to get texture image store funcBrian Paul
2009-09-26mesa: move _mesa_get_texstore_func() to texstore.cBrian Paul
2009-09-26mesa: begin removing dependencies on gl_texture_format in texstore codeBrian Paul
2009-09-26mesa: include formats.hBrian Paul
2009-09-26mesa: initial check-in of new formats.[ch] filesBrian Paul
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
Conflicts: src/mesa/shader/program_parse.tab.c
2009-09-24mesa/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-24mesa/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-24mesa/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-24mesa/main: Add comments to mfeatures.h.Chia-I Wu
The comments document the conventions that a feature may follow.
2009-09-24mesa: remove: unused gl_vertex_program::TnlData fieldBrian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
Conflicts: src/mesa/vbo/vbo_exec_array.c
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24i965: 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-24mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warningBrian 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-24mesa: 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-24mesa: replace assertion with no-op function assignmentBrian Paul
2009-09-24Merge 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-24mesa: added default case return to silence warningBrian Paul
2009-09-24mesa: 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-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-22mesa: fix more buffer object error messagesBrian Paul
2009-09-22mesa: fix error message textBrian Paul
2009-09-21selinux: Fix mmap() return value checkAdam Jackson