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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-8
/
+32
*
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: Fix missing enum decode for indexed primitives.
Eric Anholt
2017-11-07
1
-2
/
+1
*
broadcom/vc5: Drop padding bits from the bottom of the TSDA address.
Eric Anholt
2017-11-07
1
-1
/
+1
*
broadcom/vc5: Make sure the TMU indirect struct is appropriately aligned.
Eric Anholt
2017-11-07
1
-0
/
+2
*
broadcom/genxml: Fix decoding of groups with small fields.
Kenneth Graunke
2017-11-07
1
-2
/
+4
*
broadcom/vc5: Use DEPTH24_STENCIL8 for rendering to depth-only textures.
Eric Anholt
2017-11-07
1
-1
/
+1
*
anv: Suffix anv-private 'VK' tokens with 'ANV'
Chad Versace
2017-11-07
5
-31
/
+31
*
anv: Remove unused variable 'gen'
Chad Versace
2017-11-07
1
-4
/
+0
*
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
3
-17
/
+15
*
radeonsi: use ac_get_llvm_processor_name
Marek Olšák
2017-11-07
5
-39
/
+7
*
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
*
radeonsi: remove unused field in the PCI ID table
Marek Olšák
2017-11-07
3
-3
/
+3
*
mesa: fix deleting the dummy ATI_fs
Miklós Máté
2017-11-07
1
-1
/
+4
*
gallium: Guard assertions by NDEBUG instead of DEBUG
Michel Dänzer
2017-11-07
1
-1
/
+1
*
meson: drop GLESv1 .so version back to 1.0.0
Eric Engestrom
2017-11-07
1
-1
/
+1
*
meson: standardize .so version to major.minor.patch
Eric Engestrom
2017-11-07
8
-7
/
+8
*
ac/nir: for ubo load use correct num_components
Dave Airlie
2017-11-07
1
-1
/
+1
*
nir: fix a typo
Gwan-gyeong Mun
2017-11-06
1
-1
/
+1
*
glsl: Allow precision mismatch on dead data with GLSL ES 1.00
Tomasz Figa
2017-11-06
1
-4
/
+10
*
i965: disable NIR linking on HSW and below
Timothy Arceri
2017-11-07
1
-1
/
+4
*
radv: move is_local up to the winsys level.
Dave Airlie
2017-11-06
4
-3
/
+6
*
radv: wrap cs_add_buffer in an inline. (v2)
Dave Airlie
2017-11-06
6
-41
/
+49
*
radv: when loading regs no need to add buffer
Dave Airlie
2017-11-06
1
-2
/
+0
*
radv: pre-calculate user_data_0 registers and store in pipeline
Dave Airlie
2017-11-06
5
-52
/
+55
*
i965: Enable flush control
Neil Roberts
2017-11-06
2
-1
/
+21
*
drisw: Enable flush control for llvmpipe and softpipe
Adam Jackson
2017-11-06
1
-0
/
+1
*
gallium: Wire up flush control
Adam Jackson
2017-11-06
3
-1
/
+9
*
egl: Implement EGL_KHR_context_flush_control
Adam Jackson
2017-11-06
6
-1
/
+24
*
glx: Implement GLX_ARB_context_flush_control
Neil Roberts
2017-11-06
7
-9
/
+62
*
dri: Add a flush control extension
Neil Roberts
2017-11-06
2
-2
/
+21
*
dri: Change __DriverApiRec::CreateContext to take a struct for attribs
Neil Roberts
2017-11-06
14
-131
/
+152
*
intel: Don't flush the old context in intelMakeCurrent
Neil Roberts
2017-11-06
2
-18
/
+0
*
egl/dri2: Factor out context attribute initialization
Adam Jackson
2017-11-06
1
-24
/
+7
*
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
[next]