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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: Fix typo: "llvm.fs.interp" => "llvm.SI.fs.interp"
Michel Dänzer
2016-12-08
1
-1
/
+1
*
radv: make push constants optional
Dave Airlie
2016-12-07
1
-5
/
+17
*
radv: only emit descriptor sgprs when needed
Dave Airlie
2016-12-07
1
-25
/
+26
*
radv: move userdata sgpr ownership to compiler side.
Dave Airlie
2016-12-07
3
-73
/
+208
*
radv: refactor out the constant setting user sgpr code.
Dave Airlie
2016-12-07
1
-18
/
+17
*
radv: refactor out the descriptor user sgpr setting.
Dave Airlie
2016-12-07
1
-18
/
+18
*
radv: only bind descriptor sets to stages that need them
Dave Airlie
2016-12-07
1
-16
/
+29
*
radv: move descriptor set userdata emission to draw flush time.
Dave Airlie
2016-12-07
2
-2
/
+23
*
radv: refactor descriptor set userdata emission out.
Dave Airlie
2016-12-07
1
-15
/
+22
*
radv: pass pipeline to constant flush function
Dave Airlie
2016-12-07
1
-4
/
+6
*
radv: consolidate compute pipeline flushing (v1.1)
Dave Airlie
2016-12-07
1
-12
/
+14
*
radeonsi: wait for outstanding LDS instructions in memory barriers if needed
Marek Olšák
2016-12-07
1
-1
/
+17
*
tgsi: fix the src type of TGSI_OPCODE_MEMBAR
Marek Olšák
2016-12-07
1
-0
/
+1
*
radeonsi: wait for outstanding memory instructions in TCS barriers
Marek Olšák
2016-12-07
1
-1
/
+5
*
radeonsi: allow specifying simm16 of emit_waitcnt at call sites
Marek Olšák
2016-12-07
1
-5
/
+7
*
radeonsi: write shader descriptors into hang reports
Marek Olšák
2016-12-07
3
-0
/
+117
*
radeonsi: check for sampler state CSO corruption
Marek Olšák
2016-12-07
3
-0
/
+17
*
radeonsi: properly declare context sampler states
Marek Olšák
2016-12-07
3
-4
/
+4
*
radeonsi: fix incorrect FMASK checking in bind_sampler_states
Marek Olšák
2016-12-07
1
-4
/
+4
*
radeonsi: always restore sampler states when unbinding sampler views
Marek Olšák
2016-12-07
1
-3
/
+8
*
radeonsi: take LDS into account for compute shader occupancy stats
Marek Olšák
2016-12-07
1
-11
/
+18
*
st/mesa: round lod_bias to a multiple of 1/256
Marek Olšák
2016-12-07
1
-0
/
+6
*
gallium: decrease the size of pipe_sampler_state fields
Marek Olšák
2016-12-07
1
-3
/
+3
*
cso: don't release sampler states that are bound
Marek Olšák
2016-12-07
1
-1
/
+3
*
i965: Increase max texture to 16k for gen7+
Jordan Justen
2016-12-07
1
-3
/
+10
*
intel/blorp_blit: Add split_blorp_blit_debug switch
Jordan Justen
2016-12-07
1
-3
/
+9
*
intel/blorp_blit: Enable splitting large blorp blits
Jordan Justen
2016-12-07
1
-1
/
+40
*
intel/blorp_blit: Move RGB=>R conversion to follow blit splitting
Jordan Justen
2016-12-07
1
-48
/
+65
*
intel/blorp_blit: Adjust blorp surface parameters for split blits
Jordan Justen
2016-12-07
1
-3
/
+94
*
intel/blorp_blit: Split blorp blits if they are too large
Jordan Justen
2016-12-07
1
-6
/
+96
*
intel/blorp_blit: Create structure for src & dst coordinates
Jordan Justen
2016-12-07
1
-19
/
+56
*
vulkan: use STATIC_ASSERT instead of static_assert
Edward O'Callaghan
2016-12-07
3
-3
/
+3
*
i965: enable INTEL_conservative_rasterization on Gen9+
Lionel Landwerlin
2016-12-07
6
-5
/
+18
*
mesa: add support for GL_INTEL_conservative_rasterization
Lionel Landwerlin
2016-12-07
13
-7
/
+129
*
i965: Add i965 plumbing for ARB_post_depth_coverage for i965 (gen9+).
Plamena Manolova
2016-12-07
6
-4
/
+15
*
mesa: Add GL and GLSL plumbing for ARB_post_depth_coverage for i965 (gen9+).
Plamena Manolova
2016-12-07
11
-1
/
+53
*
radeonsi: fix isolines tess factor writes to control ring
Nicolai Hähnle
2016-12-07
1
-4
/
+12
*
i965: Drop redundant key->outputs_written initialization.
Kenneth Graunke
2016-12-06
1
-2
/
+0
*
i965: Initialize "separate" flag in VUE maps.
Kenneth Graunke
2016-12-06
1
-0
/
+3
*
nir: In split_var_copies_block, uint, int, and bool types cannot be matrices
Ian Romanick
2016-12-06
1
-3
/
+5
*
radeonsi: Use amdgcn intrinsics for fs interpolation
Tom Stellard
2016-12-07
1
-54
/
+142
*
freedreno/a5xx: fix draw packet size with index buffer
Rob Clark
2016-12-06
1
-1
/
+1
*
freedreno/a5xx: gmem bypass mode
Rob Clark
2016-12-06
1
-0
/
+72
*
freedreno/a5xx: fix emit_string_marker()
Rob Clark
2016-12-06
1
-1
/
+4
*
freedreno: pitch alignment should match gmem alignment
Rob Clark
2016-12-06
5
-15
/
+22
*
freedreno/a5xx: more formats
Rob Clark
2016-12-06
1
-41
/
+41
*
freedreno/a5xx: fix fragface
Rob Clark
2016-12-06
1
-2
/
+4
*
freedreno/a5xx: fix fragcoord
Rob Clark
2016-12-06
1
-4
/
+11
*
freedreno: update generated headers
Rob Clark
2016-12-06
7
-20
/
+129
*
freedreno/a5xx: fix alpha test
Rob Clark
2016-12-06
3
-5
/
+1
[next]