index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: clean up HAVE_LLVM #ifdefs in r600_get_llvm_processor_name
Marek Olšák
2017-01-06
1
-17
/
+11
*
swr: [rasterizer core] rename OutputMerger functions
Tim Rowley
2017-01-06
2
-9
/
+9
*
swr: [rasterizer core] fix SIMD16 Transpose_16_16
Tim Rowley
2017-01-06
1
-2
/
+2
*
swr: [rasterizer core] fix SIMD16 output merger
Tim Rowley
2017-01-06
2
-16
/
+22
*
swr: [rasterizer core] fix SIMD16 PackTraits pack() and unpack()
Tim Rowley
2017-01-06
3
-48
/
+82
*
swr: [rasterizer core] fix SIMD16 transpose functions
Tim Rowley
2017-01-06
3
-113
/
+225
*
swr: [rasterizer core] whitespace adjustments
Tim Rowley
2017-01-06
1
-2
/
+1
*
vc4: Rewrite T image handling based on calling the LT handler.
Eric Anholt
2017-01-05
1
-34
/
+75
*
vc4: Move the utile_width/height functions to header inlines.
Eric Anholt
2017-01-05
2
-37
/
+36
*
vc4: Make the load/store utile functions static.
Eric Anholt
2017-01-05
2
-4
/
+2
*
vc4: Simplify the load/store utile functions.
Eric Anholt
2017-01-05
1
-10
/
+22
*
vc4: Reuse a list function to simplify bufmgr code.
Eric Anholt
2017-01-05
1
-11
/
+2
*
vc4: Flush the job early if we're referencing too many BOs.
Eric Anholt
2017-01-05
3
-0
/
+16
*
gallivm: (trivial) fix typo bug with small AoS format unpacking
Roland Scheidegger
2017-01-06
1
-1
/
+1
*
gallivm: implement aos unpack (to unorm8) for small unorm formats
Roland Scheidegger
2017-01-05
2
-17
/
+155
*
gallivm: optimize lp_build_unpack_arith_rgba_aos slightly
Roland Scheidegger
2017-01-05
1
-19
/
+97
*
gallivm: use 2 srcs for 32->16bit conversions in lp_bld_conv_auto
Roland Scheidegger
2017-01-05
1
-2
/
+19
*
llvmpipe: (trivial) minimally simplify mask construction
Roland Scheidegger
2017-01-05
3
-17
/
+53
*
swr: [rasterizer core/common/jitter] gl_double support
Tim Rowley
2017-01-05
9
-33
/
+341
*
radeonsi: turn SDMA IBs into de-facto preambles of GFX IBs
Marek Olšák
2017-01-05
2
-6
/
+18
*
radeonsi: implement SDMA-based buffer clearing for SI
Marek Olšák
2017-01-05
2
-1
/
+41
*
radeonsi: do all math in bytes in SI DMA code
Marek Olšák
2017-01-05
1
-17
/
+17
*
gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_space
Marek Olšák
2017-01-05
8
-36
/
+27
*
gallium/radeon: move unrelated code from dma_emit_wait_idle to need_dma_space
Marek Olšák
2017-01-05
1
-18
/
+15
*
radeonsi: inline cik_sdma_do_copy_buffer
Marek Olšák
2017-01-05
1
-28
/
+16
*
radeonsi: also wait for SDMA in the clear_buffer CPU fallback
Marek Olšák
2017-01-05
1
-3
/
+2
*
radeonsi: simplify r600_resource typecasts in si_clear_buffer
Marek Olšák
2017-01-05
1
-5
/
+5
*
radeonsi: always use SDMA for big buffer clears and first buffer uses
Marek Olšák
2017-01-05
1
-0
/
+20
*
radeonsi: use SDMA in rvid_buffer_clear on CIK-VI
Marek Olšák
2017-01-05
1
-2
/
+2
*
radeonsi: use SDMA for initial clearing of DCC/CMASK/HTILE on CIK-VI
Marek Olšák
2017-01-05
3
-8
/
+6
*
radeonsi: implement SDMA-based buffer clearing for CIK-VI
Marek Olšák
2017-01-05
3
-0
/
+54
*
gallium/hud: increase the vertex buffer size for text
Marek Olšák
2017-01-05
1
-1
/
+1
*
gallium/hud: add an option to sort items below graphs
Marek Olšák
2017-01-05
2
-5
/
+33
*
gallium/hud: add an option to reset the color counter
Marek Olšák
2017-01-05
2
-3
/
+19
*
gallium/hud: allow more data sources per pane
Marek Olšák
2017-01-05
1
-13
/
+15
*
gallium/hud: add an option to rename each data source
Marek Olšák
2017-01-05
1
-2
/
+35
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
29
-190
/
+64
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
21
-88
/
+8
*
st/nine: Remove all usage of ureg_SUB in nine_shader
Axel Davy
2017-01-05
1
-8
/
+8
*
st/nine: Remove all usage of ureg_SUB in nine_ff
Axel Davy
2017-01-05
1
-20
/
+20
*
st/nine: Do not map SUB and ABS to their gallium equivalent.
Axel Davy
2017-01-05
1
-2
/
+23
*
st/va: fix incorrect argument in vl_compositor_cleanup
Nayan Deshmukh
2017-01-05
1
-1
/
+1
*
swr: remove unneeded llvm version check
Tim Rowley
2017-01-05
1
-4
/
+0
*
swr: fix windows build break
George Kyriazis
2017-01-05
2
-4
/
+7
*
radeonsi: update clip_regs if clip_disable changes to fix a hang
Marek Olšák
2017-01-05
1
-0
/
+5
*
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
2017-01-05
17
-0
/
+19
*
va: call texture_get_handle while the mutex is being held
Marek Olšák
2017-01-04
1
-2
/
+5
*
vdpau: call texture_get_handle while the mutex is being held
Marek Olšák
2017-01-04
2
-6
/
+13
*
radeonsi: capitalize VM hex addr when dumping buffer list
Samuel Pitoiset
2017-01-04
1
-1
/
+1
*
gallium/hud: add a path separator between dump directory and filename
Edmondo Tommasina
2017-01-03
1
-1
/
+2
[next]