Age | Commit message (Expand) | Author |
2009-10-25 | llvmpipe: Eliminate lp_build_store_rgba_aos. | José Fonseca |
2009-10-25 | llvmpipe: Eliminate lp_build_load_rgba_aos. | José Fonseca |
2009-10-25 | llvmpipe: Move a few format/sampling functions into better space. | José Fonseca |
2009-10-25 | r300g: fix redefining mipmaps and fetching from them | Marek Olšák |
2009-10-25 | r300g: added support for 3D textures | Marek Olšák |
2009-10-24 | mesa: remove _mesa_compressed_texture_size() | Brian Paul |
2009-10-24 | mesa: remove ctx->Driver.CompressedTextureSize() hook | Brian Paul |
2009-10-24 | mesa: change compressed texture size calls | Brian Paul |
2009-10-24 | mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d() | Brian Paul |
2009-10-24 | mesa: simplify _mesa_compressed_row_stride(), _mesa_compressed_image_address() | Brian Paul |
2009-10-24 | mesa: s/GLuint/gl_format/ | Brian Paul |
2009-10-24 | mesa: move assertion after declaration | Brian Paul |
2009-10-24 | mesa: remove hard-coded block sizes | Brian Paul |
2009-10-24 | mesa: added _mesa_get_format_block_size() | Brian Paul |
2009-10-24 | progs/tests: fix sub texture offsets | Brian Paul |
2009-10-24 | mesa: added _mesa_get_format_name() | Brian Paul |
2009-10-24 | mesa: additional comments in format code | Brian Paul |
2009-10-24 | r300g: fix scons build yet again | Joakim Sindholt |
2009-10-23 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-10-23 | mesa: simplify att->CubeMapFace assignment | Brian Paul |
2009-10-23 | mesa: refactor, new print_shader_info() | Brian Paul |
2009-10-23 | mesa: rework error checking code for glGetCompressedTexImage() | Brian Paul |
2009-10-23 | mesa: remove misplaced VERBOSE_TEXTURE tests | Brian Paul |
2009-10-23 | mesa: more detailed error messages in fbo code | Brian Paul |
2009-10-23 | mesa: remove FBO texture depth/stencil test | Brian Paul |
2009-10-23 | st/xorg: fix text with component alpha rendering | Zack Rusin |
2009-10-23 | mesa: fix broken _mesa_str_checksum() | Brian Paul |
2009-10-23 | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt |
2009-10-23 | i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface(). | Eric Anholt |
2009-10-23 | intel: Keep track of x,y offsets in miptrees and use them for blitting. | Eric Anholt |
2009-10-23 | progs/tests: print requested/internal format info | Brian Paul |
2009-10-23 | docs: document updated GL extension header files | Brian Paul |
2009-10-23 | gl: updated wglext.h to version 17 | Brian Paul |
2009-10-23 | gl: updated glxext.h to version 25 | Brian Paul |
2009-10-23 | gl: updated glext.h to version 56 | Brian Paul |
2009-10-23 | docs: document cell, glGetTexLevelParameter() fixes | Brian Paul |
2009-10-23 | mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formats | Brian Paul |
2009-10-23 | mesa: added _mesa_compressed_format_to_glenum() | Brian Paul |
2009-10-23 | mesa: change s3tc vs. fxt1 priority when choosing compressed formats | Brian Paul |
2009-10-23 | nv50: do SIGN_SET as one instruction | Christoph Bumiller |
2009-10-23 | nv50: fix saturation outside of tx_insn case | Christoph Bumiller |
2009-10-23 | nv50: allow all 127 TEMP regs | Christoph Bumiller |
2009-10-23 | nv50: fix address reg code | Christoph Bumiller |
2009-10-23 | nv50: add depth texture formats, and a few others, too | Christoph Bumiller |
2009-10-23 | progs/tests: Fix MSVC build. | Vinson Lee |
2009-10-23 | nouveau: nv30: Relax some limits. We can render to z24s8 buffer even if color... | Patrice Mandin |
2009-10-23 | nouveau: nv30: use r5g6b5 as z16 format | Patrice Mandin |
2009-10-23 | glapi: Always build libglapi.a. | Chia-I Wu |
2009-10-23 | glapi: Move dispatch marcos to glapidispatch.h. | Chia-I Wu |
2009-10-23 | mesa/dri: Remove extension_helper.h. | Chia-I Wu |