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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: Use consistent style
Dylan Baker
2018-01-11
1
-2
/
+4
*
svga: simplify failure code in emit_rss_vgpu9()
Brian Paul
2018-01-11
1
-17
/
+12
*
svga: remove unused fail parameter to EMIT_RS(), EMIT_RS_FLOAT()
Brian Paul
2018-01-11
1
-57
/
+57
*
svga: add assertion in svga_queue_rs()
Brian Paul
2018-01-11
1
-0
/
+1
*
svga: whitespace/formatting fixes in svga_state_rss.c
Brian Paul
2018-01-11
1
-79
/
+75
*
ac: add load_patch_vertices_in() to the abi
Timothy Arceri
2018-01-11
1
-6
/
+14
*
tgsi: include struct definitions for tgsi_build declarations
Rob Herring
2018-01-10
1
-5
/
+1
*
swr: Handle indirect indices in GS
George Kyriazis
2018-01-10
1
-8
/
+39
*
amd/common: import get_{load,store}_intr_attribs() from RadeonSI
Samuel Pitoiset
2018-01-10
1
-21
/
+5
*
swr/rast: switch win32 jit format to COFF
Tim Rowley
2018-01-10
1
-2
/
+2
*
swr/rast: don't use 32-bit gathers for elements < 32-bits in size
Tim Rowley
2018-01-10
1
-1
/
+60
*
swr/rast: autogenerate named structs instead of literal structs
Tim Rowley
2018-01-10
1
-8
/
+15
*
swr/rast: SIMD16 fetch shader jitter cleanup
Tim Rowley
2018-01-10
1
-720
/
+368
*
swr/rast: shuffle header files for msvc pre-compiled header usage
Tim Rowley
2018-01-10
10
-88
/
+143
*
swr/rast: SIMD16 builder - cleanup naming (simd2 -> simd16)
Tim Rowley
2018-01-10
5
-233
/
+239
*
r600: don't emit tes samplers/views when tes isn't active
Roland Scheidegger
2018-01-10
2
-0
/
+19
*
r600: increase number of UBOs to 15
Roland Scheidegger
2018-01-10
3
-22
/
+37
*
r600: use GET_BUFFER_RESINFO vtx fetch on eg instead of setting up consts
Roland Scheidegger
2018-01-10
4
-58
/
+50
*
r600: increase number of ubos by one to 14
Roland Scheidegger
2018-01-10
4
-4
/
+9
*
r600: set up constants needed for txq for buffers and cube maps with tes
Roland Scheidegger
2018-01-10
1
-0
/
+16
*
r600: don't emit reloc for ring buffer out into the blue
Roland Scheidegger
2018-01-10
2
-8
/
+6
*
r600: hack up num_render_backends on Juniper to 8
Roland Scheidegger
2018-01-10
1
-2
/
+19
*
winsys/radeon: fix up default enabled_rb_mask for r600
Roland Scheidegger
2018-01-10
1
-6
/
+10
*
r600: fix enabled_rb_mask on eg/cm
Roland Scheidegger
2018-01-10
1
-2
/
+9
*
r600: fix sampler indexing with texture buffers sampling
Roland Scheidegger
2018-01-10
2
-2
/
+4
*
r600: don't use vtx offset for load_sample_position
Roland Scheidegger
2018-01-10
1
-1
/
+1
*
r600: drop l2 related queries
Dave Airlie
2018-01-10
3
-18
/
+0
*
r600/shader: only read back the necessary tess factor components.
Dave Airlie
2018-01-10
1
-4
/
+4
*
st/omx_bellagio: Update default intra matrix per MPEG2 spec
Indrajit Das
2018-01-09
1
-5
/
+5
*
.gitignore: Ignore new generated files
Scott D Phillips
2018-01-08
1
-0
/
+1
*
meson: set opencl flags for r600
Dylan Baker
2018-01-08
1
-2
/
+5
*
meson: build clover
Dylan Baker
2018-01-08
5
-2
/
+285
*
meson: Turn on swr for relevant targets
Dylan Baker
2018-01-08
4
-8
/
+6
*
meson: Build SWR driver
Dylan Baker
2018-01-08
3
-0
/
+455
*
ac: add load_tess_level() to the abi
Timothy Arceri
2018-01-09
1
-0
/
+22
*
radeonsi: add load_tess_level() helper
Timothy Arceri
2018-01-09
1
-14
/
+19
*
nvc0: enable bindless on kepler
Ilia Mirkin
2018-01-07
1
-3
/
+3
*
nvc0: add bindless image support for kepler
Ilia Mirkin
2018-01-07
11
-75
/
+272
*
nvc0: add support for bindless textures on kepler+
Ilia Mirkin
2018-01-07
10
-5
/
+183
*
nv50/ir: use the image info in the instruction rather than decl
Ilia Mirkin
2018-01-07
1
-52
/
+24
*
nvc0/ir: safen up lowering logic against overwriting reused values
Ilia Mirkin
2018-01-07
1
-2
/
+4
*
nvc0: update tic in-place when buffer address changes
Ilia Mirkin
2018-01-07
2
-14
/
+21
*
nvc0: ensure that pushbuf keeps ref to old text/tls bos
Ilia Mirkin
2018-01-07
1
-0
/
+13
*
st/glsl_to_nir/radeonsi: enable tessellation shaders
Timothy Arceri
2018-01-05
1
-0
/
+2
*
gallium/tgsi: add patch support to tgsi_get_gl_varying_semantic()
Timothy Arceri
2018-01-05
1
-3
/
+8
*
radeonsi: add dummy implementation of si_nir_scan_tess_ctrl()
Timothy Arceri
2018-01-05
3
-0
/
+23
*
ac/radeonsi: add load_tess_coord() to the abi
Timothy Arceri
2018-01-05
1
-17
/
+25
*
radeonsi: make si_llvm_emit_tcs_epilogue compatible with emit_outputs abi
Timothy Arceri
2018-01-05
1
-3
/
+7
*
radeonsi/nir: gather tess properties
Timothy Arceri
2018-01-05
1
-0
/
+29
*
ac/radeonsi: add tcs_rel_ids to the abi
Timothy Arceri
2018-01-05
2
-10
/
+10
[next]