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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600/sb: schedule LDS ops in appropriate places.
Dave Airlie
2018-01-18
2
-0
/
+7
*
r600/sb: hit the scheduler with a big hammer to avoid lds splits.
Dave Airlie
2018-01-18
1
-0
/
+3
*
r600/sb: adding lds oq tracking to the scheduler
Dave Airlie
2018-01-18
2
-3
/
+15
*
r600/sb: add gcm support to avoid clause between lds read/queue read
Dave Airlie
2018-01-18
2
-2
/
+17
*
r600/sb: handle lds special dest registers.
Dave Airlie
2018-01-18
2
-2
/
+2
*
r600/sb: handle LDS operations in folding.
Dave Airlie
2018-01-18
1
-0
/
+11
*
r600/sb: add finalising for lds output queue special values.
Dave Airlie
2018-01-18
1
-0
/
+12
*
r600/sb: add initial support for parsing lds operations.
Dave Airlie
2018-01-18
1
-2
/
+50
*
r600/sb: disable if conversion for hs
Dave Airlie
2018-01-18
1
-1
/
+1
*
r600/sb: lds ops have no dst register.
Dave Airlie
2018-01-18
1
-1
/
+1
*
r600/sb: introduce special register values for lds support.
Dave Airlie
2018-01-18
3
-1
/
+33
*
r600/sb: update last_cf if alu is the last clause
Dave Airlie
2018-01-18
1
-0
/
+1
*
r600/sb: start adding GDS support
Dave Airlie
2018-01-18
13
-13
/
+123
*
r600/sb: add tess/compute initial state registers.
Dave Airlie
2018-01-18
1
-1
/
+4
*
r600/sb: fix a bug emitting ar load from a constant.
Dave Airlie
2018-01-18
1
-0
/
+3
*
r600/shader: only emit add instruction if param has a value.
Dave Airlie
2018-01-18
1
-6
/
+8
*
r600: emit 0 gds_op for tf write.
Dave Airlie
2018-01-18
1
-2
/
+3
*
r600: add support for ARB_shader_clock.
Dave Airlie
2018-01-18
3
-5
/
+29
*
radv/ws: get rid of useless return value
Dave Airlie
2018-01-18
1
-3
/
+2
*
radv: Initialize DCC on transition from preinitialized.
Bas Nieuwenhuizen
2018-01-18
1
-1
/
+3
*
ac: fix buffer overflow bug in 64bit SSBO loads
Timothy Arceri
2018-01-18
1
-1
/
+4
*
ac: fix nir_intrinsic_get_buffer_size for radeonsi
Timothy Arceri
2018-01-18
1
-2
/
+2
*
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
*
intel/fs: Optimize and simplify the copy propagation dataflow logic.
Francisco Jerez
2018-01-17
1
-24
/
+11
*
gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2018-01-17
18
-26
/
+0
*
st/mesa: assume that user constant buffers are always supported
Marek Olšák
2018-01-17
4
-34
/
+6
*
nine: assume that user constant buffers are always supported
Marek Olšák
2018-01-17
4
-156
/
+4
*
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
2018-01-17
19
-27
/
+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
20
-27
/
+3
*
glsl: remove unneeded extern "C" {} bracketing around Mesa includes
Brian Paul
2018-01-17
1
-4
/
+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
*
glsl: include util/bitscan.h in serialize.cpp
Brian Paul
2018-01-17
1
-0
/
+1
*
util: include string.h in u_dynarray.h
Brian Paul
2018-01-17
1
-0
/
+1
*
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: include compiler.h in disk_cache.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
[next]