Brian Paul
e58d32947e
replace // with /* */
20 年之前
Jouk Jansen
063efce6ee
Committing in .
Update openVMS compile support
Modified Files:
Mesa/progs/demos/descrip.mms
Mesa/src/mesa/shader/slang/descrip.mms
Mesa/src/mesa/tnl/descrip.mms
----------------------------------------------------------------------
20 年之前
Jon Smirl
bab559b1fa
Remove some debug output
Add #if DEBUG_FRAG in s_nvfragprog.c
20 年之前
Adam Jackson
8f8e0f0b01
Use the 1.3 names for FogCoord*
20 年之前
Keith Whitwell
18a74321aa
Invalidate current fastpath on changes to attribute size or offset within
the vertex.
Use existing facilities to check for sse2 and enable when available.
Turn on SSE/SSE2 codegen for t_vertex.c by default when USE_SSE_ASM is
defined. Disable with "MESA_NO_CODEGEN=t".
20 年之前
Keith Whitwell
c2745ffa49
Cope with the common 3ub and 1ub cases.
Fix a few typos.
Note that sse_movss sets high dwords to zero when reading from memory.
Fix a few related bugs.
20 年之前
Keith Whitwell
9557401a98
Re-initialize viewport shadows each time.
20 年之前
Keith Whitwell
67cc1f6ba6
move osmesa demos to their own directory
20 年之前
Jon Smirl
c70dace694
Fix EGL fbdev palette problem. demo3 can save ppm of screen
20 年之前
Keith Whitwell
6040d34109
Rename emit functions to reflect instruction set in use (ie
x86,sse,sse2,mmx). Add paths for sse+mmx vs. the initial version
which assumed sse2 was available everywhere.
20 年之前
Brian Paul
8608978aba
remove the XFree86 ID line
20 年之前
Michal Krol
02168254a8
intermediate code generator (not finished);
generic back-end interpreter (interprets directly intermediate code)
20 年之前
Michal Krol
e5ff2b94ff
add static_assert macro
20 年之前
Michal Krol
216f89318e
fix info log grabbing
20 年之前
Aapo Tahkola
e3cdbca63f
Ditch unused code and features that arent in subject to get supported any near time.
20 年之前
Ian Romanick
6bc9ea1df9
In addition to dead-code removal and other clean-up, bump the required DDX
version from 1.0.0 to 1.1.1. 1.1.1 is over a year and a half old at this
point, so it should be pretty widespread. This allows the linecomp_sane
field to be eliminated from mga_screen_private_s.
20 年之前
Jon Smirl
9a1b5af333
Fix inverted y for egl fbdev, add egl demo3
20 年之前
Brian Paul
8818eae253
To better exercise pixel packing, replace regular glReadPixels with four
ReadPixels that get the image piece by piece.
20 年之前
Keith Whitwell
2b2bd08589
Remove old t_vertex.c codegen infrastructure, tie in new code.
Currently disabled, can enable with MESA_EXPERIMENTAL=t.
20 年之前
Keith Whitwell
dc7fc17396
Fix a few typos, initialize p->identity.
20 年之前
Keith Whitwell
96582f4f28
Eliminate a couple of swizzles.
20 年之前
Keith Whitwell
dd4c1dd038
Generates working SSE code for gears under the swrast driver.
20 年之前
Keith Whitwell
b745bf08cd
Checkpoint commit: Preliminary version of a facility to emit x86/sse code
to implement vertex emit functions for the t_vertex.c mechanism.
20 年之前
Aapo Tahkola
2f74adc41f
Stick texture LOD back on.
20 年之前
Aapo Tahkola
e53fc72f67
Polygon mode fixes.
20 年之前
Jon Smirl
bd565e4bb7
Fix for writing the wrong sysfs variable when blanking
20 年之前
Jon Smirl
9a3da7ea7b
Implement fbdev swapbuffers()
20 年之前
Ian Romanick
6e56f905d0
More comments. More dead-code removed. More clean-up.
20 年之前
Keith Whitwell
2860e5f536
Disable leftover debug statements
20 年之前
Brian Paul
22652f952f
fix some BCOMP/ACOMP typos (fixes Brad King's vtk failures)
20 年之前
Brian Paul
ae818ed1da
don't include strings.h
20 年之前
Brian Paul
198d6d05b0
remove eglQueryDisplayMESA()
20 年之前
Brian Paul
5a0cb726d1
fix pbuffer sample code
20 年之前
Brian Paul
d2ab4eb2c2
remove glmode stuff
20 年之前
Jon Smirl
2ec2e94e2e
Check error return from _eglInitPbufferSurface() correctly
20 年之前
Jon Smirl
40c1c723fb
Compute stride in the right order
20 年之前
Brian Paul
bf7f998f39
Added software-based pbuffer support (untested).
Use _eglConfigToContextModesRec() function and remove need for
the _EGLConfig->glmode struct.
Silence some compiler warnings.
20 年之前
Brian Paul
bb2c65200c
updated demoCreatePbufferSurface()
20 年之前
Brian Paul
5119056324
update comments
20 年之前
Brian Paul
4c80f8df46
more work on _eglConfigToContextModesRec()
20 年之前
Jon Smirl
e03b5cdf3f
Make EGL_NO_MODE_MESA work.
20 年之前
Brian Paul
167b141e6e
added _eglInitPbufferSurface()
20 年之前
Jon Smirl
d06da50888
Fix several internal problems with generating the list of configs.
20 年之前
Ian Romanick
c1082804a8
Rearranged some code and added some comments to mgaAllocDmaLow. The
modified code performs identically, but cuts 16KiB from the resulting
mga_dri.so.
20 年之前
Felix Kuehling
ffd97d20aa
Don't use _mesa_swizzle_ubyte_image if all three texture formats
involved in _mesa_textore_argb/rgba8888 (source, base-internal,
destination) differ. _mesa_swizzle_ubyte_image knows only about two of
the formats and can't handle the case that all three are different
correctly. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=3111 .
20 年之前
Brian Paul
a33f0d3024
remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGS
20 年之前
Jon Smirl
380991cb65
Implement query of surface type.
20 年之前
Jon Smirl
3e8001a465
Add error about write permission to fbdev attribs
20 年之前
Brian Paul
af1a729972
another GLX / XCB patch (Jeremy Kolb)
20 年之前
Keith Whitwell
cf4f3c5061
Deal better with indirection and indirection accounting, developed
with Ben Skeggs.
20 年之前