47105 コミット (9f2abbee6215d89e48b7fe042f8a905997f5c232)
 

作成者 SHA1 メッセージ 日付
  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年前
  Marek Olšák ba89086e79 gallium: add PIPE_CAP_TEXTURE_BARRIER 14年前
  Marek Olšák 3d13b081c7 gallium: add PIPE_CAP_CONDITIONAL_RENDER 14年前
  Marek Olšák f5bfe54a34 gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS 14年前
  Marek Olšák 557c3febdf gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT 14年前
  Chris Wilson 67582e6eef i915: out-of-bounds write in calc_live_regs() 14年前
  Chris Wilson ebca47af85 i965: Assign instead of compare inside assert 14年前
  Chris Wilson 8ccbcda5c6 i965/gen6: Fix assign instead of compare in assert 14年前
  Carl Worth 201485bae0 glcpp: Add a test for #elif with an undefined macro. 14年前
  Carl Worth c4aaf7943c glcpp: Raise error if defining any macro containing two consecutive underscores 14年前
  Carl Worth 28842c2331 glcpp: Implement token pasting for non-function-like macros 14年前
  Carl Worth 7bb3403e01 glcpp: Test a non-function-like macro using the token paste operator 14年前