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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: Make it possible to disable persistent maps in the upload manager
Thomas Hellstrom
2019-06-20
2
-2
/
+16
*
gallium/util: Make u_debug_flush support persistent maps
Thomas Hellstrom
2019-06-20
2
-29
/
+66
*
gallium/virgl: Add code path for virgl to read driconf
Gert Wollny
2019-06-20
5
-3
/
+11
*
meson: Search for execinfo.h
Jory Pratt
2019-06-19
1
-4
/
+4
*
gallium: Remove unused util_ringbuffer
Caio Marcelo de Oliveira Filho
2019-06-17
4
-193
/
+0
*
gallium: add z24s8_as_r8g8b8a8 format
Rob Clark
2019-06-15
1
-0
/
+7
*
gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAX
Caio Marcelo de Oliveira Filho
2019-06-13
1
-0
/
+1
*
vl: Always enable drm winsys.
Bas Nieuwenhuizen
2019-06-13
2
-9
/
+3
*
gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
Caio Marcelo de Oliveira Filho
2019-06-11
1
-0
/
+1
*
gallium/u_transfer_helper: Free the staging buffer on unmap.
Kenneth Graunke
2019-06-09
1
-0
/
+1
*
Revert "vl: Enable DRM by default."
Bas Nieuwenhuizen
2019-06-04
2
-2
/
+2
*
vl: Enable DRM by default.
Bas Nieuwenhuizen
2019-06-04
2
-2
/
+2
*
u_blitter: don't fail mipmap generation for depth formats containing stencil
Marek Olšák
2019-06-03
1
-1
/
+2
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
1
-1
/
+1
*
radeonsi: clean up winsys creation
Marek Olšák
2019-05-27
1
-11
/
+2
*
gallivm: fix default cbuf info.
Roland Scheidegger
2019-05-24
1
-1
/
+1
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-5
/
+5
*
nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helper
Jason Ekstrand
2019-05-24
1
-4
/
+4
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
1
-6
/
+4
*
ptn,ttn: Use nir_channel for selecting channels
Jason Ekstrand
2019-05-24
1
-1
/
+1
*
gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensions
Kenneth Graunke
2019-05-23
1
-0
/
+1
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
2
-2
/
+2
*
gallium: enable dmabuf on BSD as well
Greg V
2019-05-22
1
-1
/
+1
*
draw: fix memory leak introduced 7720ce32a
Neha Bhende
2019-05-17
1
-1
/
+3
*
pipebuffer, winsys/svga: Add functionality to update pb_validate_entry flags
Thomas Hellstrom
2019-05-17
2
-11
/
+26
*
vl/dri3: set back buffer from output to NULL with front buffer case
Leo Liu
2019-05-16
1
-0
/
+1
*
auxiliary/draw: fix crash with zero-stride draw auto
Roland Scheidegger
2019-05-16
1
-1
/
+2
*
gallium: Add default check for PIPE_CAP_FRAGMENT_SHADER_INTERLOCK
Alyssa Rosenzweig
2019-05-14
1
-0
/
+1
*
v3d: Use driconf to expose non-MSAA texture limits for Xorg.
Eric Anholt
2019-05-13
3
-4
/
+13
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
2
-6
/
+2
*
gallium: Add helper to convert PIPE blending to shader_enum style
Alyssa Rosenzweig
2019-05-10
1
-0
/
+92
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-1
/
+1
*
gallium/util: fix two MSVC compiler warnings
Brian Paul
2019-05-08
2
-3
/
+3
*
gallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC warning
Brian Paul
2019-05-08
1
-1
/
+1
*
noop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC warning
Brian Paul
2019-05-08
1
-1
/
+1
*
ddebug: fix a few MSVC compiler warnings
Brian Paul
2019-05-08
2
-8
/
+9
*
gallivm: fix broken 8-wide s3tc decoding
Roland Scheidegger
2019-05-07
1
-17
/
+15
*
draw: flush when setting stream-out targets
Erik Faye-Lund
2019-05-06
1
-0
/
+2
*
st/dri: decrease input lag by syncing sooner in SwapBuffers
Marek Olšák
2019-05-02
1
-1
/
+1
*
llvmpipe: init some vars to NULL to silence MinGW compiler warnings
Brian Paul
2019-05-01
1
-2
/
+2
*
softpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
Gert Wollny
2019-05-01
1
-0
/
+42
*
softpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
Gert Wollny
2019-05-01
1
-0
/
+32
*
softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
Gert Wollny
2019-05-01
1
-1
/
+40
*
softpipe: Add an per-input array for interpolator correctors to machine
Gert Wollny
2019-05-01
2
-4
/
+79
*
softpipe: Factor out evaluation of the source indices
Gert Wollny
2019-05-01
1
-28
/
+41
*
gallium: add resource_get_info to pipe_screen
Julien Isorce
2019-04-30
3
-0
/
+42
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
2
-4
/
+0
*
gallium/u_vbuf: support NULL-resources
Erik Faye-Lund
2019-04-29
1
-0
/
+3
*
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
[next]