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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv/gfx9: fix 3d image clears on compute queues
Dave Airlie
2017-12-29
2
-9
/
+65
*
radv/gfx9: fix 3d image to image transfers on compute queues.
Dave Airlie
2017-12-29
2
-20
/
+56
*
anv/device: Mark all state buffers as needing capture
Jason Ekstrand
2017-12-28
1
-3
/
+3
*
intel/aubinator: Gracefully handle dynamic state not being available
Jason Ekstrand
2017-12-28
1
-0
/
+5
*
intel/aubinator: Free section data last
Jason Ekstrand
2017-12-28
1
-2
/
+4
*
spirv: consider bitsize when handling OpSwitch cases
Eero Tamminen
2017-12-28
1
-3
/
+11
*
svga: check for null fs pointer in update_samplers()
Brian Paul
2017-12-28
1
-1
/
+1
*
st/mesa: increase size of glsl_base_type bitfields
Brian Paul
2017-12-28
2
-3
/
+4
*
radv: fix pipeline statistics end query on compute queue
Dave Airlie
2017-12-28
1
-1
/
+1
*
radv: fix events on compute queues.
Dave Airlie
2017-12-28
1
-1
/
+1
*
radv: move local bos usage to a perftest flag.
Dave Airlie
2017-12-28
5
-1
/
+5
*
vulkan/wsi: free cmd pools
Dave Airlie
2017-12-28
1
-0
/
+1
*
radv: Always use fragment resolve if dest uses DCC.
Bas Nieuwenhuizen
2017-12-28
1
-5
/
+4
*
radv: Use correct framebuffer size for partial FS resolves.
Bas Nieuwenhuizen
2017-12-28
1
-2
/
+2
*
radv: Fix fragment resolve destination offset.
Bas Nieuwenhuizen
2017-12-28
1
-2
/
+2
*
radv: Don't handle DCC in compute resolve.
Bas Nieuwenhuizen
2017-12-28
1
-4
/
+1
*
radv: Flush caches before subpass resolve.
Bas Nieuwenhuizen
2017-12-28
2
-0
/
+18
*
radv: Invert condition for all samples identical during resolve.
Bas Nieuwenhuizen
2017-12-28
1
-1
/
+1
*
egl: don't try the software path twice
Eric Engestrom
2017-12-27
1
-1
/
+1
*
egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Eric Engestrom
2017-12-27
7
-8
/
+8
*
egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWARE
Eric Engestrom
2017-12-27
3
-4
/
+8
*
egl: link libEGL against the dynamic version of libglapi
Brendan King
2017-12-27
1
-3
/
+6
*
radv: don't do format replacement on tc compat htile surfaces.
Dave Airlie
2017-12-28
1
-1
/
+2
*
radv/gfx9: use correct stencil format for tc compat htile.
Dave Airlie
2017-12-28
1
-4
/
+7
*
svga: move variant->fs_shadow_compare_units assignment
Brian Paul
2017-12-27
1
-2
/
+2
*
amd/common: rework set_userdata_location() and rename to set_loc()
Samuel Pitoiset
2017-12-27
1
-8
/
+11
*
amd/common: rename set_userdata_location_shader() to set_loc_shader()
Samuel Pitoiset
2017-12-27
1
-27
/
+30
*
amd/common: replace set_userdata_location_indirect() by set_loc_desc()
Samuel Pitoiset
2017-12-27
1
-11
/
+12
*
amd/common: rename radv_define_vs_user_sgprs_phase2()
Samuel Pitoiset
2017-12-27
1
-22
/
+33
*
amd/common: rename radv_define_common_user_sgprs_phase2()
Samuel Pitoiset
2017-12-27
1
-43
/
+50
*
amd/common: rename add_user_sgpr_array_argument() to add_array_arg()
Samuel Pitoiset
2017-12-27
1
-9
/
+5
*
amd/common: replace add_sgpr_argument() by add_arg()
Samuel Pitoiset
2017-12-27
1
-45
/
+33
*
amd/common: replace add_user_sgpr_argument() by add_arg()
Samuel Pitoiset
2017-12-27
1
-45
/
+58
*
amd/common: replace add_vgpr_argument() by add_arg()
Samuel Pitoiset
2017-12-27
1
-51
/
+60
*
amd/common: add new add_arg() helper for SGPRs/VGPRs arguments
Samuel Pitoiset
2017-12-27
1
-0
/
+24
*
amd/common: rename radv_define_common_user_sgprs_phase1()
Samuel Pitoiset
2017-12-27
1
-38
/
+74
*
amd/common: rename radv_define_vs_user_sgprs_phase1()
Samuel Pitoiset
2017-12-27
1
-21
/
+42
*
amd/common: do not try to declare input VS SGPRs for GS
Samuel Pitoiset
2017-12-27
1
-1
/
+0
*
amd/common: add declare_vs_input_vgprs() helper
Samuel Pitoiset
2017-12-27
1
-14
/
+16
*
amd/common: add declare_tes_input_vgprs() helper
Samuel Pitoiset
2017-12-27
1
-8
/
+10
*
amd/common: remove unnecessary num_user_sgprs_used
Samuel Pitoiset
2017-12-27
1
-2
/
+0
*
amd/common: remove unnecessary user_sgpr_count
Samuel Pitoiset
2017-12-27
1
-2
/
+0
*
radeonsi: make use of ac_init_exec_full_mask()
Samuel Pitoiset
2017-12-27
1
-11
/
+3
*
svga: use tgsi_util_get_shadow_ref_src_index() in a couple place
Brian Paul
2017-12-26
1
-22
/
+7
*
tgsi: improve comment on tgsi_util_get_shadow_ref_src_index()
Brian Paul
2017-12-26
1
-2
/
+6
*
svga: fix TGSI_TEXTURE_SHADOW1D coordinate selection
Brian Paul
2017-12-26
1
-3
/
+1
*
svga: fix shadow comparison failures
Brian Paul
2017-12-26
5
-36
/
+78
*
util: add trivial comment on u_upload_create()
Brian Paul
2017-12-26
1
-0
/
+1
*
r600: fix atomic counter index mode getting emitted on pre-cayman
Dave Airlie
2017-12-27
1
-1
/
+1
*
radv: set some dcc parameters depending on if texture will be sampled
Dave Airlie
2017-12-27
1
-1
/
+10
[next]