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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)
Marek Olšák
2019-04-25
8
-48
/
+68
*
radeonsi/gfx9: set that window_rectangles always roll the context
Marek Olšák
2019-04-25
1
-1
/
+2
*
meson: Force '.so' extension for DRI drivers
Jon Turney
2019-04-25
4
-0
/
+4
*
radeonsi: add radeonsi_sync_compile option
Nicolai Hähnle
2019-04-25
2
-3
/
+11
*
radeonsi: add radeonsi_aux_debug option for aux context debug dumps
Nicolai Hähnle
2019-04-25
3
-1
/
+33
*
ddebug: expose some helper functions as non-inline
Nicolai Hähnle
2019-04-25
2
-59
/
+70
*
ddebug: dump driver state into a separate file
Nicolai Hähnle
2019-04-25
1
-5
/
+12
*
ddebug: log calls to pipe->flush
Nicolai Hähnle
2019-04-25
2
-20
/
+61
*
ddebug: set thread name
Nicolai Hähnle
2019-04-25
1
-0
/
+10
*
util/u_log: flush auto loggers before starting a new page
Nicolai Hähnle
2019-04-25
1
-0
/
+4
*
radeonsi: add si_debug_options for convenient adding/removing of options
Nicolai Hähnle
2019-04-25
6
-16
/
+37
*
radeonsi: add BOs after need_cs_space
Marek Olšák
2019-04-24
2
-6
/
+6
*
v3d: Disable SSBOs and atomic counters on vertex shaders.
Eric Anholt
2019-04-24
1
-0
/
+3
*
iris: Advertise EXT_texture_sRGB_R8 support
Kenneth Graunke
2019-04-24
1
-0
/
+1
*
iris: Enable GL_AMD_depth_clamp_separate
Kenneth Graunke
2019-04-24
1
-0
/
+1
*
util: fix a compile failure in u_compute.c on windows
Marek Olšák
2019-04-24
1
-1
/
+1
*
iris: enable preemption support for gen10
Mike Blumenkrantz
2019-04-24
1
-0
/
+2
*
iris: add preemption support on gen9
Mike Blumenkrantz
2019-04-24
3
-0
/
+99
*
iris: Split iris_flush_and_dirty_for_history into two helpers.
Kenneth Graunke
2019-04-24
2
-20
/
+46
*
virgl/drm: insert correct handles into the table. (v3)
Dave Airlie
2019-04-25
1
-1
/
+4
*
virgl/drm: handle flink name better.
Dave Airlie
2019-04-25
2
-20
/
+11
*
virgl/drm: cleanup buffer from handle creation (v2)
Dave Airlie
2019-04-25
2
-15
/
+13
*
iris: Actually put Mesa in GL_RENDERER string
Kenneth Graunke
2019-04-24
1
-1
/
+1
*
va: use a compute shader for the blit
Jiang, Sonny
2019-04-24
7
-1
/
+224
*
gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIA
Marek Olšák
2019-04-24
4
-0
/
+5
*
gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers
Marek Olšák
2019-04-24
10
-27
/
+3
*
android/iris: fix driinfo header filename
Tapani Pälli
2019-04-23
1
-1
/
+1
*
panfrost/midgard: Remove assembler
Alyssa Rosenzweig
2019-04-24
1
-643
/
+0
*
panfrost: Adds Bifrost shader disassembler utility
Ryan Houdek
2019-04-24
5
-0
/
+2434
*
panfrost/midgard: Add "op commutes?" property
Alyssa Rosenzweig
2019-04-24
2
-49
/
+36
*
panfrost/midgard: Refactor opcode tables
Alyssa Rosenzweig
2019-04-24
4
-227
/
+124
*
panfrost/midgard: Optimize MIR in progress loop
Alyssa Rosenzweig
2019-04-24
1
-5
/
+11
*
panfrost/midgard: Implement copy propagation
Alyssa Rosenzweig
2019-04-24
2
-1
/
+78
*
panfrost/midgard: Set integer mods
Alyssa Rosenzweig
2019-04-24
1
-10
/
+28
*
panfrost/midgard: Document sign-extension/zero-extension bits (vector)
Alyssa Rosenzweig
2019-04-24
3
-18
/
+57
*
panfrost/midgard: Update integer op list
Alyssa Rosenzweig
2019-04-24
1
-10
/
+21
*
panfrost/midgard: Remove unused mir_next_block
Alyssa Rosenzweig
2019-04-24
1
-7
/
+0
*
panfrost/midgard: Fix off-by-one in successor analysis
Alyssa Rosenzweig
2019-04-24
1
-2
/
+4
*
panfrost/midgard: Track loop depth
Alyssa Rosenzweig
2019-04-24
1
-7
/
+10
*
panfrost/midgard: Dead code eliminate MIR
Alyssa Rosenzweig
2019-04-24
1
-15
/
+10
*
panfrost: Use actual imov instruction
Alyssa Rosenzweig
2019-04-24
1
-1
/
+1
*
panfrost: Disable indirect outputs for now
Alyssa Rosenzweig
2019-04-24
2
-3
/
+8
*
panfrost/midgard: imul can only run on *mul
Alyssa Rosenzweig
2019-04-24
1
-1
/
+1
*
panfrost/midgard: Don't try to inline constants on branches
Alyssa Rosenzweig
2019-04-24
1
-0
/
+3
*
panfrost: Respect backwards branches in RA
Alyssa Rosenzweig
2019-04-24
1
-14
/
+69
*
panfrost/midgard: Remove useless MIR dump
Alyssa Rosenzweig
2019-04-24
1
-2
/
+0
*
panfrost/midgard: Respect component of bcsel condition
Alyssa Rosenzweig
2019-04-24
1
-7
/
+22
*
panfrost/midgard: Implement indirect loads of varyings/UBOs
Alyssa Rosenzweig
2019-04-24
2
-16
/
+76
*
panfrost/midgard: Pipe through varying arrays
Alyssa Rosenzweig
2019-04-24
1
-1
/
+5
*
panfrost/mdg/disasm: Print raw varying_parameters
Alyssa Rosenzweig
2019-04-24
1
-1
/
+1
[prev]
[next]