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
*
freedreno: add some debug_asserts() to catch insane offsets
Rob Clark
2016-05-04
1
-0
/
+2
*
freedreno/a4xx: deal with VS which do not write position
Rob Clark
2016-05-04
1
-0
/
+7
*
freedreno/ir3: remove a couple redundant is_flow()s
Rob Clark
2016-05-04
2
-2
/
+2
*
freedreno/ir3: cp small negative integers too
Rob Clark
2016-05-04
1
-1
/
+2
*
freedreno/ir3: fix # of registers
Rob Clark
2016-05-04
1
-1
/
+1
*
freedreno/ir3: lower immeds to const
Rob Clark
2016-05-04
3
-4
/
+80
*
freedreno/ir3: add ir3_cp_ctx
Rob Clark
2016-05-04
3
-12
/
+22
*
nouveau/video: properly detect the decoder class for availability checks
Ilia Mirkin
2016-05-04
1
-8
/
+17
*
gallium/util: change assertion to conditional in util_bitmask_destroy()
Brian Paul
2016-05-03
1
-4
/
+4
*
cso: null-out previously bound sampler states
Brian Paul
2016-05-03
1
-1
/
+3
*
svga: try to flag surfaces for sampling, in addition to rendering
Brian Paul
2016-05-03
1
-0
/
+11
*
svga: fix copying non-zero layers of 1D array textures
Brian Paul
2016-05-03
1
-10
/
+12
*
svga: clean up svga_pipe_blit.c
Brian Paul
2016-05-03
1
-68
/
+13
*
rbug: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-1
/
+1
*
freedreno: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-1
/
+1
*
trace: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-4
/
+4
*
ilo: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
14
-43
/
+43
*
i915g: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
6
-12
/
+12
*
nvc0: compute a percentage for metric-achieved_occupancy
Samuel Pitoiset
2016-05-03
1
-4
/
+4
*
nvc0: display some performance metrics with a percentage
Samuel Pitoiset
2016-05-03
1
-3
/
+3
*
nvc0: store the driver query type for performance metrics
Samuel Pitoiset
2016-05-03
1
-18
/
+22
*
nvc0: fix exposing of metric-issue_slots for SM21/SM30
Samuel Pitoiset
2016-05-03
1
-2
/
+22
*
gallium,utils: Fix trivial sign compare warnings
Jan Vesely
2016-05-03
8
-21
/
+21
*
gallium/radeon: remove stencil_tile_split from metadata
Marek Olšák
2016-05-02
3
-7
/
+0
*
gallium/radeon: remove tile_mode_array_valid flags
Marek Olšák
2016-05-02
4
-8
/
+0
*
winsys/amdgpu: pass PIPE_CONFIG to addrlib on texture import
Marek Olšák
2016-05-02
3
-0
/
+3
*
winsys/amdgpu: read NUM_BANKS from buffer metadata
Marek Olšák
2016-05-02
3
-21
/
+3
*
radeonsi: remove unused tile mode getters
Marek Olšák
2016-05-02
2
-157
/
+2
*
radeonsi: just read tile mode arrays in SDMA setup
Marek Olšák
2016-05-02
1
-51
/
+28
*
radeonsi: just read tile mode arrays in SI DMA setup
Marek Olšák
2016-05-02
1
-33
/
+21
*
radeonsi: just read tile mode arrays in DB setup
Marek Olšák
2016-05-02
1
-36
/
+19
*
gallium/radeon: add radeon_surf::macro_tile_index
Marek Olšák
2016-05-02
3
-0
/
+20
*
winsys/radeon: drop support for kernels lacking tile mode array queries
Marek Olšák
2016-05-02
1
-6
/
+14
*
winsys/radeon: count buffer size only once
Marek Olšák
2016-05-02
1
-2
/
+2
*
winsys/amdgpu: count buffer size only once
Marek Olšák
2016-05-02
1
-2
/
+2
*
winsys/amdgpu: loosen up requirements for how much memory IBs can use
Marek Olšák
2016-05-02
1
-4
/
+10
*
radeonsi: when parsing dmesg, skip empty lines
Marek Olšák
2016-05-02
1
-0
/
+3
*
radeonsi: use the hw MSAA resolving if formats are compatible
Marek Olšák
2016-05-02
1
-1
/
+2
*
nv50,nvc0: re-bind old compute state after reading MP perf counters
Samuel Pitoiset
2016-05-02
2
-0
/
+4
*
vc4: Use NIR lowering for sRGB decode.
Eric Anholt
2016-05-02
2
-40
/
+3
*
vc4: Just use NIR lowering for texture projection.
Eric Anholt
2016-05-02
1
-15
/
+3
*
vc4: Scalarize phi nodes as well.
Eric Anholt
2016-05-02
1
-0
/
+1
*
vc4: Add whitespace after each program stage dump.
Eric Anholt
2016-05-02
2
-0
/
+3
*
vc4: Remove the CSE pass.
Eric Anholt
2016-05-02
4
-162
/
+0
*
vc4: Emit only one FRAG_Z or FRAG_W QIR opcode.
Eric Anholt
2016-05-02
1
-2
/
+19
*
vc4: Use the NIR cubemap normalization instead of our own.
Eric Anholt
2016-05-02
1
-6
/
+1
*
vc4: Drop the support for DCE of texture instructions.
Eric Anholt
2016-05-02
1
-22
/
+1
*
radeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handling
Nicolai Hähnle
2016-05-02
1
-8
/
+10
*
radeonsi: correct NULL-pointer check in si_upload_const_buffer
Nicolai Hähnle
2016-05-02
1
-1
/
+1
*
softpipe: bump 3D texture limit to 2048
Dave Airlie
2016-05-02
1
-1
/
+1
[next]