Adam Jackson
3775b566fa
mkdir -> mkdir -p, since /usr/include might not exist in the installroot yet
19 years ago
Adam Jackson
be85fde82b
linux-indirect target fixes.
19 years ago
Brian Paul
b7a661cf8c
6.5.1 relnotes
19 years ago
Brian Paul
795e83f809
latest updates for 6.5.1
19 years ago
Alan Hourihane
a89b099c74
Fixup more PROGRAM_UNDEFINED problems.
19 years ago
Alan Hourihane
8d97265711
Fix some breakage after the PROGRAM_UNDEFINED change
19 years ago
Sean D'Epagnier
7196cddb3a
Added initial multisampling support to glfbdev driver.
Fully implemented glutGameMode, and added vidresize stubs to make
Added support for glutReshapeDisplay to change video mode but not lose
current mesa context.
implementation glut 5 complient.
Fixed many minor bugs
Updated docs
19 years ago
Brian Paul
54e15d6585
finish up texstore for SL8 texture format
19 years ago
Michal Krol
7ba08ac45a
GLSL 1.20 built-in library.
19 years ago
Michal Krol
edefc658e4
More GLSL code - more support for vec4 operations on x86 back-end.
19 years ago
Eric Anholt
9f344b3e7d
Add Intel i965G/Q DRI driver.
This driver comes from Tungsten Graphics, with a few further modifications by
Intel.
19 years ago
Eric Anholt
7b52bed987
Add PROGRAM_FILE_MAX for i965 driver.
While here, make PROGRAM_UNDEFINED just the next value in the enum.
19 years ago
Brian Paul
46f20579a2
implement some of the sRGB texstore functions
19 years ago
Brian Paul
4b1e6a4b58
remove stray text from previous check-in
19 years ago
Sean D'Epagnier
6545ebbd8d
Modified config to use glut/fbdev, added demo and sample directories.
19 years ago
Sean D'Epagnier
288d4b6ebe
Modularized code into multiple files.
Added gamemode stubs, iconify support, joystick stubs.
Fixed color index mode, added 8 bit alpha blending, enabled cmaps even
with 15, 16, 24, and 32 depths as some fbdev drivers need this.
Fixed compiling with -ansi
Using SIGIO for keyboard input, so that vt switching is enabled even
if the program is locked.
Fixed numerous small bugs.
19 years ago
Brian Paul
0606ad45f6
fix typo, indentation
19 years ago
Karl Schultz
4818b0bea1
export new _mesa_* functions
19 years ago
Brian Paul
5c488dcab2
fix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BIT
19 years ago
Claudio Ciccani
21dc092324
Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JOYSTICK_POLL_RATE in glutDeviceGet().
19 years ago
Claudio Ciccani
3ab2dd9f91
Moved glutDeviceGet() to events.c.
Implemented glutIgnoreKeyRepeat() and glutSetKeyRepeat().
19 years ago
Brian Paul
0a4be70368
more work for GL_EXT_texture_sRGB.
19 years ago
Brian Paul
2eb00b4388
use WRITE_MASK_* instead of 0x1, 0x2, etc
19 years ago
Brian Paul
3163542841
Added a check to prevent rebuilding Mesa with a different configuration
without first doing 'make realclean'.
19 years ago
Brian Paul
9c3876d7d8
New wrapper functions: _mesa_dlopen(), _mesa_dlsym(), _mesa_dlclose().
Eventually move them into imports.c
19 years ago
Brian Paul
6c071592ab
added GL_EXT_texture_sRGB
19 years ago
Brian Paul
8d214bc804
Initial work for GL_EXT_texture_sRGB.
19 years ago
Brian Paul
35fe7cfae4
fix link for Aqsis
19 years ago
Michal Krol
b60a3da43f
Enable vec4 extension for x86 back-end.
19 years ago
Michal Krol
1616f5b621
Change fragment shader to utilize faster vec4 operations.
19 years ago
Michal Krol
7a70391575
Add test for vec4 extension.
19 years ago
Michal Krol
3b5e02cc7c
Add vec4 extension.
19 years ago
Michal Krol
60ba2d88b3
Fix mmFindBlock function.
19 years ago
Michal Krol
365582dd6f
Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
19 years ago
Brian Paul
cc738e004f
casts and assertions
19 years ago
Brian Paul
f05e7eba95
code to draw engine block
19 years ago
Michal Krol
90d7b9c9eb
Move GL_MESA_shader_debug from glext.h to gl.h.
19 years ago
Brian Paul
e724324894
renderbuffer fixes (Sean D'Epagnier)
19 years ago
Claudio Ciccani
9a4f15ee59
Fixed warnings.
19 years ago
Aapo Tahkola
689df543db
fix #6991
19 years ago
Brian Paul
667dd3c3e8
added glut fbdev files
19 years ago
Brian Paul
fe3242f00a
GLUT on fbdev driver. Sean D'Epagnier
19 years ago
Michal Krol
e8947a5fa0
Add support for GL_MESA_shader_debug.
19 years ago
Michal Krol
91dbc04d5e
Commit enums for GL_MESA_shader_debug.spec.
19 years ago
Michal Krol
32bf274f78
Program to convert .syn file to .h headers.
19 years ago
Claudio Ciccani
fc434622b3
Clear window's event mask before enabling handled events.
19 years ago
Michal Krol
4cc87c7248
Add support for GL_MESA_shader_debug.
19 years ago
Michal Krol
c26999fd2c
Fix dependencies.
19 years ago
Michal Krol
d2ac9ab6ee
More text.
19 years ago
Michal Krol
39dd5196e6
Optimize shaders.
Use frame counter.
19 years ago