index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
/
x11
Commit message (
Expand
)
Author
Age
Files
Lines
*
restore FASTCALL stuff
Brian Paul
2005-10-20
4
-4
/
+20
*
fix bad loops in TransposeMatrix[fd]()
Brian Paul
2005-10-20
1
-2
/
+2
*
Disable the FASTCALL optimization because it still breaks server-side GLX.
Brian Paul
2005-10-20
4
-20
/
+4
*
use ASM_API variable, bug 4415
Brian Paul
2005-09-12
1
-12
/
+10
*
/dri/msg
Adam Jackson
2005-08-26
5
-16
/
+16
*
Fix the scripts for the cygwin & mingw changes
Alan Hourihane
2005-08-26
2
-18
/
+8
*
update for mingw
Alan Hourihane
2005-08-25
2
-2
/
+2
*
Fix Windows build problems.
Alan Hourihane
2005-08-24
2
-1
/
+14
*
Convert libGL and DRI drivers to require libdrm.
Adam Jackson
2005-08-19
1
-6
/
+1
*
Fix a realloc problem with indirect vertex arrays. The actual head pointer
Ian Romanick
2005-08-19
2
-3
/
+6
*
Remove the logic that determines at compile time whether or not HAVE_ALIAS
Ian Romanick
2005-08-11
1
-7
/
+0
*
Makefile cleanups suggested by George Fufutos (bugzilla #3899).
Ian Romanick
2005-08-11
1
-17
/
+1
*
fix X #includes so they're relative to X11/ directory (bug 4047)
Brian Paul
2005-08-11
6
-11
/
+11
*
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-08-10
1
-2
/
+3
*
Fixes bugzilla #1730.
Ian Romanick
2005-08-05
1
-1
/
+2
*
In order to create the set of available extensions, we have to know if
Ian Romanick
2005-08-05
1
-1
/
+1
*
Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of
Ian Romanick
2005-08-03
2
-6
/
+6
*
Fix build problems related to finding Xthreads.h.
Ian Romanick
2005-08-01
2
-6
/
+1
*
Remove unused structures and data fields. These had been left in because
Ian Romanick
2005-07-29
1
-49
/
+1
*
Add a new config called linux-indirect. This build the GLX libGL just like
Ian Romanick
2005-07-29
1
-2
/
+1
*
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
2005-07-28
2
-3
/
+3
*
Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of
Ian Romanick
2005-07-26
5
-180
/
+120
*
No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.
Ian Romanick
2005-07-26
1
-0
/
+4
*
Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will
Ian Romanick
2005-07-26
1
-1
/
+1
*
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-26
4
-30
/
+44
*
Added -linker option to mklib, used to specify a particular program for
Brian Paul
2005-07-25
1
-1
/
+2
*
Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedef
Ian Romanick
2005-07-24
3
-14
/
+6
*
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-24
6
-373
/
+57
*
Add two aliases for some PointParameters entrypoints for libglx compatibility.
Adam Jackson
2005-07-23
1
-0
/
+2
*
Add support for assembly (static) dispatch functions on x86-64. This
Ian Romanick
2005-07-02
1
-0
/
+1
*
Fix non-x86 specific builds. The changes from glTexImage3DEXT to
Ian Romanick
2005-06-24
2
-16
/
+16
*
Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...
Jeremy Kolb
2005-06-24
1
-4
/
+4
*
Mark GenQueriesARB at 'always_array="true"'. This eliminates the need
Ian Romanick
2005-06-22
1
-2
/
+2
*
Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...
Jeremy Kolb
2005-06-22
2
-13
/
+10
*
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-06-21
4
-293
/
+581
*
ran "make" after update to glX_proto_send.py.
Jeremy Kolb
2005-06-20
1
-68
/
+68
*
use shared-core
Dave Airlie
2005-05-28
1
-1
/
+1
*
Make a couple minor corrections to gl_API.xml. Fixes the name of an
Ian Romanick
2005-05-26
1
-1
/
+1
*
Commit the changes propagated from Jeremy Kolb's changes to the Python
Ian Romanick
2005-05-25
1
-0
/
+486
*
Patches for XCB (Jeremy Kolb)
Brian Paul
2005-05-07
1
-2
/
+21
*
Add support for pthreads and TLS to libGL for __glXLock / __glXUnlock and
Ian Romanick
2005-04-18
2
-9
/
+104
*
Send GL_PACK_INVERT_MESA state to the server. This fixes bug #2538.
Ian Romanick
2005-04-18
1
-10
/
+47
*
Add missing includes of indirect.h.
Ian Romanick
2005-04-14
6
-0
/
+6
*
Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all
Ian Romanick
2005-04-13
1
-0
/
+9
*
Use the same dispatch.c source file for "normal" Mesa builds and DRI
Ian Romanick
2005-04-07
2
-74
/
+3
*
Follow the GLX_SGIX_fbconfig spec and return the complete list of
Ian Romanick
2005-04-07
1
-1
/
+1
*
Minor vertex array support tweaks. These are in preparation for the
Ian Romanick
2005-03-17
2
-21
/
+22
*
Minor vertex array support tweaks. Most of these are in preparation for the
Ian Romanick
2005-03-17
3
-303
/
+349
*
Fix the handling of zero-sized output parameters (i.e., those with type
Ian Romanick
2005-03-17
3
-1
/
+16
*
Hard-code the client-side maximum GL version. It turns out that there are
Ian Romanick
2005-03-17
1
-24
/
+2
[next]