Brian Paul
3b18a36f21
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Changed src/Makefile.X11 to compile Trace sources like other drivers.
hace 25 años
Brian Paul
63c113a31b
use GL_NEAREST texture filter
hace 25 años
Brian Paul
423f2b2884
added GL_ARB_texture_env_add
hace 25 años
Brian Paul
b9b329d1e5
removed unused display_list struct
hace 25 años
Gareth Hughes
5e0bb98abd
Added SSE streaming store instructions, external symbol directives.
hace 25 años
Gareth Hughes
5aa1c1cd5f
Added SSE prefetching instructions. General cleanups.
hace 25 años
Brian Paul
1c56fdc707
new comments, misc clean-up
hace 25 años
Gareth Hughes
f3c399ec11
General cleanups. Disable gl_katmai_project_vertices and
gl_katmai_project_clipped_vertices for now as they are broken.
hace 25 años
Brian Paul
345a71a9cb
set default window pos, changed 4 to GL_RGBA
hace 25 años
Brian Paul
4ed1d0b2c0
added some missing const keywords in GetString
hace 25 años
Brian Paul
1ff933b452
added GL_MESA_trace support
hace 25 años
Brian Paul
98b3dd40f7
Added GL_MESA_trace extension (Loki)
hace 25 años
Brian Paul
771b975528
added trace support (Loki)
hace 25 años
Brian Paul
4360bd7c76
removed unused struct display_list_compilation
hace 25 años
Brian Paul
cefc42f1ba
added FPS calculation
hace 25 años
Brian Paul
008e4e7e39
added more warning options to linux-elf-debug config
hace 25 años
Brian Paul
0e52184c48
moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to silence compiler warnings
hace 25 años
Brian Paul
f7a4bcaf79
use cpml.h on Alpha (AlanH)
hace 25 años
Brian Paul
64a23a0f9c
updated comments
hace 25 años
Brian Paul
23316033db
explicitly init some texture vars
hace 25 años
Brian Paul
ae18872bc7
added cursor key info to instructions
hace 25 años
Brian Paul
a94ee16534
replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype
hace 25 años
Brian Paul
881ec9ee67
packing of GLushort packed types was broken
hace 25 años
Brian Paul
8d4bd87c1a
added format/type error check to draw_rgba_pixels()
hace 25 años
Brian Paul
e4b684ce49
init mutex
hace 25 años
Brian Paul
d49b34a233
better FPS calculation
hace 25 años
Brian Paul
b8cc150836
terrain demo data
hace 25 años
Brian Paul
4df1f7c7ba
better fps computation
hace 25 años
Brian Paul
82cfcfa63a
added some casts (Takaaki Nomura)
hace 25 años
Brian Paul
b9466fca3e
Win32 updates (Chris Morley)
hace 25 años
Brian Paul
8f39dd1e62
Win32 update (Chris Morley)
hace 25 años
Brian Paul
038573aae7
Removed immediate struct's maybe_transform_vb pointer.
Call _mesa_maybe_transform_vb() directly.
hace 25 años
Jouk Jansen
b506d8753d
Committing in .
Modified Files:
Mesa/src/descrip.mms
Corrected a typo
----------------------------------------------------------------------
hace 25 años
Brian Paul
9a2da667f3
added Dither, NEW_DRVSTATE info
hace 25 años
Brian Paul
399ae35ac6
removed unused NEW_DRVSTATE flags
hace 25 años
Brian Paul
9d3e5db9fc
added dither key option
hace 25 años
Brian Paul
7f7b205259
removed ctx->Driver.Dither function
hace 25 años
Brian Paul
48c6a6ecd2
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
hace 25 años
Brian Paul
e18e0e98fe
added OSMesaCreateContextExt item
hace 25 años
Brian Paul
46dbaec56a
Use OSMesaCreateContextExt() if using Mesa 3.5 or later
hace 25 años
Brian Paul
2bf5d9470d
added OSMesaCreateContextExt()
hace 25 años
Brian Paul
8ad306baf6
added device driver changes
hace 25 años
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.
hace 25 años
Brian Paul
18f73b622f
added xmesa_update_span_funcs()
hace 25 años
Brian Paul
16c3ea9459
renamed Xlib driver files
hace 25 años
Brian Paul
693f81be4c
newly organized Xlib driver files
hace 25 años
Brian Paul
38d3f3d660
added device driver function for texture proxy testing
hace 25 años
Brian Paul
724f2939f4
silence compiler warning (zoomY0)
hace 25 años
Brian Paul
afa61173a8
test for __bsdi__ for XFree86
hace 25 años
Brian Paul
37cfb3b5c2
replaced ## with CONCAT macro
hace 25 años