6187 Commits (8a97946e0a25aff2d56bbaf3ed20ba1588129993)

Author SHA1 Message Date
  Brian Paul 8a97946e0a check glLoadProgramNV len < 0 (bug 6679) 19 years ago
  Brian Paul 45e05dccd9 error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM. 19 years ago
  Brian Paul 3538f81513 Make most of the _mesa_noop_*() functions static. 19 years ago
  Brian Paul 34b3b40af9 some tentative code for _mesa_update_framebuffer_visual() 19 years ago
  Dave Airlie b5d76b6858 SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the program 19 years ago
  Brian Paul 53f8b7190e fix invalid free() problem (bug 6658) 19 years ago
  Michal Krol 2f8496b565 Remove carriage-return chars *ONLY*. 19 years ago
  Michal Krol d55de658b5 Add support for ARB_vertex_shader attrib binding and query. 19 years ago
  Kristian Høgsberg fcdc6a7d24 Add .note.GNU-stack section to assembler files to avoid the default behavior 19 years ago
  Brian Paul 9326962f06 Silence a few -pedantic warnings. 19 years ago
  Brian Paul a76c216b37 s/MaxTextureUnits/MaxTextureCoordUnits/ 19 years ago
  Brian Paul 730b26556b When popping GL_DRAW_BUFFER state, need to re-do error checking since 19 years ago
  Brian Paul 61608ecfa7 silence -pedantic warning 19 years ago
  Brian Paul 767ffdcc9f don't need s_depth.h 19 years ago
  Brian Paul ee4e75bd6f Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units 19 years ago
  Brian Paul da238ee06a Fix comment about MaxTextureUnits, needs to be min of coord and image units. 19 years ago
  Brian Paul 564b2aa2ef silence minor warnings 19 years ago
  Brian Paul 13abf91b42 casts to fix some -pedantic warnings 19 years ago
  Brian Paul ad38681a00 Set array normalization flag for normals, colors (Keith) 19 years ago
  Brian Paul a186c80788 updated tests for defining __FUNCTION__ (Dan Schikore) 19 years ago
  Brian Paul 09c8e41955 added 'const' (Dan Schikore) 19 years ago
  Aapo Tahkola c82eadd157 GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300. 19 years ago
  Brian Paul da21ca988a add missing 'union' keyword 19 years ago
  David Reveman ba23f699f0 FBConfig support for EXT_tfp 19 years ago
  David Reveman c6f8ae1085 Add attrib_list to glXBindTexImageEXT 19 years ago
  David Reveman 342d1de38c Fix CreateDrawable 19 years ago
  Michal Krol bb38cadb1c More GLSL code: 19 years ago
  Aapo Tahkola d90ad3fd87 get fog going(for real) 19 years ago
  Aapo Tahkola 3ed16bd9cc rectangular fp16 fixes (Ewald Snel) 19 years ago
  Aapo Tahkola 6c419be402 Fog support (Ewald Snel) 19 years ago
  Brian Paul 3a5ec72125 use _mesa_debug() instead of message() - fixes poor formatting of output 19 years ago
  Eric Anholt 8c3d15ce28 Destroy the GL context after driDestroyTextureHeap, because the driver's 19 years ago
  Aapo Tahkola 83a43aca23 fix some conflict happenings at context destroy by freeing buffers immediately. array locking can be done with vbos for vtxfmt_a so we dont really need to try to reuse them. 19 years ago
  Brian Paul ff2b910dd1 regenerate SPARC assembly dispatch (bug 6484) 19 years ago
  Brian Paul 1936019cd1 replace >&/dev/null with >/dev/null so it works with all shells 19 years ago
  Brian Paul 9f3bcd87db bump version to 6.5.1 19 years ago
  Alan Hourihane e2af1da1d3 Fix some warnings on x86_64 19 years ago
  Dave Airlie 9d3de643d1 make miniglx use libdrm properly 19 years ago
  Adam Jackson d25ad506f2 Coverity #943: Avoid a NULL chase. 19 years ago
  Adam Jackson 03593f53e7 Coverity #1083: Fix a use after free case. 19 years ago
  Brian Paul 51faca1270 Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value 19 years ago
  Brian Paul f51a32e82a Fix line clipping bug 6512. 19 years ago
  Brian Paul f4d5b1da7b Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problem 19 years ago
  Brian Paul 0dcab2a86a Replace DEFINES with DRIVER_DEFINES. If a driver needs to set extra flags, 19 years ago
  Brian Paul c1c954e81b remove unused var 19 years ago
  Brian Paul a1a9858ca3 update a couple MESA_FORMAT_Zxxx occurances 19 years ago
  Brian Paul a9bcf75103 Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. 19 years ago
  Brian Paul 5722338ea5 do additional checking for setting up depth/stencil wrappers 19 years ago
  Brian Paul f08f233d6f Remove the code that checks for duplicated framebuffer attachments (which 19 years ago
  Dave Airlie e80b9c24f4 add tiling/fence support for the miniglx driver 19 years ago