8477 Commits (e1ae10db2c211d33959f74d8c5c3faeec37fbccf)
 

Author SHA1 Message Date
  Keith Whitwell e1ae10db2c Encode a unique id in the aub header date fields. 19 years ago
  Brian Paul bd38df11f4 Win32 fixes (SF bug 1554931) 19 years ago
  Brian Paul 31a66ada72 undo some accidental changes in _mesa_is_legal_format_and_type() 19 years ago
  Brian Paul 02aa5fba03 init accum buffer fields in _mesa_update_framebuffer_visual() 19 years ago
  Roland Scheidegger 25847f2b5b remove code to deal with non-normalized texture coordinates for tex rect targets (swtcl tex coord translation stage, tcl tex matrix adaption) and use the chip's native handling of such coords instead (!!!). Seems noone noticed those bits in the se_coord_fmt reg, even though it works fairly similar to r200 (except it's set per-unit and always active, so only enable it for texture rectangles). 19 years ago
  Brian Paul cb53555058 Redefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macros to avoid problems 19 years ago
  Brian Paul ef8244df1a don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channel 19 years ago
  Roland Scheidegger 7998962444 cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv conversion appears only to work on first unit. 19 years ago
  Keith Whitwell 02df36f394 Basic facility for playing back captured aubfiles. Requires a small 19 years ago
  Roland Scheidegger a5e73e6887 cause a vtxfmt fallback directly when hitting NewList for radeon and r200 drivers, otherwise we'll mix up tcl and vtxfmt path for some reason. This fixes a warzone2100 asssertion failure. 19 years ago
  Keith Whitwell 3e05902d30 Consistent return values from the bm* functions. 19 years ago
  Keith Whitwell 493b2ddecb Cope with memory pool fragmentation by allowing a second attempt at 19 years ago
  Keith Whitwell c26f36c830 Add some asserts, fix some not-quite-bugs. 19 years ago
  Keith Whitwell e48db4430f Fix glitch with pool alignments. 19 years ago
  Keith Whitwell 1456a0fff6 Use lower alignments where possible. Also pad out allocated blocks to 19 years ago
  Keith Whitwell 133f141680 Make sure bmBufferOffset is called for all active buffers every time 19 years ago
  Roland Scheidegger c5cb8e2c6f make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're already in a tcl fallback, otherwise the chip will instantly lock up when vertex progs are enabled the next time not in a tcl fallback (fixes for instance guaranteed lockup running any program which uses vertex progs with tcl_mode=0 and then later with tcl_mode=1). 19 years ago
  Roland Scheidegger 28e7219b96 only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex programs (fixes a segfault since the result of the shift is undefined otherwise, and it may happen that _TNL_ATTRIB_POINTSIZE will be tried to read, unlike all other attribs this however may be unitialized (might be a bug in itself)). 19 years ago
  Eric Anholt d016d4e70f Fix a leak of the screen's option cache on cleanup (copied from radeon). 19 years ago
  Keith Whitwell 14ec34d647 Simplify the immediate and displaylist code. Treat VertexAttrib*ARB 19 years ago
  Brian Paul 2216aac8ea comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX 19 years ago
  Brian Paul bb2180dca3 Fixes from Christopher Bell: 19 years ago
  Brian Paul 7d767604c7 remove stray tab 19 years ago
  Brian Paul d9aebd8498 for VERTEX_ATTRIB_WEIGHT, use break, not return 19 years ago
  Brian Paul 4a901667e5 document vertex.weight hack 19 years ago
  Brian Paul 3a55750d48 Hack for Warcraft (bug 8060): allow 'vertex.weight' to be referenced in 19 years ago
  Brian Paul 43cc1dc18f fix typo in enable_parser_extensions(): s/point_parameters/vertex_blend/ 19 years ago
  Brian Paul a088f160b3 Consolidate common case of _mesa_set_program_error() followed by _mesa_error() 19 years ago
  Brian Paul 1f03339f1c updated info about glxproto.h 19 years ago
  Keith Whitwell d5cbb49c22 Dynamically allocate instruction store for tnl programs according to 19 years ago
  Keith Whitwell 74b2166ff8 Fixes for calculating point attenuation 19 years ago
  Keith Whitwell f65ad97469 Don't export NV_vertex_program as it's not supported, it confuses 19 years ago
  Rune Petersen ac7ea94030 Managed to make a commit that can't build... Sorry again... 19 years ago
  Brian Paul c78e895f09 get rid of GL_BOOLEAN definition (bug 8113) 19 years ago
  Jouk Jansen e08557ad8a OpenVMS compile support update 19 years ago
  Jouk Jansen 8cf3c85fd7 OpenVMS compile support update 19 years ago
  Roland Scheidegger 014bfda235 fog state atom contains (only) fog params necessary for tcl. Must not be emitted if vertex progs are enabled as it overlaps vertex param #94. 19 years ago
  Rune Petersen 5300e8242f add missing change to skip low impact RAST fallback... 19 years ago
  Roland Scheidegger 5b4e7cdca4 fix the presumably broken check for the allow_large_textures and vblank_mode options (same as bug 8042). 19 years ago
  Roland Scheidegger 91650469ae make sure vertex programs are only enabled on the hw when they are really enabled, not just when a program enables vertex progs (could still be not enabled due to some error). Otherwise the hw potentially would try to execute a not valid (not set up at all) vertex program, likely leading to lockups. Hopefully fixes #8060. 19 years ago
  Keith Whitwell 6ec2d37ae8 Catch a few more cases of using a message reg as an instruction source 19 years ago
  Keith Whitwell db0e53af74 fix a couple of cases where a message reg is used as an instruction source. 19 years ago
  Ian Romanick 75faa1e19a Add API description for GLX_SGI_swap_control. 19 years ago
  Ian Romanick d6c675f497 Fix problems with vertex program protocol 19 years ago
  Rune Petersen 934a2dcf0f re-apply shader fix. 19 years ago
  Brian Paul d9cb0fc44d version bump 19 years ago
  Keith Whitwell b237d7fa14 When using the old technique to set up the front buffer mapping, there 19 years ago
  Brian Paul 6c44c53e06 update link 19 years ago
  Brian Paul c09458c133 remove VERSIONS from tarballs 19 years ago
  Brian Paul 761d87485e updated 6.5.1 relnotes link 19 years ago