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
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
34
-34
/
+34
*
radeonsi: always use async compiles when creating shader/compute states
Nicolai Hähnle
2017-11-09
2
-34
/
+50
*
radeonsi: fix potential use-after-free of debug callbacks
Nicolai Hähnle
2017-11-09
1
-0
/
+4
*
radeonsi: move pipe debug callback to si_context
Nicolai Hähnle
2017-11-09
6
-19
/
+19
*
util: move pipe_barrier into src/util and rename to util_barrier
Nicolai Hähnle
2017-11-09
2
-6
/
+7
*
radeonsi: reduce the scope of sel->mutex in si_shader_select_with_key
Nicolai Hähnle
2017-11-09
1
-4
/
+4
*
radeonsi: use ready fences on all shaders, not just optimized ones
Nicolai Hähnle
2017-11-09
3
-26
/
+67
*
r600g: use SIMPLE_FLOAT for blending to enable some optimizations
Ilia Mirkin
2017-11-08
2
-0
/
+2
*
nv50: make blending work so that zero wins in a multiplication
Ilia Mirkin
2017-11-08
1
-0
/
+5
*
broadcom/vc5: Add vc5_drm.h to the release tarball
Andreas Boll
2017-11-08
1
-0
/
+1
*
swr: Replace the check for c++11 by the unified version
Gert Wollny
2017-11-08
1
-2
/
+2
*
braodcom/vc5: Flush the job when it grows over 1GB.
Eric Anholt
2017-11-07
3
-0
/
+10
*
broadcom/vc5: Fix pausing of transform feedback.
Eric Anholt
2017-11-07
1
-1
/
+1
*
broadcom/vc5: Add support for GL_RASTERIZER_DISCARD
Eric Anholt
2017-11-07
1
-0
/
+2
*
broadcom/vc5: Add partial transform feedback query support.
Eric Anholt
2017-11-07
3
-17
/
+64
*
broadcom/vc5: Add occlusion query support.
Eric Anholt
2017-11-07
6
-20
/
+121
*
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
[next]