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
*
v3d: Implement noperspective varyings on V3D 4.x.
Eric Anholt
2018-07-09
3
-0
/
+31
*
v3d: Refactor flat shade/centroid flag emission.
Eric Anholt
2018-07-09
1
-64
/
+76
*
r600: report incorrect max-vertex-attrib for GL 4.4
Erik Faye-Lund
2018-07-09
1
-1
/
+2
*
r600/sb: fix crash in fold_alu_op3
Roland Scheidegger
2018-07-09
1
-0
/
+2
*
nv50/ir: fix Instruction::isActionEqual for PHI instructions
Karol Herbst
2018-07-07
1
-0
/
+6
*
nvc0/ir: use the combined tid special register
Rhys Perry
2018-07-07
9
-0
/
+61
*
python: Use the print function
Mathieu Bridon
2018-07-06
2
-28
/
+31
*
v3d: Fix leak of the default attributes BOs.
Eric Anholt
2018-07-05
1
-1
/
+10
*
v3d: Fix leak of the spill BO on context destruction.
Eric Anholt
2018-07-05
1
-0
/
+2
*
v3d: Skip emitting per-RT blend state for RTs with blend disabled.
Eric Anholt
2018-07-05
1
-2
/
+8
*
v3d: Add proper support for GL_EXT_draw_buffers2's blending enables.
Eric Anholt
2018-07-05
4
-25
/
+46
*
r600: compare structure elements instead of doing a memcmp
Gert Wollny
2018-07-05
1
-1
/
+4
*
r600: Add R4G4B4A4 and A1B5G5R5 to supported vertex formats
Gert Wollny
2018-07-05
1
-0
/
+15
*
r600: force LOD range to be only one value when mip.min filter is NONE
Gert Wollny
2018-07-05
1
-1
/
+9
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-2
/
+2
*
ac: fold LLVMContext creation into ac_llvm_context_init
Marek Olšák
2018-07-04
1
-4
/
+1
*
radeonsi: reorder code in si_llvm_context_init
Marek Olšák
2018-07-04
1
-13
/
+13
*
radeonsi: use ac_compile_module_to_binary to reduce compile times
Marek Olšák
2018-07-04
2
-31
/
+4
*
nvc0: implement multisampled images on Maxwell+
Rhys Perry
2018-07-04
6
-39
/
+48
*
r600/sb: cleanup if_conversion iterator to be legal C++
Dave Airlie
2018-07-04
1
-7
/
+4
*
radeonsi: fix compiler breakage
Marek Olšák
2018-07-04
1
-0
/
+1
*
ac/radv: move llvm compiler info to struct and init in one place
Dave Airlie
2018-07-04
1
-1
/
+1
*
ac/radeonsi: port compiler init/destroy out of radeonsi.
Dave Airlie
2018-07-04
1
-25
/
+2
*
radv/radeonsi: add a check ir tm options
Dave Airlie
2018-07-04
1
-2
/
+3
*
radeonsi: rename si_compiler -> ac_llvm_compiler
Dave Airlie
2018-07-04
8
-36
/
+30
*
ac/radeonsi: refactor out pass manager init to common code.
Dave Airlie
2018-07-04
1
-25
/
+2
*
ac/radv: split the non-common init_once code from the common target code. (v2)
Dave Airlie
2018-07-04
1
-0
/
+1
*
v3d: Claim PIPE_CAP_TGSI_CAN_READ_OUTPUTS.
Eric Anholt
2018-07-02
1
-0
/
+1
*
ac: move all LLVM module initialization into ac_create_module
Marek Olšák
2018-07-02
3
-17
/
+4
*
v3d: Emit a TF flush after each draw using TF.
Eric Anholt
2018-07-02
1
-0
/
+7
*
nv50/ir: handle clipvertex for geom and tess shaders as well
Karol Herbst
2018-07-02
1
-1
/
+6
*
virgl: Add support for glGetMultisample
Gert Wollny
2018-07-02
2
-0
/
+39
*
gallium/llvmpipe: Enable support bptc format.
Denis Pauk
2018-07-01
2
-4
/
+2
*
gallium/softpipe: Enable support bptc format.
Denis Pauk
2018-07-01
1
-2
/
+1
*
radeonsi: enable OpenGL 4.4 compat profile
Timothy Arceri
2018-06-30
1
-4
/
+3
*
v3d: Add missing "number of bin tile lists" field.
Eric Anholt
2018-06-29
1
-0
/
+1
*
v3d: Rewrite the color write masks to match CLIF format.
Eric Anholt
2018-06-29
1
-18
/
+6
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
14
-37
/
+6
*
nv50/ir: improve maintainability of Target*::initOpInfo()
Rhys Perry
2018-06-29
2
-23
/
+28
*
nv50/ir: fix image stores with indirect handles
Rhys Perry
2018-06-29
1
-4
/
+5
*
radeonsi: implement vertex color clamping for tess and GS
Marek Olšák
2018-06-28
4
-33
/
+87
*
radeonsi: move VS_STATE_SGPR before draw SGPRs
Marek Olšák
2018-06-28
2
-10
/
+13
*
radeonsi: don't use malloc in si_generate_gs_copy_shader
Marek Olšák
2018-06-28
1
-10
/
+2
*
radeonsi: disable DCC statistics gathering on everything but Stoney
Marek Olšák
2018-06-28
1
-3
/
+2
*
radeonsi: don't enable DCC statistics gathering for small surfaces
Marek Olšák
2018-06-28
1
-14
/
+16
*
radeonsi: simplify logic around vi_separate_dcc_try_enable
Marek Olšák
2018-06-28
2
-14
/
+15
*
radeonsi: fix memory exhaustion issue with DCC statistics gathering with DRI2
Marek Olšák
2018-06-28
1
-3
/
+27
*
radeonsi: remove references to Evergreen
Marek Olšák
2018-06-28
4
-4
/
+2
*
radeonsi: enable shader caching for compute shaders
Marek Olšák
2018-06-28
3
-15
/
+50
*
radeonsi: store compute local_size into tgsi_shader_info
Marek Olšák
2018-06-28
4
-6
/
+10
[next]