4175 Commits (2517a0ef217f2f66494c55fc5342362d49ee208d)
 

Author SHA1 Message Date
  Brian Paul 7f7b2d86bc a few more tweaks 22 years ago
  Brian Paul 75a0d31aaa fix assorted compilation issues 22 years ago
  Daniel Borca 3d06dc7581 accomodated new driver_func initialization 22 years ago
  Keith Whitwell 3abf746a7e Don't set extra bits in FLUSH_VERTICES, fix several state bugs. 22 years ago
  Jouk Jansen 5c161cf615 Committing in . 22 years ago
  Ian Romanick ff2cc41ccb Modified error messages in _mesa_BlendFuncSeparateEXT to note that the 22 years ago
  Michel Dänzer a2c97eb2ff Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state change 22 years ago
  Michel Dänzer 5d00e131d8 Fix attenuation hardware state handling, inspired by the R200 DDK reference 22 years ago
  Brian Paul 4f295cee73 Initial support for floating point and signed texture formats. 22 years ago
  Brian Paul edd1d86c74 misc updates 22 years ago
  Keith Whitwell dca71ea44b Minor tweaks to help out at a driver level. 22 years ago
  Ian Romanick 004d71f554 Corrected a comment about how the DOT3 hardware works in the R200. 22 years ago
  Jouk Jansen 03166f73f3 Committing in . 22 years ago
  Ian Romanick afa446db83 Silence some compiler warnings. 22 years ago
  Ian Romanick 169223c9ee Make the R200 driver work with the NewTextureObject in Mesa. Other 22 years ago
  Ian Romanick 34a7857411 Silence a compiler warning DRI builds using gcc3. 22 years ago
  Keith Whitwell 66691ef5b5 Use new EMIT_PAD functionality for spec and/or fog as available. 22 years ago
  Ian Romanick 20a17e42d7 Remove dd_function_table::BlendFunc. All drivers now use 22 years ago
  Keith Whitwell 4d36f334c9 Another mechanism to create vertices with holes - a new EMIT_PAD style 22 years ago
  Brian Paul e98986bdd3 don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etc 22 years ago
  Brian Paul a999e809af remove _mesa_check_driver_hooks() - it's really not too useful anymore 22 years ago
  Brian Paul 4e713913fb Undo some bits from last check-in related to the ctx->Driver.NewTextureObject 22 years ago
  Daniel Borca d4636e74c8 fixed a bug in VGA initialization routine 22 years ago
  Keith Whitwell e755144e79 remove duplicate t_dd_* files 22 years ago
  Brian Paul d8059008a2 initial 6.1 release notes with info about recent _mesa_create_context changes, etc. 22 years ago
  Brian Paul d3fd7ba8af Before calling _mesa_create_context(), initialize a dd_function_table struct 22 years ago
  Brian Paul 988a8862c8 _mesa_init_driver_functions() to initialize dd_function_table 22 years ago
  Keith Whitwell 8d97ad18a7 some more count vs. end confusion 22 years ago
  Brian Paul 6bf808bc6c replace -lm with $(GL_LIB_DEPS) to get -lexpat 22 years ago
  Brian Paul 9c0b83556d replace CALLOC with MALLOC in _mesa_new_texture_object() 22 years ago
  Brian Paul c929f13701 remove incorrect comments, added _mesa_bzero() call in _mesa_initialize_texture_object() 22 years ago
  Brian Paul 75c8a2e7be omit CVS directories from tarballs, bump version to 6.1 22 years ago
  Keith Whitwell ed43ecee90 Migrate i830 driver to t_vertex.[ch] for building hw vertices. 22 years ago
  Brian Paul 41abe9e73f fix glitch from previous check-in (pointer vs int) 22 years ago
  Brian Paul 77d240858e minor changes to silence warnings 22 years ago
  Brian Paul 6a82d44d9c Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings. 22 years ago
  Brian Paul 87745ce771 change Data ptr from GLbyte to GLubyte to silence warnings 22 years ago
  Brian Paul 013dee06c1 include texobj.h to silence warnings 22 years ago
  Brian Paul e093e94298 s/char/GLubyte/ to silence warnings 22 years ago
  Brian Paul ef77464a7a include sched.h to get sched_yield() prototype 22 years ago
  Brian Paul 97fcc0e77b make second param of driParseConfigFiles() const 22 years ago
  Brian Paul 5b9a9d46d4 tweak OpenBSD and SunOS commands 22 years ago
  Brian Paul 4eb16e3a67 tweak openbsd config 22 years ago
  Brian Paul 66f2fd89ea added some missing FLUSH_VERTICES calls 22 years ago
  Michel Dänzer 8d83242c8c Fix cosmetic GL_RENDERER string problem (Andreas Stenglein) 22 years ago
  Brian Paul edc9ffc748 bump version to 6.1 (new development) 22 years ago
  Keith Whitwell 4a53f7bc74 Respect the 'in_use' field in the global LRU as a marker for 22 years ago
  Daniel Borca 48e89df25b fixed refresh rate control in Glide wrapper 22 years ago
  Brian Paul 546214f3c8 tweaks for 6.0 release 22 years ago
  Karl Schultz 46d6bd368d add casts to quiet compiler warnings 22 years ago