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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: reject invalid vertex element formats
Marek Olšák
2017-01-19
1
-0
/
+5
*
radeonsi: don't forget to add HTILE to the buffer list for texturing
Marek Olšák
2017-01-19
1
-6
/
+13
*
radeonsi: fix texture gather on stencil textures
Nicolai Hähnle
2017-01-19
1
-2
/
+16
*
radeonsi: Always leave poly_offset in a valid state
Zachary Michaels
2017-01-19
1
-1
/
+3
*
radeonsi: determine in advance which VBOs should be added to the buffer list
Marek Olšák
2017-01-18
3
-4
/
+11
*
radeonsi: use fewer pointer dereferences in upload_vertex_buffer_descriptors
Marek Olšák
2017-01-18
1
-8
/
+9
*
radeonsi: reject invalid vertex buffer indices at state creation
Marek Olšák
2017-01-18
2
-5
/
+6
*
radeonsi: use a global dirty mask for shader pointers
Marek Olšák
2017-01-18
4
-41
/
+51
*
radeonsi: use a bitmask-based loop in si_decompress_textures
Marek Olšák
2017-01-18
3
-7
/
+31
*
radeonsi: skip an unnecessary mutex lock for L2 prefetches
Marek Olšák
2017-01-18
1
-5
/
+7
*
radeonsi: si_cp_dma_prepare is a no-op for L2 prefetches
Marek Olšák
2017-01-18
2
-5
/
+12
*
radeonsi: add SI_CPDMA_SKIP_BO_LIST_UPDATE
Marek Olšák
2017-01-18
2
-10
/
+15
*
radeonsi: use the correct target machine when building shader variants
Marek Olšák
2017-01-18
2
-14
/
+29
*
radeonsi: move shader pipe context state into a separate structure
Marek Olšák
2017-01-18
2
-14
/
+22
*
Revert "etnaviv: Fake occlusion query capability"
Christian Gmeiner
2017-01-18
1
-3
/
+2
*
android: ac/debug: move sid_tables.h generation and IB decode to amd/common
Mauro Rossi
2017-01-18
1
-12
/
+3
*
android: radeonsi: fix LLVMInitializeAMDGPU* functions declaration
Mauro Rossi
2017-01-18
1
-0
/
+2
*
android: radeon: fix LLVMInitializeAMDGPU* functions declaration
Mauro Rossi
2017-01-18
1
-0
/
+1
*
nouveau: remove always false argument in nouveau_fence_new()
Emil Velikov
2017-01-18
5
-11
/
+6
*
etnaviv: Fake occlusion query capability
Wladimir J. van der Laan
2017-01-18
1
-2
/
+3
*
etnaviv: add flags parameter to texture barrier
Christian Gmeiner
2017-01-18
1
-1
/
+1
*
etnaviv: handle PIPE_CAP_TGSI_FS_FBFETCH
Christian Gmeiner
2017-01-18
1
-0
/
+1
*
radeonsi: for the tess barrier, only use emit_waitcnt on SI and LLVM 3.9+
Marek Olšák
2017-01-17
1
-2
/
+5
*
nv50/ir: optimize shl + and
Ilia Mirkin
2017-01-16
1
-0
/
+11
*
nvc0: enable FBFETCH with a special slot for color buffer 0
Ilia Mirkin
2017-01-16
9
-6
/
+172
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
10
-13
/
+14
*
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
Ilia Mirkin
2017-01-16
15
-2
/
+17
*
nvc0: true up exposing of the HW_METRIC_QUERY_GROUP for maxwell
Ilia Mirkin
2017-01-16
1
-2
/
+2
*
nv50/ir: handle new DDIV op which will be used for double divisions
Ilia Mirkin
2017-01-16
1
-0
/
+3
*
radeonsi: fix R600_DEBUG=nooptvariant
Nicolai Hähnle
2017-01-16
1
-1
/
+1
*
radeonsi: implement GL_FIXED vertex format
Marek Olšák
2017-01-16
3
-7
/
+20
*
radeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED vertex formats
Marek Olšák
2017-01-16
3
-18
/
+90
*
radeonsi: make fix_fetch 64-bit
Marek Olšák
2017-01-16
5
-9
/
+9
*
gallium/radeon: add GPU-shaders-busy HUD query
Marek Olšák
2017-01-16
4
-1
/
+31
*
gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensible
Marek Olšák
2017-01-16
3
-32
/
+53
*
radeonsi: show average results per frame for perf counters in HUD
Marek Olšák
2017-01-16
1
-1
/
+1
*
nvc0/ir: emit FMZ flag when requested on FFMA
Ilia Mirkin
2017-01-15
1
-0
/
+4
*
radeonsi: replace si_shader_context::soa by bld_base
Samuel Pitoiset
2017-01-13
3
-82
/
+78
*
radeonsi: replace ctx->soa.outputs by ctx->outputs
Samuel Pitoiset
2017-01-13
2
-23
/
+26
*
radeonsi: move si_shader_context::soa::addr to si_shader_context
Samuel Pitoiset
2017-01-13
3
-11
/
+12
*
radeonsi: allocate the array of immediates dynamically
Samuel Pitoiset
2017-01-13
3
-13
/
+24
*
nvc0/ir: only try to check for zero LOD if we aren't already forcing it
Ilia Mirkin
2017-01-12
1
-1
/
+1
*
nouveau: take extra push space into account for pushbuf_space calls
Ilia Mirkin
2017-01-12
15
-56
/
+26
*
radeonsi: remove unused si_prepare_cube_coords
Nicolai Hähnle
2017-01-13
2
-200
/
+0
*
amd/common: unify cube map coordinate handling between radeonsi and radv
Nicolai Hähnle
2017-01-13
3
-1
/
+11
*
radeonsi: only touch first three coordinates in si_prepare_cube_coords
Nicolai Hähnle
2017-01-13
1
-12
/
+1
*
radeonsi: remove unused si_llvm_cube_to_2d_coords
Nicolai Hähnle
2017-01-13
1
-28
/
+0
*
radeonsi: restrict cube map derivative computations to the correct plane
Nicolai Hähnle
2017-01-13
1
-23
/
+107
*
radeonsi: communicate cube map coordinates more explicitly
Nicolai Hähnle
2017-01-13
1
-33
/
+43
*
ac/debug: move .gitignore for sid_tables.h too
Grazvydas Ignotas
2017-01-13
1
-1
/
+0
[next]