8717 Commits (7c760289371ce14228b1172195a07c2630ca6229)
 

Author SHA1 Message Date
  Ian Romanick dba173077e Major clean up of MakeContextCurrent 19 years ago
  Roland Scheidegger fa65447d8c do not import arrays for generic arb attribs if the array is not enabled (same as for generic attribs for nv vp is already done). Since the requested stride is 16, otherwise the code would end up doing lots of unnecessary import work (in doom3, trans_4_GLfloat_4f_raw caused by that was by far the single most time-consuming function in the r200 driver, not importing the disabled arrays caused the cpu time spent in the driver to drop from 45% to 30%, though real-world gain was pretty minimal as it's not really cpu bound here in the first place). 19 years ago
  Brian Paul 524bf7bbcf rewrite clear_rgba_buffer_with_masking() 19 years ago
  Brian Paul e18d0f82b6 deal with union/aliasing in convert_color_type() 19 years ago
  Brian Paul 6e138dfa36 rewrite of read_fast_rgba_pixels() 19 years ago
  Keith Whitwell fcb48e3422 missing file 19 years ago
  Keith Whitwell 68da677ae2 Accelerate glBitmap with a color expand blit. Nice speedup for demos 19 years ago
  Keith Whitwell 1eca12a7d9 Quieten debug message. 19 years ago
  Keith Whitwell 496f9ddf35 eliminate rhw divide under some circumstances 19 years ago
  Keith Whitwell e7b0ec9ae7 Quieten debug message. 19 years ago
  Ian Romanick 6921063520 Changes to generated code caused by the previous commits. 19 years ago
  Ian Romanick 491a16fb0f Fix the ordering of extensions. 19 years ago
  Ian Romanick 990c8a9df9 Keep indentation consistent with indent. 19 years ago
  Ian Romanick eaeaaf6205 Divide categories into four groups as they are processed from the XML. Add 19 years ago
  Ian Romanick 553b8334bb Add utility method client_supported_for_indirect. 19 years ago
  Brian Paul 25e441e8e9 in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), bug 8443 19 years ago
  Brian Paul 5ed4e35ba5 use _swrast_span_default_color() in the disabled code too 19 years ago
  Brian Paul 9b507639ab call _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comments 19 years ago
  Brian Paul da62bcecfb minor formatting fix 19 years ago
  Felix Kuehling 3fd5aa88ea Bugzilla 6242: [mach64] Use private DMA buffers (only) 19 years ago
  Brian Paul 346a239f01 return null if no context 19 years ago
  Brian Paul cdb27e8242 New SWspan and SWspanarrays typedefs. 19 years ago
  Michel Dänzer 46929c93d8 i915: Fix wait for scheduled swap on secondary display. 19 years ago
  Brian Paul 7fa99ed3d8 updated protos for blend funcs 19 years ago
  Brian Paul d92da49bae more changes for runtime renderbuffer depths 19 years ago
  Brian Paul 0ce6a2935c include mipmap.h 19 years ago
  Brian Paul 24edd90159 Move mipmap generation functions, texture scaling functions into new 19 years ago
  Brian Paul bb4b378c60 updated info about name mangling 19 years ago
  Michel Dänzer af866291da Synchronize drawable to the pipe where the bigger part can be visible. 19 years ago
  Michel Dänzer 4abf2706e9 Add new I830 SAREA fields. 19 years ago
  Michel Dänzer ebc879014c Add helper function that returns the current vblank sequence of a drawable. 19 years ago
  Michel Dänzer 638ece315f Add helper function to calculate the area of the intersection of two rectangles. 19 years ago
  Michel Dänzer 941c866739 i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps. 19 years ago
  Michel Dänzer c2f1a1857e i915: Attempt to schedule buffer swap on target vertical blank when possible. 19 years ago
  Michel Dänzer 7585fc989d Add driGetVBlankInterval() helper function. 19 years ago
  Michel Dänzer 7539fde334 driWaitForVBlank: Add support for secondary vertical blank. 19 years ago
  Michel Dänzer 6a2f5c6752 Some restructuring of the driWaitForVBlank() code. 19 years ago
  Michel Dänzer 24bb3b3998 Make driDrawableInitVBlank() initialize the sequence number. 19 years ago
  Brian Paul 1d914fe465 remove obsolete comment 19 years ago
  Jeremy Kolb 07bacc2263 Update to use the new XCB naming convention. 19 years ago
  Jeremy Kolb 3d7ee324ad Added function convertStringForXCB. Deals with the recent XCB naming convention switch. 19 years ago
  Jeremy Kolb b68788a1ca Update linux-dr-xcb config file to use LIBDRM_CFLAGS 19 years ago
  Jerome Glisse 9e82552c30 Remove r200 dependency 19 years ago
  Jerome Glisse c67d8678dd Remove r200 dependency. 19 years ago
  Michal Krol ea87987dda Prepend #extension 'MESA_shader_debug: require' to each shader. 19 years ago
  Michal Krol 27f660c164 Add GLSL preprocessor. 19 years ago
  Michal Krol 4303d22739 Fix Windows newlines. 19 years ago
  Michal Krol 16647b739b Add syntax files for expression and directive preprocessor. 19 years ago
  Brian Paul a50b7dbc3b Initial work for supporting different renderbuffer color depths at runtime. 19 years ago
  Michel Dänzer df8632ebd8 Fix and re-enable swizzling paths for big endian platforms. 19 years ago