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
*
swr: [rasterizer] Backend code adjustments
Tim Rowley
2017-03-20
5
-45
/
+70
*
swr: [rasterizer archrast] Fix the early and late depthstencil events
Tim Rowley
2017-03-20
1
-5
/
+5
*
swr: [rasterizer core] Implement double pumped SIMD16 TESS
Tim Rowley
2017-03-20
1
-79
/
+177
*
swr: [rasterizer archrast/core/scripts] Fix archrast multithreading issue
Tim Rowley
2017-03-20
6
-16
/
+52
*
swr: [rasterizer archrast] Remove redundant data from archrast files
Tim Rowley
2017-03-20
2
-137
/
+103
*
swr: [rasterizer archrast/scripts] Further archrast cleanups
Tim Rowley
2017-03-20
3
-164
/
+104
*
swr: [rasterizer core] Fix RECT_LIST primitive assembly
Tim Rowley
2017-03-20
1
-2
/
+2
*
swr: [rasterizer common] Add InterpolateComponentFlat utility
Tim Rowley
2017-03-20
1
-0
/
+13
*
swr: [rasterizer archrast] Fix performance issue with archrast stats
Tim Rowley
2017-03-20
1
-15
/
+15
*
swr: [rasterizer core] Implement SIMD16 GS and STREAMOUT
Tim Rowley
2017-03-20
1
-51
/
+251
*
swr: [rasterizer archrast] Add additional API events
Tim Rowley
2017-03-20
2
-0
/
+48
*
swr: [rasterizer core/scripts] Autogen backend initialization function(s)
Tim Rowley
2017-03-20
7
-226
/
+398
*
swr: [rasterizer core] backend.h declares gBackendPixelRateTable
Tim Rowley
2017-03-20
2
-1
/
+8
*
swr: [rasterizer core] Finish SIMD16 PA OPT including tesselation
Tim Rowley
2017-03-20
1
-21
/
+247
*
swr: [rasterizer core] Finish SIMD16 PA OPT except tesselation
Tim Rowley
2017-03-20
2
-274
/
+1405
*
swr: [rasterizer core] Support sparse numa id values on all OSes
Tim Rowley
2017-03-20
1
-27
/
+53
*
r600g/sb: Fix memory leak by reworking uses list (rebased)
Constantine Kharlamov
2017-03-20
4
-61
/
+28
*
radeonsi: check the IR type before waiting for a compute compilation fence
Marek Olšák
2017-03-20
1
-1
/
+3
*
si_descriptor: move velems nullity check before dereference
Julien Isorce
2017-03-20
1
-4
/
+11
*
radeon_drm_bo: explicitly check return value of drmCommandWriteRead
Julien Isorce
2017-03-20
1
-2
/
+7
*
si_pipe: remove nullity check after dereference
Julien Isorce
2017-03-20
1
-3
/
+0
*
radeon: initialize hole variable before calling container_of
Julien Isorce
2017-03-20
1
-1
/
+1
*
r600g: Fix out of bounds access
Bartosz Tomczyk
2017-03-20
2
-20
/
+22
*
r600g: update sb documentation
Constantine Kharlamov
2017-03-20
1
-3
/
+6
*
r600g: make condition clearer
Constantine Kharlamov
2017-03-20
1
-6
/
+8
*
nv30: create uploader after pipe->screen is set
Ilia Mirkin
2017-03-19
1
-6
/
+6
*
nv50,nvc0: enable TEX_LZ and TXF_LZ
Ilia Mirkin
2017-03-18
3
-4
/
+17
*
nvc0/ir: treat FMA like MAD for operand propagation
Karol Herbst
2017-03-18
1
-0
/
+1
*
st/dri: wait for thread to finish before unbinding context
Timothy Arceri
2017-03-18
1
-0
/
+3
*
gallium/radeon: formalize that create_batch_query doesn't need pipe_context
Marek Olšák
2017-03-17
3
-13
/
+12
*
gallium/radeon: formalize that create_query doesn't need pipe_context
Marek Olšák
2017-03-17
3
-32
/
+32
*
gallium/radeon: reference pipe_resource in pipe_transfer
Marek Olšák
2017-03-17
2
-2
/
+5
*
radeonsi: compile all TGSI compute shaders asynchronously
Marek Olšák
2017-03-17
1
-44
/
+81
*
radeonsi: require that compiler threads are enabled
Marek Olšák
2017-03-17
2
-11
/
+13
*
trace: remove leftover assertions after pipe_resource wrapping removal
Marek Olšák
2017-03-17
1
-6
/
+0
*
gallium/u_upload: make the first persistent mapping unsynchronized
Marek Olšák
2017-03-17
1
-0
/
+1
*
gallium: implement the backend of threaded GL dispatch
Marek Olšák
2017-03-16
4
-0
/
+56
*
gallivm: (trivial) remove duplicated line
Roland Scheidegger
2017-03-16
1
-1
/
+0
*
draw: (trivial) remove a unnecessary lp_build_alloca()
Roland Scheidegger
2017-03-16
1
-2
/
+0
*
swr: support layer output in geometry shaders
Ilia Mirkin
2017-03-15
1
-0
/
+2
*
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
2017-03-15
2
-16
/
+46
*
swr: validate backend state numAttributes
Tim Rowley
2017-03-15
1
-0
/
+2
*
radeonsi: implement TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
2
-6
/
+16
*
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
4
-5
/
+39
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
17
-0
/
+18
*
radeonsi: disable sinking common instructions down to the end block
Samuel Pitoiset
2017-03-15
1
-0
/
+11
*
tgsi: add missing compute shader entry in tgsi_get_processor_name()
Samuel Pitoiset
2017-03-15
1
-0
/
+2
*
radeonsi: clean up tex_fetch_ptrs()
Samuel Pitoiset
2017-03-15
1
-6
/
+4
*
winsys/amdgpu: use drmGetDevice2 API
Emil Velikov
2017-03-15
1
-2
/
+2
*
r600: refactor binding code for attach buffer to CB.
Dave Airlie
2017-03-15
1
-33
/
+78
[next]