Gareth Hughes
f3c399ec11
General cleanups. Disable gl_katmai_project_vertices and
gl_katmai_project_clipped_vertices for now as they are broken.
25 years ago
Brian Paul
345a71a9cb
set default window pos, changed 4 to GL_RGBA
25 years ago
Brian Paul
4ed1d0b2c0
added some missing const keywords in GetString
25 years ago
Brian Paul
1ff933b452
added GL_MESA_trace support
25 years ago
Brian Paul
98b3dd40f7
Added GL_MESA_trace extension (Loki)
25 years ago
Brian Paul
771b975528
added trace support (Loki)
25 years ago
Brian Paul
4360bd7c76
removed unused struct display_list_compilation
25 years ago
Brian Paul
cefc42f1ba
added FPS calculation
25 years ago
Brian Paul
008e4e7e39
added more warning options to linux-elf-debug config
25 years ago
Brian Paul
0e52184c48
moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to silence compiler warnings
25 years ago
Brian Paul
f7a4bcaf79
use cpml.h on Alpha (AlanH)
25 years ago
Brian Paul
64a23a0f9c
updated comments
25 years ago
Brian Paul
23316033db
explicitly init some texture vars
25 years ago
Brian Paul
ae18872bc7
added cursor key info to instructions
25 years ago
Brian Paul
a94ee16534
replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype
25 years ago
Brian Paul
881ec9ee67
packing of GLushort packed types was broken
25 years ago
Brian Paul
8d4bd87c1a
added format/type error check to draw_rgba_pixels()
25 years ago
Brian Paul
e4b684ce49
init mutex
25 years ago
Brian Paul
d49b34a233
better FPS calculation
25 years ago
Brian Paul
b8cc150836
terrain demo data
25 years ago
Brian Paul
4df1f7c7ba
better fps computation
25 years ago
Brian Paul
82cfcfa63a
added some casts (Takaaki Nomura)
25 years ago
Brian Paul
b9466fca3e
Win32 updates (Chris Morley)
25 years ago
Brian Paul
8f39dd1e62
Win32 update (Chris Morley)
25 years ago
Brian Paul
038573aae7
Removed immediate struct's maybe_transform_vb pointer.
Call _mesa_maybe_transform_vb() directly.
25 years ago
Jouk Jansen
b506d8753d
Committing in .
Modified Files:
Mesa/src/descrip.mms
Corrected a typo
----------------------------------------------------------------------
25 years ago
Brian Paul
9a2da667f3
added Dither, NEW_DRVSTATE info
25 years ago
Brian Paul
399ae35ac6
removed unused NEW_DRVSTATE flags
25 years ago
Brian Paul
9d3e5db9fc
added dither key option
25 years ago
Brian Paul
7f7b205259
removed ctx->Driver.Dither function
25 years ago
Brian Paul
48c6a6ecd2
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
25 years ago
Brian Paul
e18e0e98fe
added OSMesaCreateContextExt item
25 years ago
Brian Paul
46dbaec56a
Use OSMesaCreateContextExt() if using Mesa 3.5 or later
25 years ago
Brian Paul
2bf5d9470d
added OSMesaCreateContextExt()
25 years ago
Brian Paul
8ad306baf6
added device driver changes
25 years ago
Brian Paul
c4c639c9a4
Removed ctx->Driver.LogicOp().
ctx->Driver.Index/ColorMask() now return void.
Removed SWmasking and SWLogicOpEnabled variables.
LogicOps and color/index masking are no longer special-case device
driver functions. The Xlib driver was the only driver that used
them. Things are more uniform now.
25 years ago
Brian Paul
18f73b622f
added xmesa_update_span_funcs()
25 years ago
Brian Paul
16c3ea9459
renamed Xlib driver files
25 years ago
Brian Paul
693f81be4c
newly organized Xlib driver files
25 years ago
Brian Paul
38d3f3d660
added device driver function for texture proxy testing
25 years ago
Brian Paul
724f2939f4
silence compiler warning (zoomY0)
25 years ago
Brian Paul
afa61173a8
test for __bsdi__ for XFree86
25 years ago
Brian Paul
37cfb3b5c2
replaced ## with CONCAT macro
25 years ago
Brian Paul
f96ce6a707
oops- forgot convolution for glGetTexImage. Done now.
25 years ago
Brian Paul
c52fc9b49c
passing proxy targets to glGetTexImage() should generate GL_INVALID_ENUM
25 years ago
Brian Paul
9c27278acf
use clear_proxy_teximage() instead of MEMSET()
25 years ago
Brian Paul
f75d697c03
GetConvolution/SeparableFilter() now finished
25 years ago
Brian Paul
45f3634ce3
added tracing facility from Loki
25 years ago
Brian Paul
3a71d05e53
added tracing facility from Loki
25 years ago
Brian Paul
dca39e8911
added const to _mesa_select_tex_object()
25 years ago