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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add IB tracing support for debug contexts
Marek Olšák
2015-08-26
5
-16
/
+105
*
radeonsi: remove old CS tracing code
Marek Olšák
2015-08-26
5
-47
/
+3
*
radeonsi: parse and dump status registers on GPU hang
Marek Olšák
2015-08-26
1
-0
/
+52
*
radeonsi: add an IB parser
Marek Olšák
2015-08-26
1
-0
/
+245
*
radeonsi: save the contents of indirect buffers for debug contexts
Marek Olšák
2015-08-26
3
-0
/
+15
*
radeonsi: generate register and packet tables for an IB parser from sid.h
Marek Olšák
2015-08-26
4
-0
/
+190
*
radeonsi: remove duplicated register definitions and instruction definitions
Marek Olšák
2015-08-26
1
-3160
/
+0
*
r600g,radeonsi: remove unused ill-formed register field definitions
Marek Olšák
2015-08-26
2
-2
/
+0
*
radeonsi: add an initial dump_debug_state implementation dumping shaders
Marek Olšák
2015-08-26
4
-0
/
+64
*
radeonsi: allow si_dump_key to write to a file
Marek Olšák
2015-08-26
2
-18
/
+19
*
gallium/ddebug: new pipe for hang detection and driver state dumping (v2)
Marek Olšák
2015-08-26
10
-0
/
+2134
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
57
-65
/
+96
*
gallium: add an interface for dumping debug driver state
Marek Olšák
2015-08-26
2
-0
/
+17
*
mesa: remove pointless es31 checks, fix indirect to only be in es31
Ilia Mirkin
2015-08-26
2
-60
/
+25
*
mesa: uncomment checks in es31 computation, add texture_ms
Ilia Mirkin
2015-08-26
1
-2
/
+4
*
mesa: create multisample fallback textures like normal textures
Marek Olšák
2015-08-26
1
-0
/
+2
*
radeonsi: mark unreachable paths to avoid warnings
Grazvydas Ignotas
2015-08-26
2
-3
/
+3
*
mesa: GetTexLevelParameter{if}v changes for OpenGL ES 3.1
Tapani Pälli
2015-08-26
1
-6
/
+18
*
mesa/es3.1: Allow GL_COMPUTE_WORK_GROUP_SIZE for OpenGL ES 3.1
Marta Lofstedt
2015-08-26
1
-1
/
+1
*
mesa/es3.1: Enable getting MAX_COMPUTE_WORK_GROUP_ values for OpenGL ES 3.1
Marta Lofstedt
2015-08-26
1
-2
/
+2
*
mesa/formats: pass correct parameter to _mesa_is_format_compressed
Dave Airlie
2015-08-26
1
-1
/
+1
*
gallium/auxiliary: optimize rgb9e5 helper some more
Roland Scheidegger
2015-08-26
1
-45
/
+42
*
gallium/auxiliary: optimize rgb9e5 helper a bit
Roland Scheidegger
2015-08-26
1
-18
/
+17
*
mesa/texgetimage: fix missing stencil check
Dave Airlie
2015-08-26
1
-0
/
+7
*
mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressed
Nanley Chery
2015-08-25
3
-44
/
+68
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
12
-60
/
+31
*
mesa/formats: make format testing a gtest
Nanley Chery
2015-08-25
4
-155
/
+137
*
gallium/ttn: Use nir_builder_insert() rather than poking at cf_list.
Kenneth Graunke
2015-08-25
1
-16
/
+16
*
prog_to_nir: Use nir_builder_insert() rather than poking at cf_list.
Kenneth Graunke
2015-08-25
1
-11
/
+11
*
nir: Use nir_shader::stage rather than passing it around.
Kenneth Graunke
2015-08-25
4
-12
/
+9
*
nir: Store gl_shader_stage in nir_shader.
Kenneth Graunke
2015-08-25
5
-7
/
+34
*
i965/fs: Combine assign_constant_locations and move_uniform_array_access_to_p...
Jason Ekstrand
2015-08-25
2
-30
/
+11
*
nir/lower_io: Remove assign_var_locations_direct_first
Jason Ekstrand
2015-08-25
2
-82
/
+0
*
i965/fs: Rework uniform handling
Jason Ekstrand
2015-08-25
3
-29
/
+11
*
i965/vec4_nir: Get rid of the uniform_driver_location tracking
Jason Ekstrand
2015-08-25
2
-20
/
+3
*
nir/lower_io: Separate driver_location and base offset for uniforms
Jason Ekstrand
2015-08-25
1
-2
/
+7
*
nir/intrinsics: Add a second const index to load_uniform
Jason Ekstrand
2015-08-25
3
-13
/
+19
*
nir: Pass a type_size() function pointer into nir_lower_io().
Kenneth Graunke
2015-08-25
4
-124
/
+31
*
prog_to_nir: Don't allocate nir_variable with type vec4[0] for uniforms.
Kenneth Graunke
2015-08-25
1
-7
/
+11
*
i965: Move type_size() methods out of visitor classes.
Kenneth Graunke
2015-08-25
8
-27
/
+28
*
i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset
Jason Ekstrand
2015-08-25
7
-22
/
+38
*
i965: Rename setup_vector_uniform_values to setup_vec4_uniform_value
Jason Ekstrand
2015-08-25
6
-17
/
+18
*
freedreno/ir3: fix compile break after splitting out nir_control_flow.h
Rob Clark
2015-08-25
1
-0
/
+1
*
freedreno/ir3: fix compile break after fxn->start_block removal
Rob Clark
2015-08-25
1
-1
/
+1
*
mesa: enable texture stencil8 for multisample
Dave Airlie
2015-08-25
1
-2
/
+5
*
mesa: make _mesa_bind_texture_unit() static
Brian Paul
2015-08-24
2
-9
/
+5
*
mesa/formats: store whether or not a format is sRGB in gl_format_info
Nanley Chery
2015-08-24
2
-24
/
+6
*
nir: Use !block_ends_in_jump() in a few places rather than open-coding.
Kenneth Graunke
2015-08-24
1
-12
/
+9
*
nir/cf: reimplement nir_cf_node_remove() using the new API
Connor Abbott
2015-08-24
2
-33
/
+9
*
nir/cf: add new control modification API's
Connor Abbott
2015-08-24
2
-0
/
+137
[next]