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
...
*
freedreno: also mark images used by draw/grid
Rob Clark
2017-11-16
1
-0
/
+18
*
freedreno: mark SSBOs written at draw time
Rob Clark
2017-11-16
1
-1
/
+1
*
freedreno/a5xx: ARB_framebuffer_no_attachments support
Rob Clark
2017-11-16
3
-1
/
+11
*
i965: Implement another VF cache invalidate workaround on Gen8+.
Kenneth Graunke
2017-11-16
1
-8
/
+33
*
tgsi/exec: fix LDEXP in softpipe
Nicolai Hähnle
2017-11-16
1
-1
/
+1
*
radeonsi: copy some nir gs info
Timothy Arceri
2017-11-16
1
-0
/
+7
*
ac: add gs_{prim,invocation}_id to the abi
Timothy Arceri
2017-11-16
4
-18
/
+16
*
radeonsi: gather stream info in nir path
Timothy Arceri
2017-11-16
1
-0
/
+37
*
mapi: Use correct shared libraries suffix on macOS.
Vinson Lee
2017-11-15
2
-2
/
+12
*
tgsi: whitespace clean-ups in tgsi_util.[ch]
Brian Paul
2017-11-15
2
-40
/
+34
*
svga: s/unsigned/enum tgsi_texture_type/
Brian Paul
2017-11-15
1
-5
/
+5
*
tgsi: s/unsigned/enum tgsi_texture_type/
Brian Paul
2017-11-15
2
-8
/
+8
*
gallium/wgl: fix default pixel format issue
Frank Richter
2017-11-15
1
-2
/
+21
*
svga: issue debug warning for unsupported two-sided stencil state
Brian Paul
2017-11-15
1
-0
/
+15
*
st/mesa: whitespace fixes in st_manager.c
Brian Paul
2017-11-15
1
-5
/
+31
*
st/mesa: whitespace clean-ups in st_context.c
Brian Paul
2017-11-15
1
-31
/
+46
*
st/mesa: move st_manager_destroy() earlier in file
Brian Paul
2017-11-15
1
-13
/
+15
*
st/mesa: move st_init_driver_flags() earlier in file
Brian Paul
2017-11-15
1
-61
/
+62
*
etnaviv: Add sampler TS support
Wladimir J. van der Laan
2017-11-15
3
-6
/
+99
*
etnaviv: Flush TS cache before changing TS configuration
Wladimir J. van der Laan
2017-11-15
1
-0
/
+5
*
etnaviv: Add TS_SAMPLER formats to etnaviv_format
Wladimir J. van der Laan
2017-11-15
2
-74
/
+91
*
etnaviv: Check that resource has a valid TS in etna_resource_needs_flush
Wladimir J. van der Laan
2017-11-15
2
-1
/
+18
*
etnaviv: rnndb update
Wladimir J. van der Laan
2017-11-15
6
-9
/
+20
*
radv: it isn't an error to not support a format or driver
Dave Airlie
2017-11-16
2
-2
/
+2
*
i965: Drop some reserved space remnants.
Kenneth Graunke
2017-11-15
2
-4
/
+1
*
intel: Drop mtypes.h include from brw_compiler.h.
Kenneth Graunke
2017-11-15
1
-1
/
+0
*
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
Kenneth Graunke
2017-11-15
10
-189
/
+16
*
i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.
Kenneth Graunke
2017-11-15
8
-139
/
+8
*
i965: Make a better helper function for UBO/SSBO/ABO surface handling.
Kenneth Graunke
2017-11-15
3
-94
/
+37
*
radv: add the vertex buffers BO to the list at bind time
Samuel Pitoiset
2017-11-15
1
-3
/
+3
*
radv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
Samuel Pitoiset
2017-11-15
2
-4
/
+5
*
radv: drop radv_cmd_dirty_mask_t typedef
Samuel Pitoiset
2017-11-15
2
-3
/
+2
*
radv: use an unsigned 32-bit integer for radv_queue::family_index
Samuel Pitoiset
2017-11-15
2
-2
/
+2
*
radv: do not add the image BO in radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2017-11-15
1
-2
/
+0
*
radv: do not add the image BO in radv_set_color_clear_regs()
Samuel Pitoiset
2017-11-15
1
-2
/
+0
*
r600: set the number type correctly for float rts in cb setup
Roland Scheidegger
2017-11-15
2
-2
/
+15
*
r600: use ieee version of rsq
Roland Scheidegger
2017-11-15
1
-5
/
+1
*
r600: use ieee version of rcp
Roland Scheidegger
2017-11-15
1
-6
/
+2
*
r600: use DX10_CLAMP bit in shader setup
Roland Scheidegger
2017-11-15
2
-0
/
+15
*
r600: use min_dx10/max_dx10 instead of min/max
Roland Scheidegger
2017-11-15
2
-6
/
+9
*
r600: fix cubemap arrays
Dave Airlie
2017-11-15
1
-9
/
+17
*
freedreno/a5xx: small comment fix
Rob Clark
2017-11-14
1
-1
/
+1
*
freedreno/a5xx: indirect draw support
Rob Clark
2017-11-14
2
-1
/
+37
*
freedreno/a5xx: split out helper for pipeline stalls
Rob Clark
2017-11-14
2
-6
/
+13
*
freedreno: update generated headers
Rob Clark
2017-11-14
6
-16
/
+135
*
gallium/radeon: disable the cache when nir backend enabled
Timothy Arceri
2017-11-15
1
-0
/
+4
*
st/glsl_to_tgsi: use tgsi_get_gl_varying_semantic() for gs/tes outputs
Timothy Arceri
2017-11-15
1
-91
/
+5
*
gallium/tgsi: add tess output supoort to tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-0
/
+8
*
st/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-71
/
+11
*
gallium/tgsi: add prim id to tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-0
/
+4
[prev]
[next]