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
/
mapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
glthread: sort variables in marshal structures to pack them optimally
Marek Olšák
2020-04-27
1
-1
/
+39
*
glthread: use GLenum16 in batch buffers to save space
Marek Olšák
2020-04-27
1
-1
/
+4
*
mesa: remove exec="dynamic" from Draw functions that are not really dynamic
Marek Olšák
2020-04-27
8
-22
/
+22
*
mesa: add support for AlphaToCoverageDitherControlNV
Indrajit Kumar Das
2020-04-23
4
-0
/
+24
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
3
-3
/
+2
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
1
-1
/
+2
*
mesa: fix enum value of VIEWPORT_SWIZZLE_POSITIVE_W_NV
Karol Herbst
2020-04-15
1
-1
/
+1
*
mesa: add GL_NV_viewport_swizzle support
Ilia Mirkin
2020-04-12
4
-0
/
+38
*
scons: Prune out unnecessary targets.
Jose Fonseca
2020-03-30
1
-130
/
+0
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
3
-2
/
+4
*
x86: Add ENDBR at function entries
H.J. Lu
2020-03-26
3
-0
/
+22
*
glthread: compile marshal_generated.c faster by breaking it up into 8 files
Marek Olšák
2020-03-24
2
-13
/
+32
*
glthread: declare marshal and unmarshal functions as non-static
Marek Olšák
2020-03-24
2
-7
/
+11
*
glthread: inline SET_func and add -O1 to build _mesa_create_marshal_table faster
Marek Olšák
2020-03-24
1
-1
/
+9
*
glthread: remove the marshal_fail XML attribute
Marek Olšák
2020-03-20
3
-14
/
+0
*
glthread: ignore vertex arrays with user pointers if they're disabled
Marek Olšák
2020-03-20
5
-19
/
+19
*
glthread: track which vertex array attribs are enabled
Marek Olšák
2020-03-20
3
-13
/
+26
*
glthread: rename non_vbo helper functions
Marek Olšák
2020-03-20
6
-23
/
+23
*
glthread: handle buffer unbinding via glDeleteBuffers
Marek Olšák
2020-03-20
1
-1
/
+2
*
glthread: rename marshal.h/c to glthread_marshal.h and glthread_shaderobj.c
Marek Olšák
2020-03-20
1
-3
/
+1
*
glthread: autogenerate prototypes for custom-marshalled functions
Marek Olšák
2020-03-20
1
-0
/
+9
*
glthread: simplify printing safe_mul in gl_marshal.py
Marek Olšák
2020-03-20
1
-8
/
+8
*
glthread: don't declare unmarshal functions as inline
Marek Olšák
2020-03-20
1
-1
/
+1
*
glthread: remove debug_print_marshal function
Marek Olšák
2020-03-20
1
-2
/
+0
*
glthread: don't execute any custom VAO and BindBuffer code in the Core profile
Marek Olšák
2020-03-20
8
-24
/
+26
*
glthread: track VAOs created by CreateVertexArrays
Marek Olšák
2020-03-20
1
-1
/
+2
*
glthread: enable display lists
Marek Olšák
2020-03-20
1
-1
/
+1
*
mesa: remove redundant api_loopback functions
Marek Olšák
2020-03-19
2
-10
/
+10
*
glthread: fall back if a param size is non-zero and a pointer param is NULL
Marek Olšák
2020-03-06
1
-0
/
+1
*
glthread: add custom marshalling for glNamedBuffer(Sub)DataEXT
Marek Olšák
2020-03-06
1
-2
/
+2
*
glthread: replace custom glBindBuffer marshalling with generated one
Marek Olšák
2020-03-06
1
-1
/
+2
*
glthread: sync instead of disabling glthread for non-VBO pointers
Marek Olšák
2020-03-06
9
-22
/
+34
*
glthread: track for each VAO whether the user has set a user pointer
Marek Olšák
2020-03-06
9
-29
/
+38
*
glthread: add marshal_call_after and remove custom glFlush and glEnable code
Marek Olšák
2020-03-06
4
-11
/
+15
*
glthread: don't insert an empty line after (void) cmd;
Marek Olšák
2020-03-06
1
-1
/
+1
*
glthread: add support for glMemoryObjectParameteriv, glSemaphoreParameterui64v
Marek Olšák
2020-03-06
1
-2
/
+2
*
glthread: add support for glCallLists, glPatchParameterfv
Marek Olšák
2020-03-06
2
-2
/
+3
*
glthread: add support for glClearNamedFramebuffer, glMaterial, glPointParameter
Marek Olšák
2020-03-06
3
-9
/
+15
*
glthread: add support for glFog, glLight, glLightModel, glTexEnv, glTexGen
Marek Olšák
2020-03-06
4
-21
/
+37
*
glthread: add support for TexParameteri and SamplerParameteri functions
Marek Olšák
2020-03-06
11
-33
/
+42
*
glthread: replace custom ClearBuffer marshalling with generated one
Marek Olšák
2020-03-06
1
-7
/
+7
*
glthread: check the size of all variable params and clean up the code
Marek Olšák
2020-03-06
1
-25
/
+16
*
glthread: handle complex pointer parameters and support GL functions with str...
Marek Olšák
2020-03-06
5
-18
/
+17
*
glthread: add/update count and marshal fields for many GL functions
Marek Olšák
2020-03-06
24
-132
/
+141
*
glthread: add GL_DRAW_INDIRECT_BUFFER tracking and generator support
Marek Olšák
2020-03-06
1
-1
/
+3
*
glthread: don't increment variable_data if it's the last variable-size param
Marek Olšák
2020-03-06
1
-8
/
+15
*
glthread: don't insert _mesa_post_marshal_hook into every function
Marek Olšák
2020-03-06
1
-1
/
+3
*
glthread: simplify repeated function sequences in marshal_generated.c
Marek Olšák
2020-03-06
1
-6
/
+3
*
glthread: use int instead of size_t where it's OK
Marek Olšák
2020-03-06
1
-1
/
+1
*
glthread: inline _mesa_unmarshal_dispatch_cmd and convert the switch to a table
Marek Olšák
2020-03-06
2
-21
/
+4
[next]