- Jun 22, 2007
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- Jun 21, 2007
-
-
Brian Paul authored
-
- Jun 12, 2007
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- Jun 08, 2007
-
-
Brian Paul authored
-
Brian Paul authored
-
- May 23, 2007
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
ctx->Point._Attentuation was computed in wrong place and the VB->Eye coord Z array wasn't indexed correctly in run_point_stage().
-
- May 21, 2007
-
-
Brian Paul authored
-
- May 19, 2007
-
-
Roland Scheidegger authored
This seems to work now. Also fix i945 set_level_info, need to match i915 behaviour for storing mip height, as it's assumed to be the mip width (in texels) elsewhere and the division by 4 is done later (untested).
-
Roland Scheidegger authored
-
- May 18, 2007
-
-
Roland Scheidegger authored
TexelBytes is always 0 with compressed textures, thus would never match mt->cpp. This caused constant blitting around of textures, and it fixes at least the horrible performance of Q3 if compressed textures are enabled.
-
Roland Scheidegger authored
make sure that always whole blocks are uploaded. (May still not work correctly if the top mip map is not at least a full block, that is 4 pixels wide - not sure, but probably doesn't happen in real world)
-
Brian Paul authored
-
Brian Paul authored
-
- May 17, 2007
-
-
Ian Romanick authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- May 15, 2007
-
-
Ian Romanick authored
-
- May 14, 2007
-
-
Brian Paul authored
-
-
Brian Paul authored
-
- May 13, 2007
-
-
Oliver McFadden authored
-
Oliver McFadden authored
-
Oliver McFadden authored
-
Oliver McFadden authored
You can verify this is correct with the following code. assert (0x043f == (R300_VTX_W0_FMT | R300_VPORT_X_SCALE_ENA | R300_VPORT_X_OFFSET_ENA | R300_VPORT_Y_SCALE_ENA | R300_VPORT_Y_OFFSET_ENA | R300_VPORT_Z_SCALE_ENA | R300_VPORT_Z_OFFSET_ENA));
-
Oliver McFadden authored
-
Oliver McFadden authored
This required reordering some of the functions which is why the diff is a little larger.
-
Oliver McFadden authored
-
Oliver McFadden authored
-
Oliver McFadden authored
-
Oliver McFadden authored
-
Oliver McFadden authored
-