Brian Paul
1100b4daa3
use gray background, memset TempImage to white to help with debugging
il y a 24 ans
Brian Paul
35324a6c60
if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problems
il y a 24 ans
Brian Paul
1791901468
update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
il y a 24 ans
Brian Paul
fdf2033bda
brighter colors
il y a 24 ans
Brian Paul
2c7e6334ec
better handling of GLX_DEPTH_SIZE in glXChooseVisual()
il y a 24 ans
Brian Paul
fa849a0e16
drawing color-index image to RGB window was broken
il y a 24 ans
Jouk Jansen
55590ee810
Committing in .
Modified Files:
Mesa/demos/paltex.c
Silenced compiler warnings
----------------------------------------------------------------------
il y a 24 ans
Brian Paul
476609c539
improved to test alpha blending with texture palette
il y a 24 ans
Brian Paul
16eb23a0cb
more work to support N texture units
il y a 24 ans
Brian Paul
22f1ca0131
textured line test
il y a 24 ans
Brian Paul
9c05c0494d
support for N texture units
il y a 24 ans
Brian Paul
4f66498304
added fps output
il y a 24 ans
Brian Paul
e92dd16605
generalized support for N texure units
il y a 24 ans
Brian Paul
eb6c6439ae
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
il y a 24 ans
Brian Paul
37a6211795
new params for SpecificCompressedTexFormat() (Bill White)
il y a 24 ans
Jouk Jansen
574c456a5a
Committing in .
Modified Files:
Mesa/src/descrip.mms
inserted imports.c
----------------------------------------------------------------------
il y a 24 ans
Brian Paul
f142a0830a
include types.h
il y a 24 ans
Brian Paul
643be95416
renamed gl_copy_context to _mesa_copy_context
il y a 24 ans
Brian Paul
6542324cb0
added imports.c
il y a 24 ans
Brian Paul
b1394fa92a
First batch of OpenGL SI related changes:
Renamed struct gl_context to struct __GLcontextRec.
Include glcore.h, setup GL imports/exports.
Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions.
GLcontext's Visual field is no longer a pointer.
il y a 24 ans
Brian Paul
3b18a36f21
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Changed src/Makefile.X11 to compile Trace sources like other drivers.
il y a 24 ans
Brian Paul
63c113a31b
use GL_NEAREST texture filter
il y a 24 ans
Brian Paul
423f2b2884
added GL_ARB_texture_env_add
il y a 24 ans
Brian Paul
b9b329d1e5
removed unused display_list struct
il y a 24 ans
Gareth Hughes
5e0bb98abd
Added SSE streaming store instructions, external symbol directives.
il y a 25 ans
Gareth Hughes
5aa1c1cd5f
Added SSE prefetching instructions. General cleanups.
il y a 25 ans
Brian Paul
1c56fdc707
new comments, misc clean-up
il y a 25 ans
Gareth Hughes
f3c399ec11
General cleanups. Disable gl_katmai_project_vertices and
gl_katmai_project_clipped_vertices for now as they are broken.
il y a 25 ans
Brian Paul
345a71a9cb
set default window pos, changed 4 to GL_RGBA
il y a 25 ans
Brian Paul
4ed1d0b2c0
added some missing const keywords in GetString
il y a 25 ans
Brian Paul
1ff933b452
added GL_MESA_trace support
il y a 25 ans
Brian Paul
98b3dd40f7
Added GL_MESA_trace extension (Loki)
il y a 25 ans
Brian Paul
771b975528
added trace support (Loki)
il y a 25 ans
Brian Paul
4360bd7c76
removed unused struct display_list_compilation
il y a 25 ans
Brian Paul
cefc42f1ba
added FPS calculation
il y a 25 ans
Brian Paul
008e4e7e39
added more warning options to linux-elf-debug config
il y a 25 ans
Brian Paul
0e52184c48
moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to silence compiler warnings
il y a 25 ans
Brian Paul
f7a4bcaf79
use cpml.h on Alpha (AlanH)
il y a 25 ans
Brian Paul
64a23a0f9c
updated comments
il y a 25 ans
Brian Paul
23316033db
explicitly init some texture vars
il y a 25 ans
Brian Paul
ae18872bc7
added cursor key info to instructions
il y a 25 ans
Brian Paul
a94ee16534
replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype
il y a 25 ans
Brian Paul
881ec9ee67
packing of GLushort packed types was broken
il y a 25 ans
Brian Paul
8d4bd87c1a
added format/type error check to draw_rgba_pixels()
il y a 25 ans
Brian Paul
e4b684ce49
init mutex
il y a 25 ans
Brian Paul
d49b34a233
better FPS calculation
il y a 25 ans
Brian Paul
b8cc150836
terrain demo data
il y a 25 ans
Brian Paul
4df1f7c7ba
better fps computation
il y a 25 ans
Brian Paul
82cfcfa63a
added some casts (Takaaki Nomura)
il y a 25 ans
Brian Paul
b9466fca3e
Win32 updates (Chris Morley)
il y a 25 ans