index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
glapi
/
glX_proto_send.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLX: Fix protocol for glTexSubImage#D
Ian Romanick
2008-12-14
1
-2
/
+12
*
Move DRI context functions into dri_glx.c.
Kristian Høgsberg
2008-03-08
1
-1
/
+1
*
If parameter is a 'counter', raise GL_INVALID_VALUE if value is negative
Brian
2008-02-19
1
-0
/
+8
*
Fix some build warnings, mostly with XCB.
Michel Dänzer
2007-10-30
1
-5
/
+9
*
include glapi.h to fix broken build
Brian Paul
2006-10-13
1
-0
/
+1
*
Fix bug #4681.
Ian Romanick
2006-10-11
1
-22
/
+53
*
Updates for XCB. Bug 8560.
Ian Romanick
2006-10-09
1
-1
/
+1
*
Keep indentation consistent with indent.
Ian Romanick
2006-10-04
1
-62
/
+55
*
Divide categories into four groups as they are processed from the XML. Add
Ian Romanick
2006-10-04
1
-78
/
+9
*
Added function convertStringForXCB. Deals with the recent XCB naming convent...
Jeremy Kolb
2006-09-26
1
-9
/
+25
*
Later versions of Python handle formats like '% 5u' differently. For
Ian Romanick
2006-03-06
1
-1
/
+1
*
Fixed the XCB implementation when always_array is true, thanks to Ian Romanic...
Jeremy Kolb
2005-06-24
1
-1
/
+2
*
Mark GenQueriesARB at 'always_array="true"'. This eliminates the need
Ian Romanick
2005-06-22
1
-1
/
+1
*
Fixed a bug where GenQueriesARB was generating the wrong code for XCB and wou...
Jeremy Kolb
2005-06-22
1
-1
/
+1
*
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-06-21
1
-342
/
+442
*
Fixed some issues where XCB replies were being freed and data was not being c...
Jeremy Kolb
2005-06-20
1
-4
/
+2
*
another GLX / XCB patch (Jeremy Kolb)
Brian Paul
2005-05-16
1
-4
/
+4
*
Patches for XCB (Jeremy Kolb)
Brian Paul
2005-05-07
1
-5
/
+60
*
Refactor a bunch of common code from the "leaf" scripts to a new functions,
Ian Romanick
2005-04-18
1
-12
/
+1
*
Convert all Python scripts to use XML namespaces.
Ian Romanick
2005-04-18
1
-1
/
+1
*
Fix the handling of zero-sized output parameters (i.e., those with type
Ian Romanick
2005-03-17
1
-1
/
+5
*
Convert the static functions read_pixel_reply, read_reply,
Ian Romanick
2005-02-25
1
-13
/
+33
*
Generate GLX protocol for pixel single commands.
Ian Romanick
2005-02-09
1
-16
/
+80
*
Fix some mixed spaces / tabs issues in generated code. Commit generated
Ian Romanick
2005-02-05
1
-13
/
+13
*
Small refactor. Add glXFunctionIterator, which derrives from
Ian Romanick
2005-02-02
1
-16
/
+6
*
Small refactor. Move several utility functions from glX_XML.py to
Ian Romanick
2005-02-01
1
-7
/
+3
*
Refactor the code to emit multiple-inclusion protection to
Ian Romanick
2005-01-28
1
-8
/
+3
*
Properly annotate variable-length output parameters. Make sure that the
Ian Romanick
2005-01-28
1
-1
/
+1
*
Add an option to emit extra debug code in the generated protocol functions.
Ian Romanick
2005-01-28
1
-4
/
+29
*
Move all the code for generating "size" related functions to its own
Ian Romanick
2005-01-24
1
-100
/
+0
*
Since only one of the places that used glXFunction::command_payload_length
Ian Romanick
2005-01-24
1
-15
/
+5
*
Make sure that functions added to gl_API.xml that do not have any GLX
Ian Romanick
2005-01-24
1
-0
/
+2
*
Pixel oriented render functions are now generated by the
Ian Romanick
2005-01-07
1
-10
/
+338
*
The generic_*_byte functions did not rount the command size to a
Ian Romanick
2005-01-07
1
-1
/
+2
*
The opcode and command length fields of RenderLarge commands were
Ian Romanick
2005-01-03
1
-5
/
+11
*
Fixed two problems with the handling of GLX protocol replies. The logic
Ian Romanick
2004-12-27
1
-2
/
+2
*
Used GCC's __builtin_expect when available. Change the way code is
Ian Romanick
2004-12-21
1
-34
/
+57
*
Added some comments and fixed typeos. Slightly refactored the way
Ian Romanick
2004-12-21
1
-15
/
+6
*
Move common GLX code to glX_XML.py. This will make adding glX_proto_recv.py
Ian Romanick
2004-12-03
1
-451
/
+20
*
Fix a minor bug in glXEnumFunction::PrintUsingTable. Add some comments.
Ian Romanick
2004-12-03
1
-1
/
+17
*
Slightly tweak the format of the size prototypes.
Ian Romanick
2004-12-01
1
-1
/
+1
*
Python script to generate various bits of client-side GLX protocol code.
Ian Romanick
2004-12-01
1
-0
/
+981