12064 次程式碼提交 (b790b24ff9204eb6f305b14bd40bb903e65dd541)
 

作者 SHA1 備註 提交日期
  Eric Anholt b790b24ff9 [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. 17 年之前
  Eric Anholt c2814f2a3f [i915] Add comments about how cube texture layout works. 17 年之前
  Eric Anholt 45adf29ed0 [i915] Move miptree layout code into separate functions per target. 17 年之前
  Eric Anholt e5f50f2fa3 [intel] Clarify miptree layout by using byte offsets to images. 17 年之前
  Eric Anholt 363d878519 [945] Remove conditional in 945 3D mipmap layout checking for cube layout. 17 年之前
  Alan Hourihane a3b5ae783e set outputs_safe to 0 as it's possible for the code generation 17 年之前
  Zou Nan hai f7cfc51b05 Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP" 17 年之前
  Xiang, Haihao ae2c31ed66 glx: Add isDirect back to __GLXcontextRec. It is needed 17 年之前
  Zou Nan hai 5a0314b431 [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP 17 年之前
  Dave Airlie 48efb769e9 r300: add new rs690 pci id 17 年之前
  Andrzej Trznadel 3105bc1d88 [965] Fix fp temp reg release code to not usually release all temps. 17 年之前
  Andrzej Trznadel e9809a36aa Fix compat implementation of ffs() to return 1-based bit numbers. 17 年之前
  Markus Amsler f2b914298f only set InputsRead bit if input is really used 17 年之前
  Markus Amsler d787850ae6 mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. 17 年之前
  Markus Amsler c48212fe58 r300: Simplify r300VAPInputRoute1. 17 年之前
  Markus Amsler f0c8863dbb r300: Simplify r300VAPInputRoute0, check for valid input. 17 年之前
  Zou Nan hai 8d5231a358 [i965] round pointsize to nearest int according to spec 17 年之前
  Xiang, Haihao 4a556bcb17 intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc 17 年之前
  Xiang, Haihao 4478926b3a intel: It is needed to allocating texture memory to accommodate 17 年之前
  Xiang, Haihao 7ed1fd5d84 intel: Remove an assertion from intel_miptree_create. TexImage 17 年之前
  Xiang, Haihao 0819b25dfb mesa: avoid to unlock an unlocked array in _mesa_PopClientAttrib 17 年之前
  Xiang, Haihao 07ff7c2285 mesa: Follow GL spec to draw DEPTH_COMPONENT pixels when 17 年之前
  Zou Nan hai b0f681b458 [i965] fix wpos height 1 pixel higher 17 年之前
  Kristian Høgsberg 98e13fecd0 Test createNewScreen for NULL, not createNewScreenName in driCreateScreen(). 17 年之前
  Brian e80a2888bb init tmpNode to zeros 17 年之前
  Brian 868193d54e mesa: fix emit_clamp() so that we don't use an output register as temporary 17 年之前
  Xiang, Haihao 42c279a03b glx: fix rotation regression. bug #14963 17 年之前
  Xiang, Haihao f94d317d7a intel: fix abort issue with shadowtex demo when use 17 年之前
  Roland Scheidegger 142fcd3a13 fix state.lightprod ambient/specular w value (bug #14983) 17 年之前
  Zou Nan hai fcb7cb9e72 [i965] multiple rendering target support 17 年之前
  Kristian Høgsberg 9110425c72 libGL: Pull the drawable hash back out in the generic code. 17 年之前
  Kristian Høgsberg 94f39f2e7c Add another missing check for uninitialized DRI. 17 年之前
  Dan Nicholson f1e1267372 Fix include path for rain demo so glut.h is found 17 年之前
  Dan Nicholson b957655a91 autoconf: Enable xdemos by default when we build libGL 17 年之前
  Jeremy Huddleston 4dfd2dcbe7 Darwin: Fixed small error in darwin config files 17 年之前
  Kristian Høgsberg fe23dc5eca Move make install logic for libGL back into src/mesa/Makefile. 17 年之前
  Kristian Høgsberg 3731159ec6 Only try to call DRI function if DRI got initialized properly. 17 年之前
  Jeremy Huddleston 7c7fece977 Darwin: Config/source fixes to now build glxdemo apps and OSMesa 17 年之前
  Dan Nicholson 460d25dca1 autoconf: Add autogen.sh from Xorg for easier setup from git 17 年之前
  Dan Nicholson ab5750f143 Ignore more demo programs 17 年之前
  Brian 9162bc8f48 remove extra #include of assert.h (bug 14932) 17 年之前
  Brian dd0a9203e3 fix parsing of state.texenv.color (bug 14931) 17 年之前
  Dave Airlie 20e0a8a1ca dri: fix function call to add new parameter. 17 年之前
  Kristian Høgsberg dcbe215c01 DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. 17 年之前
  Kristian Høgsberg 180b41594c DRI2: Drop DriverAPI.UpdateBuffer. 17 年之前
  Kristian Høgsberg 2d5ea175f7 DRI2: Pass the context instead of the screen to __dri2ParseEvents(). 17 年之前
  Kristian Høgsberg 0bba0e5be7 DRI2: Add event buffer head as an argument to driCreateNewDrawable(). 17 年之前
  Brian 810e0549af fix botched test for clearing color buffers (should fix depth peeling regression) 17 年之前
  Markus Amsler 29fbf72dbf Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV() 17 年之前
  Markus Amsler 507da24767 init vertex weight attrib to (1,0,0,0) 17 年之前