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
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Follow OpenGL conversion rules for values that exceed storage size
Dylan Baker
2020-04-29
1
-4
/
+33
*
mesa/main: one_time_init() -> _mesa_initialize()
Erik Faye-Lund
2020-04-27
2
-3
/
+6
*
mesa/main: Do not pass context to one_time_init
Erik Faye-Lund
2020-04-27
1
-6
/
+6
*
mesa/main: do not init remap-table per api
Erik Faye-Lund
2020-04-27
1
-3
/
+0
*
mesa/main: do not pass context to one-time extension init
Erik Faye-Lund
2020-04-27
3
-7
/
+7
*
mesa/main: do not store unrecognized extensions in context
Erik Faye-Lund
2020-04-27
2
-19
/
+18
*
mesa: Skip 3-byte array formats in _mesa_array_format_flip_channels
Michel Dänzer
2020-04-27
1
-1
/
+1
*
mesa: replace GLenum target with gl_shader_stage in NewProgram
Marek Olšák
2020-04-27
5
-8
/
+9
*
mesa: extend _mesa_bind_vertex_buffer to take ownership of the buffer reference
Marek Olšák
2020-04-27
3
-8
/
+13
*
mesa: add offset_is_int32 param into _mesa_bind_vertex_buffer for glthread
Marek Olšák
2020-04-27
3
-8
/
+10
*
mesa: add Const.BufferCreateMapUnsynchronizedThreadSafe & MESA_MAP_THREAD_SAFE
Marek Olšák
2020-04-27
2
-0
/
+9
*
glthread: reduce dereferences of the next batch
Marek Olšák
2020-04-27
3
-4
/
+9
*
glthread: use 32-bit align instead of 64-bit ALIGN
Marek Olšák
2020-04-27
1
-1
/
+1
*
mesa: remove exec="dynamic" from Draw functions that are not really dynamic
Marek Olšák
2020-04-27
3
-114
/
+150
*
mesa: reset primitive restart state in glClientAttribDefaultEXT
Marek Olšák
2020-04-27
1
-0
/
+9
*
mesa: replace _NEW_EVAL with vbo_exec_update_eval_maps
Marek Olšák
2020-04-27
6
-28
/
+49
*
spirv: Use nir_const_value for spec constants
Jason Ekstrand
2020-04-24
1
-2
/
+2
*
mesa: add support for AlphaToCoverageDitherControlNV
Indrajit Kumar Das
2020-04-23
7
-0
/
+51
*
mesa: avoid redundant VBO updates
Rob Clark
2020-04-23
1
-9
/
+14
*
mesa: enable GL_EXT_draw_instanced for gles2
Simon Zeni
2020-04-23
1
-1
/
+1
*
meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of meta
Jason Ekstrand
2020-04-22
1
-45
/
+0
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
61
-117
/
+188
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
9
-19
/
+29
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
1
-4
/
+3
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
19
-0
/
+20
*
Replace IS_INF_OR_NAN with util_is_inf_or_nan
Dylan Baker
2020-04-21
1
-2
/
+2
*
replace IROUND with util functions
Dylan Baker
2020-04-21
8
-74
/
+74
*
replace IFLOOR with util_ifloor
Dylan Baker
2020-04-21
1
-2
/
+3
*
replace _mesa_logbase2 with util_logbase2
Dylan Baker
2020-04-21
1
-6
/
+6
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
2
-16
/
+16
*
mesa: fix crash in find_value
Pierre-Eric Pelloux-Prayer
2020-04-21
1
-1
/
+5
*
mesa: add interaction between compute derivatives and variable local sizes
Ilia Mirkin
2020-04-17
1
-0
/
+31
*
mesa: fixup cast expression
Erik Faye-Lund
2020-04-16
1
-1
/
+1
*
mesa: add NV_viewport_array2 enable, attach to glsl
Ilia Mirkin
2020-04-15
2
-0
/
+2
*
glsl: add NV_viewport_array2 support
Ilia Mirkin
2020-04-15
1
-0
/
+6
*
compiler: add VARYING_SLOT_VIEWPORT_MASK
Ilia Mirkin
2020-04-15
1
-0
/
+1
*
mesa: add GL_NV_viewport_swizzle support
Ilia Mirkin
2020-04-12
7
-0
/
+168
*
mesa: remove redudant assignment
Tapani Pälli
2020-04-12
1
-1
/
+1
*
mesa: remove redudant check
Tapani Pälli
2020-04-12
1
-4
/
+0
*
mesa: add support for NV_pixel_buffer_object
Simon Ser
2020-04-07
2
-5
/
+16
*
mesa: split _mesa_primitive_restart_index into a function without gl_context
Marek Olšák
2020-04-06
1
-5
/
+13
*
mesa: precompute _mesa_primitive_restart_index during state changes
Marek Olšák
2020-04-06
5
-9
/
+16
*
mesa: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
16
-79
/
+68
*
mesa: remove NullBufferObj
Marek Olšák
2020-04-06
4
-18
/
+9
*
mesa: don't ever bind NullBufferObj to glBindBuffer(Base,Range) slots
Marek Olšák
2020-04-06
6
-86
/
+92
*
mesa: don't ever bind NullBufferObj for glBindBuffer targets
Marek Olšák
2020-04-06
11
-95
/
+51
*
mesa: don't ever set NullBufferObj in gl_vertex_array_binding
Marek Olšák
2020-04-06
6
-46
/
+73
*
mesa: optimize initialization of new VAOs
Marek Olšák
2020-04-06
4
-73
/
+83
*
mesa: update pipeline when re-linking a program in use
Pierre-Eric Pelloux-Prayer
2020-04-03
1
-2
/
+34
*
mesa/main: remove unused macro
Erik Faye-Lund
2020-04-01
1
-5
/
+0
[next]