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
*
broadcom/vc5: Skip emitting textures that aren't used.
Eric Anholt
2017-11-07
1
-2
/
+4
*
broadcom/vc5: Add missing SRGBA8 ETC2 support.
Eric Anholt
2017-11-07
1
-0
/
+1
*
broadcom/vc5: Disable early Z test when the FS writes Z.
Eric Anholt
2017-11-07
1
-1
/
+2
*
broadcom/vc5: Shift the min/max lod fields by the BASE_LEVEL.
Eric Anholt
2017-11-07
2
-4
/
+15
*
broadcom/vc5: Add support for anisotropic filtering.
Eric Anholt
2017-11-07
1
-0
/
+9
*
broadcom/vc5: Fix mipmap filtering enums.
Eric Anholt
2017-11-07
1
-6
/
+8
*
broadcom/vc5: Fix height padding of small UIF slices.
Eric Anholt
2017-11-07
1
-1
/
+5
*
broadcom/vc5: Print the actual offsets in HW for our resource layout debug.
Eric Anholt
2017-11-07
1
-34
/
+55
*
broadcom/vc5: Set the available VS outputs to match the FS inputs.
Eric Anholt
2017-11-07
1
-1
/
+4
*
broadcom/vc5: Set the max texture LOD bias.
Eric Anholt
2017-11-07
1
-1
/
+1
*
broadcom/vc5: Fix translation of stencil ops.
Eric Anholt
2017-11-07
2
-8
/
+30
*
broadcom/vc5: Move stencil state packing to the CSO.
Eric Anholt
2017-11-07
3
-27
/
+47
*
broadcom/vc5: Introduce a helper for pre-packing our V3DXX structs.
Eric Anholt
2017-11-07
2
-165
/
+155
*
broadcom/vc5: Add a cl_emit() variant for merging with a pre-packed struct.
Eric Anholt
2017-11-07
2
-19
/
+29
*
broadcom/vc5: Skip emitting depth offset while disabled.
Eric Anholt
2017-11-07
1
-1
/
+4
*
broadcom/vc5: Don't emit stencil config if not doing stencil test.
Eric Anholt
2017-11-07
1
-1
/
+2
*
broadcom/vc5: Don't emit updated blend factors/funcs while disabled.
Eric Anholt
2017-11-07
1
-1
/
+5
*
broadcom/vc5: Make sure the TMU indirect struct is appropriately aligned.
Eric Anholt
2017-11-07
1
-0
/
+2
*
broadcom/vc5: Use DEPTH24_STENCIL8 for rendering to depth-only textures.
Eric Anholt
2017-11-07
1
-1
/
+1
*
radeonsi: add si_screen::has_ls_vgpr_init_bug
Marek Olšák
2017-11-07
4
-3
/
+5
*
radeonsi: use ac_create_target_machine
Marek Olšák
2017-11-07
1
-15
/
+7
*
radeonsi: use ac_get_llvm_processor_name
Marek Olšák
2017-11-07
3
-38
/
+4
*
radeonsi/gfx9: don't set gs_table_depth
Marek Olšák
2017-11-07
1
-2
/
+4
*
radeonsi/gfx9: limit the scissor bug workaround to Vega10 and Raven only
Marek Olšák
2017-11-07
1
-4
/
+4
*
etnaviv: Don't over-pad compressed textures
Wladimir J. van der Laan
2017-11-06
1
-9
/
+15
*
etnaviv: ASTC texture support
Wladimir J. van der Laan
2017-11-06
7
-2
/
+57
*
etnaviv: Update from rnndb
Wladimir J. van der Laan
2017-11-06
13
-320
/
+1015
*
radeonsi: enable signed vertex buffer offsets
Marek Olšák
2017-11-06
2
-15
/
+12
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
16
-0
/
+16
*
radeonsi: don't map big VRAM buffers for the first upload directly
Marek Olšák
2017-11-06
2
-0
/
+21
*
gallium/u_threaded: don't map big VRAM buffers for the first upload directly
Marek Olšák
2017-11-06
1
-2
/
+8
*
nv50,nvc0: Display shared memory usage in pipe_debug_message
Pierre Moreau
2017-11-04
2
-6
/
+8
*
nv50,nvc0: Copy shared memory per block to the program info structure and back
Pierre Moreau
2017-11-04
2
-0
/
+4
*
nv50/ir: Store shared memory per block in nv50_ir_prog_info
Pierre Moreau
2017-11-04
1
-0
/
+1
*
winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.
Andrey Grodzovsky
2017-11-03
2
-0
/
+2
*
i915g: remove some unknown cap warnings.
Dave Airlie
2017-11-03
1
-0
/
+8
*
i915g: make gears run again.
Dave Airlie
2017-11-03
4
-4
/
+24
*
ac/radeonsi: add support for tex instr without a derefence
Timothy Arceri
2017-11-03
1
-0
/
+5
*
r600: add support for early depth/stencil.
Dave Airlie
2017-11-03
1
-0
/
+3
*
r600: add support for emitting RAT instructions to the assembler.
Dave Airlie
2017-11-03
3
-0
/
+35
*
r600: add support for mark bit to the assembler.
Dave Airlie
2017-11-03
3
-0
/
+7
*
r600: add support for valid pixel mode on CF clauses
Dave Airlie
2017-11-03
2
-0
/
+2
*
r600: add support for some ALU sources.
Dave Airlie
2017-11-03
1
-0
/
+9
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
35
-140
/
+0
*
etnaviv: Allow clearing constant buffer using buffer==NULL user_buffer==NULL
Wladimir J. van der Laan
2017-11-02
1
-1
/
+1
*
etnaviv: Don't flush on transfer when UNSYNCHRONIZED
Wladimir J. van der Laan
2017-11-02
1
-12
/
+12
*
etnaviv: don't do resolve-in-place without valid TS
Wladimir J. van der Laan
2017-11-02
4
-0
/
+11
*
svga: Use __asm__ instead of asm
Dylan Baker
2017-11-01
2
-8
/
+5
*
Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."
Marek Olšák
2017-11-01
2
-2
/
+0
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
16
-0
/
+16
[next]