46816 коммитов (cb86560ddb0a09727f55010bc184354d506f6484)
 

Автор SHA1 Сообщение Дата
  Eric Anholt cb86560ddb intel: Add debug output to intel_map_texture_image. 14 лет назад
  Eric Anholt fd99cd0e10 intel: Add a helper function for getting miptree size from a texture image. 14 лет назад
  Eric Anholt 2e0aefc1b9 i965: Refactor out the cube map setup for general texture array setup. 14 лет назад
  Eric Anholt 372cf26698 mesa: Reuse existing make_2d_mipmap for 2D array generation. 14 лет назад
  Eric Anholt 6fc576fd8a mesa: Make the uncompressed sw mipmap gen path do a Map per 1D array slice. 14 лет назад
  Eric Anholt 229ebf511d mesa: When storing texture data for a 1D array, map each slice separately. 14 лет назад
  Eric Anholt 5324f9c48d swrast: When asked to map a slice of a 1D array, give back that slice. 14 лет назад
  Eric Anholt b07c78bfe9 intel: Consolidate texture validation copy code, and reuse it correctly. 14 лет назад
  Eric Anholt 055995abc4 intel: Clean up the function chain for mapping texture images for swrast. 14 лет назад
  Eric Anholt 9aff2944a4 intel: Make PBO TexImage use AllocTextureImageBuffer like non-PBO does. 14 лет назад
  Eric Anholt 18198e299b intel: Rely on Mesa core for glTexImage storage. 14 лет назад
  Eric Anholt a73d56dce3 intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer(). 14 лет назад
  Eric Anholt e928c34d3e intel: Add an AllocTextureImageBuffer() implementation using miptrees. 14 лет назад
  Brian Paul e0304180c3 mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access. 14 лет назад
  Kenneth Graunke 1165b64f56 i965: Stop lowering integer division to multiply and reciprocal. 14 лет назад
  Kenneth Graunke b9af592dfa i965: Reverse the operands for INT DIV prior to Gen6. 14 лет назад
  Kenneth Graunke 1d4f3ca8f0 i965/vs: Implement integer quotient and remainder math operations. 14 лет назад
  Kenneth Graunke ff8f272b0d i965/fs: Implement integer quotient and remainder math operations. 14 лет назад
  Kenneth Graunke 6960f786c8 i965: Set the signed/unsigned type bit in Gen4/5 math messages. 14 лет назад
  Kenneth Graunke 6b10aab2bb i965: Fix message and response length calculations for INT DIV. 14 лет назад
  Kenneth Graunke ee2bf3a4b6 i965: Fix assertions about register types for INT DIV in brw_math. 14 лет назад
  Kenneth Graunke e66fc1cb03 ir_to_mesa: Don't assertion fail on integer modulus. 14 лет назад
  Tom Stellard d64c6d2ffc r300/compiler: Fix error in OMOD optimization 14 лет назад
  Tom Stellard 13814b0103 r300/compiler: Rewrite source swizzles when using OMOD 14 лет назад
  Tom Stellard 8b0418e478 r300/compiler: Fix rc_normal_rewrite_writemask() 14 лет назад
  Tom Stellard b5ecf5ba46 r300/compiler: Use consistent src swizzles for transcendent instructions 14 лет назад
  Eric Anholt e7c2b711a3 mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations. 14 лет назад
  Eric Anholt 3a1ba094f4 mesa: Add missing glGetIntegerv() support for ARB_color_buffer_float tokens. 14 лет назад
  Eric Anholt 42769c2da5 Revert "vbo: Don't discount stride == 0 for testing all varyings in VBOs." 14 лет назад
  Eric Anholt ddc348d83e i965: Make sure to upload the data for a collection of Stride == 0 arrays. 14 лет назад
  Eric Anholt 617cdcd4c7 mesa: Delay s_texcombine.c memory allocation until it's used. 14 лет назад
  Eric Anholt f7f678331d tnl: Delay results allocation until we actually need them. 14 лет назад
  Ian Romanick fe006a74f6 i965/vs: Fix swizzle related assertion 14 лет назад
  Brian Paul dd9574d7a5 mesa: number of combiner terms to pop depends on GL_NV_texture_env_combine4 14 лет назад
  Brian Paul 9520f483b8 mesa: s/INLINE/inline/ 14 лет назад
  Brian Paul c707ffa587 r600: include version.h for _mesa_override_glsl_version() prototype 14 лет назад
  Brian Paul b15ab1d228 mesa: use !! to simplify some _mesa_set_enable() calls in attrib.c 14 лет назад
  Brian Paul 986a9bb180 mesa: use loop in pop_texture_group() to restore 4 combiner terms 14 лет назад
  Ian Romanick 1f8f8aef7f mesa: Refactor hash_table_{find,remove} to share some code 14 лет назад
  Ian Romanick 16f7bdf555 mesa: Document an odd side-effect of hash_table_insert 14 лет назад
  Ian Romanick cd76f114e6 mesa: Remove unused field gl_program::Varying 14 лет назад
  Ian Romanick a9f25160af mesa: Use Add linker_error instead of fail_link 14 лет назад
  Marek Olšák aae342cff0 r600g: fix a compiler warning 14 лет назад
  Marek Olšák 74d6f929b4 gallium/docs: update the documentation of capabilities 14 лет назад
  Marek Olšák bf0baa7717 r600g: move all files from winsys/r600 into drivers/r600 14 лет назад
  Marek Olšák 363ff84475 winsys/radeon: move GEM domains out of the drivers into winsys 14 лет назад
  Marek Olšák af8eb5c851 winsys/radeon: remove a redundant parameter 'size' from buffer_from_handle 14 лет назад
  Marek Olšák 90ce3cdde9 r600g: remove struct radeon (or what's left of it) 14 лет назад
  Marek Olšák 518557d74a r600g: move family and chip_class from struct radeon to r600_screen 14 лет назад
  Marek Olšák 6101b6d442 r600g: merge r600_bo with r600_resource 14 лет назад