José Fonseca
bfd7a9ca96
llvmpipe: New module to help make assertions about formats.
16 年前
José Fonseca
47d241be9f
llvmpipe: New function to unpack rgba8 formats into 4 x u8n AoS.
16 年前
José Fonseca
abff4214ef
llvmpipe: Split the format swizzling step from the unpacking.
16 年前
José Fonseca
8d80fd3f55
llvmpipe: Allow different signs when unpacking.
16 年前
José Fonseca
b544ab7299
llvmpipe: Add inlines to quickly generate types matching the native SIMD register bitwidth.
16 年前
José Fonseca
a55b305c5b
llvmpipe: Merge lp_build_load_rgba_soa into lp_build_sample_texel.
16 年前
José Fonseca
bc93e9181c
llvmpipe: Factor our pixel offset computation.
16 年前
José Fonseca
fedd054d53
llvmpipe: Share testing infrastructure with lp_test_format.
16 年前
José Fonseca
17afb6dd69
llvmpipe: Eliminate lp_build_store_rgba_aos.
16 年前
José Fonseca
232b586464
llvmpipe: Eliminate lp_build_load_rgba_aos.
16 年前
José Fonseca
b4f6907b8d
llvmpipe: Move a few format/sampling functions into better space.
16 年前
Marek Olšák
c2df759cd7
r300g: fix redefining mipmaps and fetching from them
16 年前
Marek Olšák
118dfe1688
r300g: added support for 3D textures
Mipmaps not tested. Also, I am not sure why piglit/texturing/tex3d needs
to have color tolerance +-1 to pass. The classic Mesa driver doesn't
need that.
16 年前
Brian Paul
d6ee86c77a
mesa: remove _mesa_compressed_texture_size()
Use _mesa_format_image_size() instead.
16 年前
Brian Paul
4c00981b22
mesa: remove ctx->Driver.CompressedTextureSize() hook
It always just called _mesa_compressed_texture_size() anyway.
16 年前
Brian Paul
35efc6a1b3
mesa: change compressed texture size calls
Replace calls to ctx->Driver.CompressedTextureSize with calls to
_mesa_format_image_size. The former always called the later.
16 年前
Brian Paul
bea245ac2f
mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d()
16 年前
Brian Paul
5c82827696
mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address()
_mesa_compressed_row_stride() can go away soon.
_mesa_compressed_image_address() can be generalized and moved to formats.c
16 年前
Brian Paul
1ad9671db7
mesa: s/GLuint/gl_format/
16 年前
Brian Paul
2c3787f513
mesa: move assertion after declaration
16 年前
Brian Paul
d255aaf54f
mesa: remove hard-coded block sizes
16 年前
Brian Paul
7b16c43e43
mesa: added _mesa_get_format_block_size()
16 年前
Brian Paul
51bc12d623
progs/tests: fix sub texture offsets
16 年前
Brian Paul
bee6794eb1
mesa: added _mesa_get_format_name()
16 年前
Brian Paul
eb732b1bbb
mesa: additional comments in format code
16 年前
Joakim Sindholt
94a63dccdd
r300g: fix scons build yet again
16 年前
Brian Paul
46a784b7fd
Merge branch 'mesa_7_6_branch'
16 年前
Brian Paul
26f1ad65b9
mesa: simplify att->CubeMapFace assignment
16 年前
Brian Paul
346250b190
mesa: refactor, new print_shader_info()
16 年前
Brian Paul
81a4d34f07
mesa: rework error checking code for glGetCompressedTexImage()
Do all error checking in new getcompressedteximage_error_check() func.
Move some additional PBO checks out of the driver fallbacks into the
error checking functions.
16 年前
Brian Paul
d66965c9a1
mesa: remove misplaced VERBOSE_TEXTURE tests
16 年前
Brian Paul
9b50ceac03
mesa: more detailed error messages in fbo code
16 年前
Brian Paul
dc8b139aa2
mesa: remove FBO texture depth/stencil test
The texture format should not be checked until validation time since
the format might be changed by a subsequent glTexImage() call.
16 年前
Zack Rusin
b17c885a8a
st/xorg: fix text with component alpha rendering
16 年前
Brian Paul
0acb057ad1
mesa: fix broken _mesa_str_checksum()
16 年前
Eric Anholt
49d402e275
Merge remote branch 'origin/mesa_7_6_branch'
Conflicts:
src/mesa/drivers/dri/intel/intel_fbo.c
src/mesa/drivers/dri/intel/intel_mipmap_tree.c
src/mesa/drivers/dri/intel/intel_mipmap_tree.h
src/mesa/drivers/dri/intel/intel_tex_copy.c
src/mesa/drivers/dri/intel/intel_tex_image.c
16 年前
Eric Anholt
bfd51dc34d
i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().
16 年前
Eric Anholt
2d17dbfb53
intel: Keep track of x,y offsets in miptrees and use them for blitting.
By just using offsets, we confused the hardware's tiling calculations,
resulting in failures in miptree validation and blit clears.
Fixes piglit fbo-clearmipmap.
Bug #23552 . (automatic mipmap generation)
16 年前
Brian Paul
b01937a3c9
progs/tests: print requested/internal format info
16 年前
Brian Paul
96d7d66dff
docs: document updated GL extension header files
16 年前
Brian Paul
5c0dc902e7
gl: updated wglext.h to version 17
16 年前
Brian Paul
559da98c2b
gl: updated glxext.h to version 25
16 年前
Brian Paul
9df9696f6d
gl: updated glext.h to version 56
16 年前
Brian Paul
ff3f09a7fe
docs: document cell, glGetTexLevelParameter() fixes
16 年前
Brian Paul
cd62b4f00a
mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formats
Need to return the actual compressed format when the user originally
requested a generic compressed format.
16 年前
Brian Paul
9528dc6ed8
mesa: added _mesa_compressed_format_to_glenum()
Maps a compressed MESA_FORMAT_x to correspding GLenum. Needed for
querying a texture's actual format when a generic format was originally
requested.
16 年前
Brian Paul
5e4f5e41a4
mesa: change s3tc vs. fxt1 priority when choosing compressed formats
16 年前
Christoph Bumiller
683722740c
nv50: do SIGN_SET as one instruction
16 年前
Christoph Bumiller
99e728a13e
nv50: fix saturation outside of tx_insn case
16 年前
Christoph Bumiller
ad67326f12
nv50: allow all 127 TEMP regs
We should really learn to not waste so many though.
16 年前