summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-27drivers: use more mesa format functionsBrian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27via: use mesa texture format helper functionsBrian Paul
2009-09-27glide: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa: use _mesa_get_format_base_format()Brian 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-27st/mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-27glide: use _mesa_get_texstore_func()Brian Paul
2009-09-27mesa: NULL-out unused texformat field initializersBrian Paul
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-27st/mesa: 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: added formats.c to buildBrian Paul
2009-09-26mesa: include formats.hBrian Paul
2009-09-26mesa: initial check-in of new formats.[ch] filesBrian Paul
2009-09-26r300g: add tx depth support in register.Dave Airlie
also enable cube/3d bits in txformat reg
2009-09-26r300g: only pass complete texture state to hw setup functionDave Airlie
No point passing things twice here, also allows more state to be setup properly.
2009-09-26r300g: add missing break in OQ emitDave Airlie
2009-09-26llvmpipe: Allow building with LLVM 2.6 too.José Fonseca
2009-09-26r300g: report GL1.5, enable cap bits for OQ and shadow.Dave Airlie
Its not like it works well on 1.3 so may as well reach for greater heights. Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-09-26r300g: add z16 unorm texture formatDave Airlie
2009-09-26r300g: fix texture pitch to correct value.Dave Airlie
pitch is pixels - 1, not bytes.
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
Conflicts: src/mesa/shader/program_parse.tab.c
2009-09-25st/xorg: Re-enable accelerated fills and copies.Michel Dänzer
These seem to work well enough now with the new code. Composite acceleration isn't quite there yet and thus remains disabled in xorg_composite_bind_state() for now.
2009-09-25st/xorg: Flush render cache if but only if a source has pending write ↵Michel Dänzer
operations.
2009-09-25st/xorg: Reject Composite acceleration for some cases not working yet.Michel Dänzer
2009-09-25st/xorg: Make sure struct is fully initialized.Michel Dänzer
gcc complained about a missing initializer.
2009-09-25st/xorg: Use generic semantic for Composite mask coordinates.Michel Dänzer
2009-09-25st/xorg: Flesh out EXA PrepareComposite hook a little.Michel Dänzer
Check that the formats are supported, and don't crash with source-only pictures.