6187 Commits (8a97946e0a25aff2d56bbaf3ed20ba1588129993)

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