29375 次程式碼提交 (ace932450ca82747dbbd8287682d82518ee84ce8)
 

作者 SHA1 備註 提交日期
  Michal Krol ace932450c util: Fix format descriptor table entries. 16 年之前
  Michal Krol 4e014c0a14 pipe_sampler_state::compare_mode is not a boolean enable flag. 16 年之前
  Michal Krol 4fd566ea31 util: Handle the remaining format cases in pipe_tile_raw_to_rgba(). 16 年之前
  Michal Krol 955f51270b Make sure we use only signed/unsigned ints with bitfields. 16 年之前
  Brian Paul 1b5476a353 i965g: fix invalid assertion in emit_xpd(), again 16 年之前
  José Fonseca e32487b8a1 Merge remote branch 'origin/mesa_7_7_branch' 16 年之前
  José Fonseca aaf7ecfd81 glew: Update to version 1.5.2. 16 年之前
  José Fonseca 5b64d94390 pipebuffer: Multi-threading fixes for fencing. 16 年之前
  Luca Barbieri f023473748 gallium: remove PIPE_TEX_FILTER_ANISO 16 年之前
  Brian Paul a6975507ad docs: added more GL3 items 16 年之前
  Brian Paul d4f2d6556e mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queries 16 年之前
  Brian Paul 3510a1b0c5 mesa: call _mesa_compute_version() to set context's version info 16 年之前
  Brian Paul 29f50f61ea mesa: added version.c to build 16 年之前
  Brian Paul e0b9e33afb mesa: added _mesa_compute_version() in new version.c file 16 年之前
  Brian Paul e16fd07225 mesa: added version fields to GLcontext 16 年之前
  Brian Paul 88330c6438 gallium/util: replace 8 with PIPE_MAX_COLOR_BUFS 16 年之前
  Brian Paul 2fbc3931fc gallium/util: comments and whitespace fixes 16 年之前
  Brian Paul 9089436930 docs: added link to wiki page about missing Mesa features 16 年之前
  Brian Paul 15b05c54b7 i965g: fix invalid assertion in emit_xpd() 16 年之前
  Brian Paul e555146fa3 i965: fix invalid assertion in emit_xpd() 16 年之前
  Roel Kluin 766f3ccbda tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3() 16 年之前
  Eric Anholt 5a7c2a99a6 i965: Fix build after blind merge of mesa 7.7 by Brian. 16 年之前
  Brian Paul 9f544394c1 st/mesa: fix broken translation of negative register indexes 16 年之前
  Brian Paul 487a14b476 ARB prog parser: regenerated parser file 16 年之前
  Brian Paul f0f68b1e4c ARB prog parser: fix parameter binding type 16 年之前
  Brian Paul e3514b7338 ARB prog parser: regenerated parser files 16 年之前
  Brian Paul 7c6ae4c6c8 ARB prog parser: add allowSwizzle param to initialize_symbol_from_const() 16 年之前
  Brian Paul 37f6929d29 mesa: whitespace changes and comments 16 年之前
  Brian Paul f27e39aa4e mesa: change constant search behaviour in _mesa_add_unnamed_constant() 16 年之前
  Maarten Maathuis c77ade8fed nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly 16 年之前
  Marcin Slusarz 29d2ab37e6 nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etc 16 年之前
  Maarten Maathuis c306ef5e81 nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped 16 年之前
  José Fonseca 38d8b18003 svga: Remove stale references to delete shader results. 16 年之前
  José Fonseca 8ebef37c7b svga: Rebind shaders when tokens change. 16 年之前
  Corbin Simpson 3e18bad36d Merge branch 'gallium-docs' 16 年之前
  Chia-I Wu 897cb8950a egl: Fix breakage from -fvisibility=hidden. 16 年之前
  Corbin Simpson 467cccf0a7 docs: Don't check in generated docs. 16 年之前
  Corbin Simpson acb8073d07 docs: Stub out list of modules in core distribution of G3D. 16 年之前
  Brian Paul ef1b942691 st/mesa: added PROGRAM_LOCAL_PARAM case in src_register() 16 年之前
  Kristian Høgsberg ae44b92f61 Merge branch 'remove-intel-dri1' 16 年之前
  Brian Paul bd96b51303 mesa: bump version to 7.7.1-DEVEL 16 年之前
  Keith Whitwell c727fa6dbf Merge commit 'origin/gallium-draw-retval' 16 年之前
  Andre Maasikas c91ceeec32 r600: adjust after radeon mipmap changes in 7118db8700 16 年之前
  Andre Maasikas 750c1e7bb4 r600: support depth compare functions & shadow_ambient 16 年之前
  Michal Krol 1f9aa38f4e tgsi: Simplify implementation of few interpreter's instructions. 16 年之前
  Michal Krol 55b5c8816e tgsi: Use FREE() to release MALLOC-ed() memories in sanity. 16 年之前
  Michal Krol 767d1472df tgsi: Fix bogus loop condition in sanity. 16 年之前
  Michal Krol c301fa6fc8 tgsi: Treat MOV source operand as FLOAT so modifiers works as expected. 16 年之前
  Michal Krol 7218322703 tgsi: Store ADDR file in interpreter as an int. 16 年之前
  Michal Krol 7c8e67e4aa tgsi: Remove dead micro_umod(). 16 年之前