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
*
glsl: stop adding pointers from gl_shader_variable to the cache
Timothy Arceri
2017-08-24
1
-12
/
+28
*
glsl: allow NULL to be passed to encode_type_to_blob()
Timothy Arceri
2017-08-24
1
-0
/
+10
*
radv/gfx9: don't expose linear depth on vega.
Dave Airlie
2017-08-24
1
-0
/
+4
*
radv: don't degrade tiling mode for small compressed or depth texture.
Dave Airlie
2017-08-24
1
-6
/
+10
*
radv/gfx9: only minify image view width/height/depth before gfx9.
Dave Airlie
2017-08-24
2
-7
/
+15
*
radv/image: don't rescale width/height if the format isn't changing
Dave Airlie
2017-08-24
1
-4
/
+6
*
radv: cleanup some image view descriptor setup.
Dave Airlie
2017-08-24
2
-13
/
+21
*
radv/gfx9: emit sx_mrt_blend registers
Dave Airlie
2017-08-24
3
-3
/
+134
*
radv: bump space check for indexed draw.
Dave Airlie
2017-08-24
1
-1
/
+1
*
radv/gfx9: fixup db/stencil disable.
Dave Airlie
2017-08-24
1
-3
/
+7
*
radv/gfx9: fix level count in color register setup.
Dave Airlie
2017-08-24
1
-1
/
+1
*
radv/gfx9: use total levels in texture descriptor
Dave Airlie
2017-08-24
1
-1
/
+1
*
radv: Implement bc optimize.
Bas Nieuwenhuizen
2017-08-24
3
-0
/
+33
*
ac/nir: refactor input variable iteration.
Bas Nieuwenhuizen
2017-08-24
1
-19
/
+11
*
i965: Stop using wm_prog_data->binding_table.render_target_start.
Kenneth Graunke
2017-08-23
2
-9
/
+10
*
i965: Add a brw_wm_prog_data::has_render_target_reads field.
Kenneth Graunke
2017-08-23
3
-4
/
+5
*
i965: Inline brw_update_renderbuffer_surfaces().
Kenneth Graunke
2017-08-23
2
-38
/
+20
*
i965: Pass fb into emit_null_surface instead of dimensions.
Kenneth Graunke
2017-08-23
1
-16
/
+12
*
i965: Devirtualize update_renderbuffer_surface.
Kenneth Graunke
2017-08-23
4
-30
/
+5
*
i965: Delete update_renderbuffer_surface flags.
Kenneth Graunke
2017-08-23
2
-21
/
+5
*
i965: Make brw_update_renderbuffer_surface static.
Kenneth Graunke
2017-08-23
2
-11
/
+6
*
i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.
Kenneth Graunke
2017-08-23
5
-29
/
+1
*
i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
Kenneth Graunke
2017-08-23
8
-5
/
+25
*
i965: Drop Gen7+ nonsense from brw_ff_gs.c.
Kenneth Graunke
2017-08-23
1
-4
/
+3
*
i965: Only set key->flat_shade if COL0/COL1 are written.
Kenneth Graunke
2017-08-23
1
-1
/
+3
*
i965: Clean up brwNewProgram().
Kenneth Graunke
2017-08-23
1
-28
/
+5
*
st/va: exclude the buffer reallocation for encode case
Leo Liu
2017-08-23
1
-1
/
+1
*
swr: limit pipe_draw_info->restart_index usage
Tim Rowley
2017-08-23
1
-1
/
+4
*
radeonsi: fix wrong assertion in si_init_bindless_descriptors()
Samuel Pitoiset
2017-08-23
1
-1
/
+1
*
radeon/video: Return false explicitly for HEVC if not the case
Leo Liu
2017-08-23
1
-0
/
+1
*
gallium/docs: Fix the math formula of U2I64
Gwan-gyeong Mun
2017-08-23
1
-2
/
+2
*
gallium/docs: Add missing word "Not"
Gwan-gyeong Mun
2017-08-23
1
-1
/
+1
*
tgsi: store opcode mnemonics in a separate table
Nicolai Hähnle
2017-08-23
2
-6
/
+16
*
gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonic
Nicolai Hähnle
2017-08-23
5
-7
/
+10
*
tgsi: macro-ify the opcodes table
Nicolai Hähnle
2017-08-23
3
-251
/
+263
*
tgsi: remove post_indent from some 64-bit opcodes
Nicolai Hähnle
2017-08-23
1
-6
/
+6
*
tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bit
Nicolai Hähnle
2017-08-23
1
-2
/
+2
*
gallium/radeon: fix saving multi-part command streams
Nicolai Hähnle
2017-08-23
1
-1
/
+1
*
ac/debug: invoke valgrind checks while parsing IBs
Nicolai Hähnle
2017-08-23
1
-0
/
+20
*
ac/debug: annotate IB dumps with the raw values
Nicolai Hähnle
2017-08-23
1
-18
/
+66
*
ac/debug: use an explicit getter for fetching words from the IB
Nicolai Hähnle
2017-08-23
1
-153
/
+215
*
radeonsi: update comment describing indices into sctx->descriptors
Nicolai Hähnle
2017-08-23
1
-6
/
+5
*
util: fix valgrind errors when dumping pipe_draw_info
Nicolai Hähnle
2017-08-23
1
-3
/
+9
*
radeonsi: do not assert when reserving bindless slot 0
Samuel Pitoiset
2017-08-23
1
-1
/
+4
*
radeonsi: rename some bindless-related helper functions
Samuel Pitoiset
2017-08-23
1
-21
/
+21
*
radeonsi: minor cleanups in si_make_{texture,image}_handle_resident()
Samuel Pitoiset
2017-08-23
1
-12
/
+12
*
Android: gallium_dri: pass dri.sym to linker
Rob Herring
2017-08-22
1
-0
/
+7
*
st/va: enable P016 format i.e. reallocate buffer if format changed
Leo Liu
2017-08-22
1
-0
/
+12
*
radeon/vcn: enable P016 mode support
Leo Liu
2017-08-22
1
-7
/
+11
*
radeon/vcn: correct target buffer pitch calculation
Leo Liu
2017-08-22
1
-1
/
+1
[next]