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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa/main: clean up extension-check for GL_TEXTURE_EXTERNAL
Erik Faye-Lund
2020-04-01
1
-4
/
+2
*
mesa/main: clean up extension-check for GL_RASTERIZER_DISCARD
Erik Faye-Lund
2020-04-01
1
-4
/
+2
*
mesa/main: clean up extension-check for GL_TEXTURE_CUBE_MAP_SEAMLESS
Erik Faye-Lund
2020-04-01
1
-4
/
+2
*
mesa/main: clean up extension-check for GL_FRAGMENT_SHADER_ATI
Erik Faye-Lund
2020-04-01
1
-5
/
+3
*
mesa/main: clean up extension-check for AMD_depth_clamp_separate
Erik Faye-Lund
2020-04-01
1
-8
/
+4
*
mesa/main: clean up extension-check for GL_DEPTH_BOUNDS_TEST
Erik Faye-Lund
2020-04-01
1
-4
/
+2
*
mesa/main: clean up extension-check for GL_STENCIL_TEST_TWO_SIDE
Erik Faye-Lund
2020-04-01
1
-4
/
+2
*
mesa/main: clean up extension-check for GL_TEXTURE_RECTANGLE
Erik Faye-Lund
2020-04-01
1
-4
/
+2
*
mesa/main: clean up extension-check for GL_VERTEX_PROGRAM_POINT_SIZE
Erik Faye-Lund
2020-04-01
1
-4
/
+4
*
mesa/main: clean up extension-check for GL_VERTEX_PROGRAM_TWO_SIDE
Erik Faye-Lund
2020-04-01
1
-4
/
+2
*
mesa/main: clean up extension-check for GL_VERTEX_PROGRAM
Erik Faye-Lund
2020-04-01
1
-4
/
+2
*
mesa/main: clean-up extension-checks for point-sprites
Erik Faye-Lund
2020-04-01
1
-9
/
+8
*
mesa/main: correct extension-checks for GL_BLACKHOLE_RENDER_INTEL
Erik Faye-Lund
2020-04-01
1
-1
/
+2
*
util: move ALIGN/ROUND_DOWN_TO to u_math.h
Rob Clark
2020-03-31
1
-46
/
+0
*
st/mesa: Fall back on R3G3B2 for R3_G3_B2
Icecream95
2020-03-31
1
-2
/
+3
*
scons: Prune out unnecessary targets.
Jose Fonseca
2020-03-30
5
-183
/
+0
*
intel: drop unused include directories
Eric Engestrom
2020-03-28
1
-2
/
+2
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
9
-17
/
+17
*
mesa: Change _mesa_exec_malloc argument type.
Vinson Lee
2020-03-28
2
-3
/
+3
*
mesa: don't use <> for including internal headers
Marek Olšák
2020-03-27
3
-7
/
+7
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
216
-850
/
+215
*
intel/perf: break GL query stuff away
Lionel Landwerlin
2020-03-27
2
-0
/
+2
*
mesa: try to fix the android build
Marek Olšák
2020-03-26
1
-1
/
+8
*
mesa/format_utils: Add a fast-path for RGBA to BGRA
Icecream95
2020-03-26
1
-0
/
+9
*
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
2020-03-26
13
-2
/
+125
*
glsl_to_tgsi: set shader_info::writes_memory
Marek Olšák
2020-03-26
1
-0
/
+8
*
glsl: Add an IR lowering pass to convert mediump operations to 16-bit
Neil Roberts
2020-03-24
2
-0
/
+12
*
i965/iris: fix crash when calling GetPerfQueryDataINTEL
Lionel Landwerlin
2020-03-24
1
-0
/
+9
*
glthread: compile marshal_generated.c faster by breaking it up into 8 files
Marek Olšák
2020-03-24
4
-12
/
+61
*
st/mesa: fix use of uninitialized memory due to st_nir_lower_builtin
Marek Olšák
2020-03-23
1
-1
/
+1
*
vbo,gallium: make glBegin/End buffer size configurable by drivers
Marek Olšák
2020-03-21
7
-14
/
+18
*
glthread: ignore vertex arrays with user pointers if they're disabled
Marek Olšák
2020-03-20
3
-9
/
+18
*
glthread: track which vertex array attribs are enabled
Marek Olšák
2020-03-20
3
-0
/
+58
*
glthread: rename non_vbo helper functions
Marek Olšák
2020-03-20
1
-4
/
+4
*
glthread: handle buffer unbinding via glDeleteBuffers
Marek Olšák
2020-03-20
4
-28
/
+41
*
mesa: put gl_thread_state inside gl_context to remove pointer indirection
Marek Olšák
2020-03-20
7
-30
/
+29
*
glthread: rename marshal.h/c to glthread_marshal.h and glthread_shaderobj.c
Marek Olšák
2020-03-20
6
-16
/
+8
*
glthread: move buffer functions into glthread_bufferobj.c
Marek Olšák
2020-03-20
4
-277
/
+303
*
glthread: autogenerate prototypes for custom-marshalled functions
Marek Olšák
2020-03-20
2
-64
/
+4
*
glthread: remove _mesa_post_marshal_hook, because it's not very useful
Marek Olšák
2020-03-20
2
-16
/
+0
*
mesa/main: Fix overflow in validation of DispatchComputeGroupSizeARB
Caio Marcelo de Oliveira Filho
2020-03-20
1
-5
/
+9
*
glthread: clean up debug_print_sync code
Marek Olšák
2020-03-20
2
-24
/
+3
*
glthread: remove debug_print_marshal function
Marek Olšák
2020-03-20
2
-9
/
+0
*
glthread: don't execute any custom VAO and BindBuffer code in the Core profile
Marek Olšák
2020-03-20
1
-1
/
+1
*
glthread: align the batch buffer to 8 bytes for pointers and doubles again
Marek Olšák
2020-03-20
1
-0
/
+5
*
mesa: remove redundant api_loopback functions
Marek Olšák
2020-03-19
2
-108
/
+0
*
mesa: use vbo_attrib_tmp.h to generate display list vertex attrib functions
Marek Olšák
2020-03-19
4
-1318
/
+177
*
intel/blorp: Add support for swizzling fast-clear colors
Jason Ekstrand
2020-03-18
1
-0
/
+1
[next]