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
/
mapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glthread: don't prefix variable_data with const
Marek Olšák
2020-03-06
1
-2
/
+2
*
glthread: don't generate the sync fallback if the call size is not variable
Marek Olšák
2020-03-06
1
-11
/
+15
*
glapi/copyimage: Implement CopyImageSubDataNV
Indrajit Kumar Das
2020-02-24
4
-0
/
+31
*
glapi / teximage: implement EGLImageTargetTexStorageEXT
Gurchetan Singh
2020-01-13
3
-0
/
+25
*
mapi: add GetInteger64vEXT with EXT_disjoint_timer_query
Tapani Pälli
2019-11-26
2
-0
/
+13
*
mesa/glthread: Implement ARB_multi_bind.
Markus Wick
2019-11-22
1
-10
/
+10
*
mapi/glapi: Generate sizeof() helpers instead of fixed sizes.
Markus Wick
2019-11-21
1
-4
/
+11
*
mesa: add ARB_shading_language_include stubs
Timothy Arceri
2019-11-20
3
-1
/
+50
*
mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT function
Pierre-Eric Pelloux-Prayer
2019-11-19
2
-3
/
+10
*
mesa: add ARB_vertex_attrib_binding glVertexArray* functions
Pierre-Eric Pelloux-Prayer
2019-11-19
2
-0
/
+51
*
mesa: implement ARB_texture_storage_multisample + EXT_dsa functions
Pierre-Eric Pelloux-Prayer
2019-11-19
2
-0
/
+23
*
mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT function
Pierre-Eric Pelloux-Prayer
2019-11-19
2
-0
/
+10
*
mesa: add ARB_instanced_arrays EXT_dsa function
Pierre-Eric Pelloux-Prayer
2019-11-19
2
-0
/
+7
*
mesa: add ARB_gpu_shader_fp64 selector-less functions
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-0
/
+131
*
mesa: add ARB_clear_buffer_object named functions
Pierre-Eric Pelloux-Prayer
2019-11-19
2
-6
/
+7
*
mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXT
Pierre-Eric Pelloux-Prayer
2019-11-19
2
-0
/
+11
*
mesa: add ARB_framebuffer_no_attachments named functions
Pierre-Eric Pelloux-Prayer
2019-11-19
2
-1
/
+15
*
meson: move the generic symbols check arguments to a common variable
Eric Engestrom
2019-11-05
3
-3
/
+3
*
meson: add variable to control the symbols checks
Eric Engestrom
2019-11-05
3
-3
/
+3
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
1
-1
/
+1
*
util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
Dylan Baker
2019-11-05
1
-1
/
+1
*
mesa: add EXT_dsa glGetVertexArray* 4 functions
Pierre-Eric Pelloux-Prayer
2019-11-05
2
-0
/
+30
*
mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableVertexArrayAttribEXT
Pierre-Eric Pelloux-Prayer
2019-11-05
2
-0
/
+12
*
mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVertexArrayEXT
Pierre-Eric Pelloux-Prayer
2019-11-05
2
-0
/
+12
*
mesa: add EXT_dsa glVertexArray* functions declarations
Pierre-Eric Pelloux-Prayer
2019-11-05
2
-0
/
+109
*
mesa: enable ARB_gpu_shader_int64 in compat profile
Tapani Pälli
2019-10-30
1
-38
/
+37
*
mapi: Improve the x86 tsd stubs performance.
Lepton Wu
2019-10-29
1
-5
/
+6
*
mapi: Inline call x86_current_tls.
Lepton Wu
2019-10-29
1
-4
/
+8
[next]