Brian Paul
1791901468
update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
před 25 roky
Brian Paul
2c7e6334ec
better handling of GLX_DEPTH_SIZE in glXChooseVisual()
před 25 roky
Brian Paul
fa849a0e16
drawing color-index image to RGB window was broken
před 25 roky
Brian Paul
16eb23a0cb
more work to support N texture units
před 25 roky
Brian Paul
9c05c0494d
support for N texture units
před 25 roky
Brian Paul
e92dd16605
generalized support for N texure units
před 25 roky
Brian Paul
eb6c6439ae
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
před 25 roky
Brian Paul
37a6211795
new params for SpecificCompressedTexFormat() (Bill White)
před 25 roky
Jouk Jansen
574c456a5a
Committing in .
Modified Files:
Mesa/src/descrip.mms
inserted imports.c
----------------------------------------------------------------------
před 25 roky
Brian Paul
f142a0830a
include types.h
před 25 roky
Brian Paul
643be95416
renamed gl_copy_context to _mesa_copy_context
před 25 roky
Brian Paul
6542324cb0
added imports.c
před 25 roky
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.
před 25 roky
Brian Paul
3b18a36f21
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Changed src/Makefile.X11 to compile Trace sources like other drivers.
před 25 roky
Brian Paul
423f2b2884
added GL_ARB_texture_env_add
před 25 roky
Brian Paul
b9b329d1e5
removed unused display_list struct
před 25 roky
Gareth Hughes
5e0bb98abd
Added SSE streaming store instructions, external symbol directives.
před 25 roky
Gareth Hughes
5aa1c1cd5f
Added SSE prefetching instructions. General cleanups.
před 25 roky
Brian Paul
1c56fdc707
new comments, misc clean-up
před 25 roky
Gareth Hughes
f3c399ec11
General cleanups. Disable gl_katmai_project_vertices and
gl_katmai_project_clipped_vertices for now as they are broken.
před 25 roky
Brian Paul
4ed1d0b2c0
added some missing const keywords in GetString
před 25 roky
Brian Paul
1ff933b452
added GL_MESA_trace support
před 25 roky
Brian Paul
4360bd7c76
removed unused struct display_list_compilation
před 25 roky
Brian Paul
0e52184c48
moved DECLARE_XFORM_GROUP macros outside of gl_init_3dnow_asm_transforms() to silence compiler warnings
před 25 roky
Brian Paul
f7a4bcaf79
use cpml.h on Alpha (AlanH)
před 25 roky
Brian Paul
64a23a0f9c
updated comments
před 25 roky
Brian Paul
23316033db
explicitly init some texture vars
před 25 roky
Brian Paul
a94ee16534
replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype
před 25 roky
Brian Paul
881ec9ee67
packing of GLushort packed types was broken
před 25 roky
Brian Paul
8d4bd87c1a
added format/type error check to draw_rgba_pixels()
před 25 roky
Brian Paul
e4b684ce49
init mutex
před 25 roky
Brian Paul
82cfcfa63a
added some casts (Takaaki Nomura)
před 25 roky
Brian Paul
b9466fca3e
Win32 updates (Chris Morley)
před 25 roky
Brian Paul
8f39dd1e62
Win32 update (Chris Morley)
před 25 roky
Brian Paul
038573aae7
Removed immediate struct's maybe_transform_vb pointer.
Call _mesa_maybe_transform_vb() directly.
před 25 roky
Jouk Jansen
b506d8753d
Committing in .
Modified Files:
Mesa/src/descrip.mms
Corrected a typo
----------------------------------------------------------------------
před 25 roky
Brian Paul
399ae35ac6
removed unused NEW_DRVSTATE flags
před 25 roky
Brian Paul
7f7b205259
removed ctx->Driver.Dither function
před 25 roky
Brian Paul
48c6a6ecd2
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
před 25 roky
Brian Paul
2bf5d9470d
added OSMesaCreateContextExt()
před 25 roky
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.
před 25 roky
Brian Paul
18f73b622f
added xmesa_update_span_funcs()
před 25 roky
Brian Paul
16c3ea9459
renamed Xlib driver files
před 25 roky
Brian Paul
693f81be4c
newly organized Xlib driver files
před 25 roky
Brian Paul
38d3f3d660
added device driver function for texture proxy testing
před 25 roky
Brian Paul
724f2939f4
silence compiler warning (zoomY0)
před 25 roky
Brian Paul
afa61173a8
test for __bsdi__ for XFree86
před 25 roky
Brian Paul
37cfb3b5c2
replaced ## with CONCAT macro
před 25 roky
Brian Paul
f96ce6a707
oops- forgot convolution for glGetTexImage. Done now.
před 25 roky
Brian Paul
c52fc9b49c
passing proxy targets to glGetTexImage() should generate GL_INVALID_ENUM
před 25 roky