Brian Paul
bc58b7b409
latest sources from Loki
25 years ago
Brian Paul
b5012e1ee1
replaced _NEW_IMAGING with _NEW_PIXEL
25 years ago
Brian Paul
df37d5f2db
replaced s_imaging.h with s_histogram.h
25 years ago
Brian Paul
8a9507442a
renamed imaging files to histogram since that's what's inside
25 years ago
Brian Paul
78bb78d1c3
renamed to histogram
25 years ago
Brian Paul
ba41b8afb1
minor changes to silence compiler warnings
25 years ago
Brian Paul
6c4268204b
removed old TexImage() and TexSubImage() functions
25 years ago
Brian Paul
db6aa58267
patched to silence compiler warnings (Martin Lindhe)
25 years ago
Brian Paul
8e3366fda7
restored call to _mesa_select_tex_image() in _mesa_GetTexImage()
25 years ago
Brian Paul
3d960a0d84
GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)
25 years ago
Brian Paul
71be653edc
updated with bug fix from 3.4 branch
25 years ago
Brian Paul
5605385194
fixed mipmap setup bug
25 years ago
Keith Whitwell
14425aeca1
fixed very obvious fog bug
25 years ago
Brian Paul
7298e71360
adjust x/y/zoffset parameters to fill_texture_image() by texture border width
25 years ago
Brian Paul
2d595d7020
test ctx->RenderMode in chooser functions
25 years ago
Brian Paul
8d915cb6fb
test ctx->RenderMode in chooser functions, removed dead code
25 years ago
Brian Paul
4f3e7cd3cf
added a setup function for selection/feedback
25 years ago
Brian Paul
8fa6b363db
added buffer test to xmesa_choose_point(), fixes X protocol error
25 years ago
Jouk Jansen
790ea3dc7f
Committing in .
Modified Files:
Mesa/src/descrip.mms Mesa/src/mms_depend
Updating VMS compile support
----------------------------------------------------------------------
25 years ago
Brian Paul
861ca519ab
removed obsolete VB vars
25 years ago
Brian Paul
b2ad0754b0
added swrast/s_aaline.c
25 years ago
Brian Paul
0070d398d1
hooked in new AA line code, minor clean-up
25 years ago
Brian Paul
7798374e47
New implementation of antialiased lines. Mesa should now pass the remaining
GL conformance tests for AA lines (but not tried yet).
TODO: improve code sharing with the AA triangle code.
25 years ago
Keith Whitwell
14940c4ffe
- Changes for new software rasterizer modules
- Remove support for choosing software fallbacks from core code
- Remove partial fallback code from vbrender.c -- drivers are now
expected to be able to find a triangle/quad function for every state,
even if they have to use _swsetup_Triangle or _swsetup_Quad.
- Marked derived variables in the GLcontext struct with a leading
underscore '_'.
25 years ago
Keith Whitwell
1e885f6e6c
Reworked to use the new software rasterizer. Optimized line/tri functions
are hooked into the software rasterizer.
25 years ago
Keith Whitwell
ec0585883a
Use the new software rasterizer. Reworked optimized line,tri,point
functions to fit into the framework provided for extending the
software rasterizer.
25 years ago
Keith Whitwell
cd03ed4f54
Reorganized software rasterizer as a module which manages its own state,
with tighter interfaces with the rest of the world.
Proper documentation to come.
25 years ago
Keith Whitwell
7c20642b10
A new module to provide RasterSetup and advanced triangle/line/point
functionality layered on top of the software rasterizer.
An example entrypoint:
void _swsetup_Triangle( GLcontext, GLuint, GLuint, GLuint, GLuint )
will coerce the software rasterizer to draw flat, twoside-lit,
unfilled and offset triangles (including decomposition to points or lines).
25 years ago
Keith Whitwell
c6f348cbc9
Lots of changes:
- use the new interface to the software rasterizer.
- manage all fallbacks internally, hooking in swrast or
swrast_setup if necessary.
- removed lots of marginal code no longer appropriate in a
maturing driver.
- reworked the vertex-setup and triangle routines, including
drawing unfilled triangles from within the driver.
25 years ago
Brian Paul
a190221f70
update to GL_MESA_trace extension enums
25 years ago
Brian Paul
8e4fa8c3e6
MESA_trace extension (Loki)
25 years ago
Brian Paul
44bd53f259
added GL_MESA_packed_depth_stencil extension
25 years ago
Brian Paul
fcb23bbd6e
GL_MESA_packed_depth_stencil extension spec
25 years ago
Brian Paul
75d7425061
added some missing backslashes
25 years ago
Gareth Hughes
5f5632c424
Change transformation from ortho to perspective so we get the MGA elt
path by default.
25 years ago
Brian Paul
861eb8eb16
update for separate libOSMesa.so lib
25 years ago
Brian Paul
563d26b247
print number of texture units
25 years ago
Jouk Jansen
b35ec1ca05
Committing in .
Modified Files:
Mesa/src/descrip.mms
Updated Makefiles for VMS
----------------------------------------------------------------------
25 years ago
Gareth Hughes
9f568e512f
Added trivial CVA test for testing HW driver fastpaths, good for testing
indexed vertex buffer implementations for instance.
Cleaned up Makefile to make building and adding more tests easier.
25 years ago
Brian Paul
acdb6db846
Always call Driver.SetReadBuffer() in copy pixels functions, just to be safe
25 years ago
Brian Paul
fda3b1a4b1
added comment explaining why the demo is flawed
25 years ago
Keith Whitwell
724abeb058
Moved the software rasterizer to a new directory.
25 years ago
Keith Whitwell
e3a051e053
Moved software rasterizer functionality to new directory.
25 years ago
Keith Whitwell
6e0f0f51e0
Remove dead code in FX driver.
25 years ago
Brian Paul
039bf534aa
removed debug printf
25 years ago
Brian Paul
efeddebe81
big overhaul of the demo, works better now
25 years ago
Keith Whitwell
365dc68c39
Rearrange VERT_* flags to support 4 texture units.
25 years ago
Brian Paul
9499e017b7
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
More minor GLchan changes.
Silence some compiler warnings in cva.[ch]
25 years ago
Keith Whitwell
caef4a35d6
Removed references to gcc's __FUNCTION__ macro.
Removed dead file fog_tmp.h
25 years ago
Brian Paul
6ad2c5b59a
set *t->flag = enabled in gl_extensions_add(), otherwise, extension booleans weren't set
25 years ago