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
*
dri: Change __DriverApiRec::CreateContext to take a struct for attribs
Neil Roberts
2017-11-06
2
-28
/
+24
*
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
*
gallium/u_vbuf: use signed vertex buffers offsets for optimal uploads
Marek Olšák
2017-11-06
1
-2
/
+10
*
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
18
-0
/
+21
*
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
3
-2
/
+28
*
gallium/u_threaded: clean up tc_improve_map_buffer_flags and prevent reentry
Marek Olšák
2017-11-06
1
-7
/
+12
*
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
4
-0
/
+15
*
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
47
-195
/
+2
*
gallivm: allow arch rounding with avx512
Tim Rowley
2017-11-02
1
-1
/
+2
*
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
3
-11
/
+5
*
Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."
Marek Olšák
2017-11-01
6
-15
/
+0
*
gallium: increase pipe_sampler_view::target bitfield size for MSVC
Brian Paul
2017-11-01
1
-2
/
+6
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
18
-1
/
+20
*
r600/sb: bail out if prepare_alu_group() doesn't find a proper scheduling
Gert Wollny
2017-11-01
2
-20
/
+31
*
radeonsi: fix culldist_writemask in nir path
Timothy Arceri
2017-11-01
1
-2
/
+1
*
winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.
Andrey Grodzovsky
2017-10-31
6
-0
/
+15
*
meson: use dep_m in libgallium
Erik Faye-Lund
2017-10-31
1
-1
/
+1
*
broadcom/vc5: Force blending to treat alpha as 1 for formats without alpha.
Eric Anholt
2017-10-30
3
-7
/
+27
*
broadcom/vc5: Do BGRA vs RGBA swapping for the BLEND_CONSTANT_COLOR.
Eric Anholt
2017-10-30
4
-11
/
+30
*
broadcom/vc5: Pack clear colors according to the TLB internal format/type.
Eric Anholt
2017-10-30
2
-10
/
+49
*
broadcom/vc5: Don't do r/b channel swapping on 565.
Eric Anholt
2017-10-30
1
-1
/
+7
*
broadcom/vc5: Use the proper gallium format for our RGB10_A2.
Eric Anholt
2017-10-30
1
-1
/
+1
*
broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels.
Eric Anholt
2017-10-30
1
-1
/
+0
*
broadcom/vc5: Don't forget to actually turn on stencil testing.
Eric Anholt
2017-10-30
1
-0
/
+3
*
broadcom/vc5: Set up MSAA texture type according to the internal format.
Eric Anholt
2017-10-30
2
-2
/
+39
*
broadcom/vc5: Use the sampler view's format, not the resource's.
Eric Anholt
2017-10-30
3
-8
/
+1
*
broadcom/vc5: Emit raw loads for MSAA buffers.
Eric Anholt
2017-10-30
1
-0
/
+58
*
broadcom/vc5: Use raw stores for MSAA buffers.
Eric Anholt
2017-10-30
1
-15
/
+97
*
broadcom/vc5: Add lowering for txf_ms to a txf on a 2x2-scaled texture.
Eric Anholt
2017-10-30
1
-2
/
+0
*
broadcom/vc5: Lay out MSAA textures/renderbuffers as UIF scaled by 4.
Eric Anholt
2017-10-30
2
-14
/
+37
*
broadcom/vc5: Add PIPE_TEX_WRAP_CLAMP support for linear-filtered textures.
Eric Anholt
2017-10-30
1
-2
/
+6
*
broadcom/vc5: Disable GL_ARB_transform_feedback3.
Eric Anholt
2017-10-30
1
-1
/
+1
[next]