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
*
automake: small cleanup after the meson.build inclusion
18.0-branchpoint
Emil Velikov
2018-01-23
1
-2
/
+2
*
i965: Drop render_target_start from binding table struct.
Kenneth Graunke
2018-01-22
1
-6
/
+4
*
i965: make brw_context::num_samples unsigned int
Emil Velikov
2018-01-22
1
-1
/
+1
*
st/mesa: provide static inline st_init_vdpau_functions
Emil Velikov
2018-01-22
2
-6
/
+8
*
i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext
Chris Wilson
2018-01-22
1
-1
/
+3
*
i965: Set tiling on BOs imported with modifiers
Jason Ekstrand
2018-01-21
1
-1
/
+10
*
i965/bufmgr: Add a create_from_prime_tiled function
Jason Ekstrand
2018-01-21
2
-8
/
+35
*
i965/miptree: Use the tiling from the modifier instead of the BO
Jason Ekstrand
2018-01-21
1
-4
/
+5
*
i965/miptree: Add an explicit tiling parameter to create_for_bo
Jason Ekstrand
2018-01-21
6
-10
/
+24
*
mesa: Only require independent blending for GLES 3.2.
Eric Anholt
2018-01-21
1
-1
/
+1
*
i965: Delete completely bogus comment
Kenneth Graunke
2018-01-20
1
-5
/
+0
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
12
-7
/
+22
*
i965: Avoid problems from referencing orphaned BOs after growing.
Kenneth Graunke
2018-01-19
2
-24
/
+105
*
i965: Rename 'aux' to 'prog_data' in program cache.
Kenneth Graunke
2018-01-19
1
-15
/
+16
*
mesa/program: Fix -Wunused-param warning
Gert Wollny
2018-01-19
4
-6
/
+4
*
mesa/program/prog_execute.c: Silence -Wunused-param
Gert Wollny
2018-01-19
1
-6
/
+3
*
mesa: Make numSamples an unsigned int
Gert Wollny
2018-01-19
6
-8
/
+8
*
vbo: fix VBO optimization regression
Brian Paul
2018-01-18
2
-4
/
+7
*
i965: Bind null render targets for shadow sampling + color.
Kenneth Graunke
2018-01-18
1
-1
/
+32
*
i965/screen: Allow drirc to set 'allow_rgb10_configs' again.
Mario Kleiner
2018-01-18
1
-1
/
+6
*
mesa/st: translate SO info in glsl_to_nir() case
Rob Clark
2018-01-18
1
-4
/
+43
*
i965: Pass brw_growing_bo to grow_buffer().
Kenneth Graunke
2018-01-17
1
-11
/
+9
*
i965: Make a helper for recreating growing buffers.
Kenneth Graunke
2018-01-17
1
-13
/
+17
*
i965: Replace cpu_map pointers with a "use_shadow_copy" boolean.
Kenneth Graunke
2018-01-17
2
-21
/
+20
*
st/mesa: assume that user constant buffers are always supported
Marek Olšák
2018-01-17
4
-34
/
+6
*
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
2018-01-17
1
-3
/
+3
*
st/mesa: expose ARB_sync unconditionally
Marek Olšák
2018-01-17
1
-5
/
+2
*
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
2018-01-17
1
-3
/
+2
*
mesa: move gl_external_samplers() to program.[ch]
Brian Paul
2018-01-17
3
-17
/
+22
*
st/mesa: include util/bitscan.h in st_glsl_to_tgsi_temprename.cpp
Brian Paul
2018-01-17
1
-5
/
+6
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
16
-16
/
+0
*
st/mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
13
-19
/
+0
*
st/mesa: include main/compiler.h in st_cb_queryobj.c
Brian Paul
2018-01-17
1
-0
/
+1
*
mesa: include util/macros.h in format_fallback.c
Brian Paul
2018-01-17
1
-0
/
+1
*
mesa/program: change validate_inputs() local var 'inputs' to GLbitfield64
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: reindent vbo_attrib.h to use 3 spaces
Brian Paul
2018-01-17
1
-50
/
+50
*
vbo: whitespace, formatting fixes in vbo_exec_api.c
Brian Paul
2018-01-17
1
-99
/
+98
*
vbo: add assertions, comments in vbo_exec_api.c
Brian Paul
2018-01-17
1
-1
/
+7
*
vbo: whitespace, formatting fixes in vbo_exec_draw.c
Brian Paul
2018-01-17
1
-64
/
+64
*
vbo: use inputs_read var to simplify code
Brian Paul
2018-01-17
2
-8
/
+8
*
vbo: whitespace, formatting fixes in vbo_split_copy.c
Brian Paul
2018-01-17
1
-160
/
+144
*
vbo: use a new local 'array' variable in bind_vertex_list() loop
Brian Paul
2018-01-17
1
-12
/
+13
*
vbo: remove unneeded #includes in vbo_context.c
Brian Paul
2018-01-17
1
-2
/
+0
*
vbo: whitespace, formatting fixes in vbo_context.c
Brian Paul
2018-01-17
1
-24
/
+35
*
vbo: change vbo_context attribute map arrays to GLubyte
Brian Paul
2018-01-17
4
-5
/
+8
*
vbo: lift common code out of switch cases
Brian Paul
2018-01-17
2
-18
/
+12
*
vbo: optimize some display list drawing (v2)
Brian Paul
2018-01-17
3
-0
/
+40
*
vbo: rewrite some code in playback_copy_to_current()
Brian Paul
2018-01-17
1
-8
/
+6
*
vbo: add some comments in vbo_save_api.c
Brian Paul
2018-01-17
1
-0
/
+17
*
vbo: rename some functions in vbo_save_api.c
Brian Paul
2018-01-17
1
-37
/
+37
[next]