4997 Commity (8018f7104b9f33f3574823a1ee5550b5065ff394)
 

Autor SHA1 Wiadomość Data
  Eric Anholt 8018f7104b Bump driver_date for today's fixes. 21 lat temu
  Eric Anholt 97ac8282f5 Can't bail in sisDDLogicOpCode when logicop is off, because it's called with 21 lat temu
  Eric Anholt 18c459c10b Triangle stipple is a fallback, since we don't have code for the stippling. 21 lat temu
  Eric Anholt 5565d32b57 Correct a couple of comments. 21 lat temu
  Eric Anholt 7b363b0dd4 Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang 21 lat temu
  Eric Anholt d166f2bffd Add sis to the list of DRI drivers, since it had already been converted to the 21 lat temu
  Eric Anholt 0a21a4aaf9 Refactor the linux-dri config files so that linux-dri-x86 inherits from 21 lat temu
  Eric Anholt 5562fe653c The previous code would emit a full set of state during the first EmitState on 21 lat temu
  Eric Anholt 4010481ba3 Fix texturing in quake3. Some code was left over from the dirty/clean list 21 lat temu
  Eric Anholt b4e2e9c65a Bump DRIVER_DATE for yesterday's changes. 21 lat temu
  Brian Paul b45aaa2328 moved to demos/ directory 21 lat temu
  Brian Paul 7d01c3480d moved in from the tests/ directory to include in distro 21 lat temu
  Brian Paul 58be9e6c37 updated osmesa info 21 lat temu
  Brian Paul 328a039413 patches for clearing hw depth buffers from software fallback (Nicolai Haehnle) 21 lat temu
  Daniel Borca d9873c59ef added (back!) option to use non-packedcolor 21 lat temu
  Eric Anholt 303c342d53 -O -Wall warnings cleanups in r200. 21 lat temu
  Eric Anholt cddd5c99e5 Clean up some warnings in the R100 driver with -O -Wall. 21 lat temu
  Eric Anholt 106ab07acd Remove an unnecessary calculation of the dest pointer. 21 lat temu
  Brian Paul 529e0a98d4 don't test for NULL pixels pointer here, do that in the 'store' routines after validating PBO address 21 lat temu
  Brian Paul 1fd4a55d09 removed hacked GL tokens, fixed a printf 21 lat temu
  Brian Paul 7e0c5888ea added a comment in BindTexture 21 lat temu
  Brian Paul 7287bbf4fc just some comments and formatting changes 21 lat temu
  Dave Airlie a1f8ecf962 fix for Erics new emit state code, rework out the dest pointer 21 lat temu
  Eric Anholt 0c8f8d3dc9 The previous code would emit a full set of state during the first EmitState on 21 lat temu
  Dave Airlie 029ee9c680 Add xmlconfig to the i810 makefile 21 lat temu
  Daniel Borca e2b13e4af3 clamp size of wide points 21 lat temu
  Ian Romanick c59270e2b8 Add GL_ARB_texture_cube_map support for i830. Most of the code was 21 lat temu
  Ian Romanick b9bbe78031 Added GL_ARB_point_parameters support for i830. 21 lat temu
  Ian Romanick be3359bad5 Merge in all the i830 functional differences from the old i830 driver. 21 lat temu
  Karl Schultz ffe52c6444 rearrange a couple of lines of code to avoid compilation error in VC 6, 21 lat temu
  Eric Anholt 6616146698 Symbol names are prepended with an underscore on CYGWIN as well. 21 lat temu
  Brian Paul a511b70f44 silence warnings 21 lat temu
  Brian Paul 37c0497d98 silence warnings, re-indent code 21 lat temu
  Brian Paul 4ebf9590c3 VBO refcount and spriteblast fixes 21 lat temu
  Brian Paul 6fedd4e3bf clean-up the hokey transformation code so that window resizes actually work 21 lat temu
  Brian Paul b18715fea3 replace glNormal3f(v) with GL_CALL(Normal3f)(v), etc (Andreas Stenglein 21 lat temu
  Brian Paul d4aaa68979 in _mesa_problem() include version number in error message 21 lat temu
  Brian Paul 765f1a12c6 also fix possible delete bugs with buffer objects and vertex/fragment programs 21 lat temu
  Brian Paul 8de924dbb0 fixed glDeleteTextures bug 21 lat temu
  Brian Paul 6917201ede Have the rendering contexts share textures. 21 lat temu
  Brian Paul f18fc68707 Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash. 21 lat temu
  Brian Paul d84f09306c Replace -lGL with -l$(GL_LIB), etc. 21 lat temu
  Brian Paul 86cdad1b2f added GL_MAX_VERTEX_ATTRIBS_ARB bug fix 21 lat temu
  Brian Paul c3912b66ab Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*(). 21 lat temu
  Ian Romanick 4ef9ad22ae Minor extension string tweaks. Added support for vertex program extensions. 21 lat temu
  Brian Paul 051f6a5cb0 remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions() 21 lat temu
  Brian Paul 1fcac8b1c1 adjust texcoords for texture rectangle sampling 21 lat temu
  Brian Paul 114246eb86 tweak texcoord for sampling texture rectangles (Dave Reveman) 21 lat temu
  Daniel Borca b66f674410 cleanup and bugfixes for fxDDClear() 21 lat temu
  Daniel Borca 802632e62d cleanup and some changes towards GL_ARB_point_sprite (two-zero) 21 lat temu