8599 次代码提交 (da62bcecfb92978d7243928cfa0fb076b3de762d)
 

作者 SHA1 备注 提交日期
  Brian Paul da62bcecfb minor formatting fix 19 年前
  Felix Kuehling 3fd5aa88ea Bugzilla 6242: [mach64] Use private DMA buffers (only) 19 年前
  Brian Paul 346a239f01 return null if no context 19 年前
  Brian Paul cdb27e8242 New SWspan and SWspanarrays typedefs. 19 年前
  Michel Dänzer 46929c93d8 i915: Fix wait for scheduled swap on secondary display. 19 年前
  Brian Paul 7fa99ed3d8 updated protos for blend funcs 19 年前
  Brian Paul d92da49bae more changes for runtime renderbuffer depths 19 年前
  Brian Paul 0ce6a2935c include mipmap.h 19 年前
  Brian Paul 24edd90159 Move mipmap generation functions, texture scaling functions into new 19 年前
  Brian Paul bb4b378c60 updated info about name mangling 19 年前
  Michel Dänzer af866291da Synchronize drawable to the pipe where the bigger part can be visible. 19 年前
  Michel Dänzer 4abf2706e9 Add new I830 SAREA fields. 19 年前
  Michel Dänzer ebc879014c Add helper function that returns the current vblank sequence of a drawable. 19 年前
  Michel Dänzer 638ece315f Add helper function to calculate the area of the intersection of two rectangles. 19 年前
  Michel Dänzer 941c866739 i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps. 19 年前
  Michel Dänzer c2f1a1857e i915: Attempt to schedule buffer swap on target vertical blank when possible. 19 年前
  Michel Dänzer 7585fc989d Add driGetVBlankInterval() helper function. 19 年前
  Michel Dänzer 7539fde334 driWaitForVBlank: Add support for secondary vertical blank. 19 年前
  Michel Dänzer 6a2f5c6752 Some restructuring of the driWaitForVBlank() code. 19 年前
  Michel Dänzer 24bb3b3998 Make driDrawableInitVBlank() initialize the sequence number. 19 年前
  Brian Paul 1d914fe465 remove obsolete comment 19 年前
  Jeremy Kolb 07bacc2263 Update to use the new XCB naming convention. 19 年前
  Jeremy Kolb 3d7ee324ad Added function convertStringForXCB. Deals with the recent XCB naming convention switch. 19 年前
  Jeremy Kolb b68788a1ca Update linux-dr-xcb config file to use LIBDRM_CFLAGS 19 年前
  Jerome Glisse 9e82552c30 Remove r200 dependency 19 年前
  Jerome Glisse c67d8678dd Remove r200 dependency. 19 年前
  Michal Krol ea87987dda Prepend #extension 'MESA_shader_debug: require' to each shader. 19 年前
  Michal Krol 27f660c164 Add GLSL preprocessor. 19 年前
  Michal Krol 4303d22739 Fix Windows newlines. 19 年前
  Michal Krol 16647b739b Add syntax files for expression and directive preprocessor. 19 年前
  Brian Paul a50b7dbc3b Initial work for supporting different renderbuffer color depths at runtime. 19 年前
  Michel Dänzer df8632ebd8 Fix and re-enable swizzling paths for big endian platforms. 19 年前
  Keith Whitwell cbdd7e1094 bring in active_sz mechanism from i965 driver. Fixes bug 8410 19 年前
  Keith Whitwell f1945796ed Fixup one place where attrsz was being used instead of active_sz 19 年前
  Brian Paul f515c78a23 Change logicop, blend, masking functions to use the colors/indexes in the 19 年前
  Brian Paul ba001224a1 Roll the multi_write_rgba_span() code into _swrast_write_rgba_span(). 19 年前
  Brian Paul 0785b6052a use span.array->rgba instead of local var in accum_return() 19 年前
  Brian Paul f11508c29f use span.arrays for color/indexes instead of a local var when doing masked clears 19 年前
  Sean D'Epagnier e184bd861c corrected cursor drawing 19 年前
  Brian Paul 1ad12874b3 allocate larger TempImage, use COMBO var to choose test format/type 19 年前
  Brian Paul 7b803d649a fix the broken fallback string/debug stuff 19 年前
  Brian Paul 5174e7c181 remove extra indentation 19 年前
  Brian Paul 43715c711d Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array(). 19 年前
  Roland Scheidegger 9f819dc014 fix up access to vertex attrib components which don't really exist but are defined to some default value by the spec (fogcoord yzw, normal w, secondary color w), by replacing those components with zero/one respectively using swizzling. 19 年前
  Keith Whitwell 9c5d75e592 Explicit test for +ve pitches in intelEmitCopyBlit() 19 年前
  Roland Scheidegger 8a0fb128c3 don't skip user clip plane clipping when the current vertex program is position invariant. 19 年前
  Keith Whitwell 7e9799ac3d Use _Enabled rather than _Active when checking for fragment shaders 19 年前
  Keith Whitwell df058298e1 Flush driver, not just tnl module. 19 年前
  Keith Whitwell f9bfdb1ce4 resize buffers in MakeCurrent 19 年前
  Keith Whitwell f118b9b40d Remove unused variable. 19 年前