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
*
intel: Drop program size pointer from vec4/fs assembly getters.
Kenneth Graunke
2018-03-02
9
-25
/
+17
*
i965: Mark upload buffers with MAP_ASYNC and MAP_PERSISTENT.
Kenneth Graunke
2018-03-02
1
-1
/
+3
*
i965: Generalize intel_upload.c to support multiple uploaders.
Kenneth Graunke
2018-03-02
9
-91
/
+101
*
intel/compiler: Memory fence commit must always be enabled for gen10+
Anuj Phogat
2018-03-02
1
-1
/
+3
*
Revert "i965/fs: Predicate byte scattered writes if needed"
Francisco Jerez
2018-03-02
1
-14
/
+1
*
intel/fs: Handle surface opcode sample masks via predication.
Francisco Jerez
2018-03-02
1
-1
/
+42
*
intel/eu: Plumb header present bit to codegen helpers for HDC messages.
Francisco Jerez
2018-03-02
4
-29
/
+50
*
intel/ir: Allow arbitrary scratch flag registers for SHADER_OPCODE_FIND_LIVE_...
Francisco Jerez
2018-03-02
3
-4
/
+6
*
intel/ir: Allow representing additional flag subregisters in the IR.
Francisco Jerez
2018-03-02
7
-14
/
+24
*
intel/l3: Don't allocate SLM partition on ICL+.
Francisco Jerez
2018-03-02
1
-1
/
+1
*
svga: add SVGA_NEW_PRESCALE to the tracked dirty mask for gs
Charmaine Lee
2018-03-02
1
-1
/
+2
*
svga: fix blending regression
Brian Paul
2018-03-02
1
-11
/
+24
*
svga: check svga_have_vgpu10() in svga_delete_blend_state()
Brian Paul
2018-03-02
1
-1
/
+1
*
svga: if svga_update_state() fails, skip the draw call
Brian Paul
2018-03-02
1
-5
/
+5
*
svga: let svga_update_state_retry() return a bool
Brian Paul
2018-03-02
2
-6
/
+9
*
svga: s/unsigned/boolean/ for a few local vars
Brian Paul
2018-03-02
1
-6
/
+6
*
meson: install vulkan_intel.h header
Dylan Baker
2018-03-02
1
-0
/
+4
*
st/omx_bellagio: add picture profile and entry point
Boyuan Zhang
2018-03-02
1
-0
/
+2
*
radeonsi: fix radeon create encoder return
Boyuan Zhang
2018-03-02
1
-1
/
+1
*
loader: Add support for platform and host1x busses
Thierry Reding
2018-03-02
1
-0
/
+27
*
disk cache: Link with -latomic if necessary
Thierry Reding
2018-03-02
2
-1
/
+18
*
radv: do not set pending_reset_query in BeginCommandBuffer()
Samuel Pitoiset
2018-03-02
1
-7
/
+0
*
r600/cayman: fix fragcood loading recip generation.
Dave Airlie
2018-03-02
1
-1
/
+1
*
i965: Allow 48-bit addressing on Gen8+.
Kenneth Graunke
2018-03-01
7
-18
/
+127
*
i965: Shorten the name of the workaround BO.
Kenneth Graunke
2018-03-01
1
-3
/
+1
*
i965: Add debugging code to dump the validation list.
Kenneth Graunke
2018-03-01
1
-0
/
+22
*
intel/fs: Set up sampler message headers in the visitor on gen7+
Jason Ekstrand
2018-03-01
2
-22
/
+39
*
ac: fix nir_intrinsic_shared_atomic_comp_swap handling
Timothy Arceri
2018-03-02
1
-1
/
+1
*
st/glsl_to_nir: simplify st_nir_assign_var_locations() and fix for fs outputs
Timothy Arceri
2018-03-02
1
-17
/
+13
*
anv: Enable MSAA fast-clears
Jason Ekstrand
2018-03-01
1
-4
/
+7
*
anv/cmd_buffer: Add support for MCS fast-clears and resolves
Jason Ekstrand
2018-03-01
1
-5
/
+39
*
anv/cmd_buffer: Add helpers for computing resolve predicates
Jason Ekstrand
2018-03-01
1
-10
/
+64
*
anv/cmd_buffer: Handle MCS identical to CCS_E in compute_aux_usage
Jason Ekstrand
2018-03-01
1
-9
/
+5
*
anv/blorp: Pass the clear address to blorp for subpass MSAA resolves
Jason Ekstrand
2018-03-01
1
-0
/
+6
*
anv/blorp: Allow indirect clear colors on blorp sources on gen7
Jason Ekstrand
2018-03-01
1
-2
/
+2
*
anv/blorp: Add partial clear support to anv_image_mcs_op
Jason Ekstrand
2018-03-01
1
-1
/
+14
*
intel/blorp: Add indirect clear color support to mcs_partial_resolve
Jason Ekstrand
2018-03-01
3
-10
/
+70
*
intel/blorp: Add a helper for filling out VERTEX_BUFFER_STATE
Jason Ekstrand
2018-03-01
1
-36
/
+33
*
i965: Fix RELOC_WRITE typo in brw_store_data_imm64()
Andriy Khulap
2018-03-01
1
-1
/
+1
*
gallium/util: use sockets on PIPE_OS_UNIX in u_network
Jonathan Gray
2018-03-01
2
-10
/
+4
*
util: use clock_gettime() on PIPE_OS_BSD
Jonathan Gray
2018-03-01
1
-1
/
+1
*
nir/search: Include 8 and 16-bit support in construct_value
Jose Maria Casanova Crespo
2018-03-01
1
-0
/
+15
*
nir/search: Support 8 and 16-bit constants in match_value
Jason Ekstrand
2018-03-01
1
-0
/
+20
*
travis: make Meson find the proper llvm-config
Andres Gomez
2018-03-01
1
-4
/
+26
*
meson: fix LLVM version detection when <= 3.4
Andres Gomez
2018-03-01
1
-1
/
+8
*
i965/sbe: fix number of inputs for active components
Iago Toral Quiroga
2018-03-01
1
-4
/
+2
*
radv: only emit cache flushes when the pool size is large enough
Samuel Pitoiset
2018-03-01
3
-11
/
+15
*
radv: keep track of the query pool size
Samuel Pitoiset
2018-03-01
2
-5
/
+5
*
radv: make sure to emit cache flushes before starting a query
Samuel Pitoiset
2018-03-01
3
-7
/
+33
*
nir/serialize: handle var->name being NULL
Alejandro PiƱeiro
2018-03-01
1
-1
/
+2
[next]