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
/
llvmpipe
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
llvmpipe: introduce new state dirty tracking for compute.
Dave Airlie
2019-09-04
3
-1
/
+3
*
llvmpipe: add initial shader create/bind/destroy variants framework.
Dave Airlie
2019-09-04
4
-0
/
+118
*
llvmpipe: add compute debug option
Dave Airlie
2019-09-04
2
-0
/
+2
*
gallivm: add compute jit interface.
Dave Airlie
2019-09-04
3
-1
/
+196
*
llvmpipe: add initial compute state structs
Dave Airlie
2019-09-04
3
-0
/
+40
*
llvmpipe: introduce compute shader context
Dave Airlie
2019-09-04
6
-0
/
+98
*
llvmpipe: add compute threadpool + mutex
Dave Airlie
2019-09-04
6
-2
/
+256
*
llvmpipe: reogranise jit pointer ordering
Dave Airlie
2019-09-04
2
-31
/
+31
*
llvmpipe: enable fb no attach
Dave Airlie
2019-09-04
1
-1
/
+2
*
llvmpipe: flush on api memorybarrier.
Dave Airlie
2019-08-27
1
-0
/
+9
*
llvmpipe: bind vertex/geometry shader images
Dave Airlie
2019-08-27
3
-0
/
+126
*
llvmpipe: add fragment shader image support
Dave Airlie
2019-08-27
11
-8
/
+334
*
llvmpipe: introduce image jit type to fragment shader jit.
Dave Airlie
2019-08-27
2
-2
/
+67
*
llvmpipe: move the fragment shader variant key to dynamic length.
Dave Airlie
2019-08-27
2
-22
/
+46
*
llvmpipe: handle early test property.
Dave Airlie
2019-08-27
1
-2
/
+6
*
gallivm: move first/last level jit texture members.
Dave Airlie
2019-08-27
2
-10
/
+10
*
llvmpipe: refactor jit type creation
Dave Airlie
2019-08-27
1
-76
/
+87
*
llvmpipe: use LLVM version string instead of re-computing it
Eric Engestrom
2019-08-22
1
-2
/
+1
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
1
-1
/
+1
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-2
/
+2
*
scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
Eric Engestrom
2019-08-02
2
-2
/
+2
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
gallium: fix windows build from params change.
Dave Airlie
2019-07-25
1
-1
/
+2
*
gallivm: rework lp_build_tgsi_soa to take a struct
Dave Airlie
2019-07-24
1
-5
/
+17
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
4
-30
/
+30
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
7
-15
/
+15
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
llvmpipe: enable ARB_shader_storage_buffer_object
Dave Airlie
2019-07-07
1
-3
/
+3
*
llvmpipe: add support for shader buffer binding.
Dave Airlie
2019-07-07
8
-2
/
+100
*
llvmpipe: add support for ssbo to the fragment shader jit.
Dave Airlie
2019-07-07
3
-2
/
+25
*
gallivm: add ssbo pointers to the soa build api.
Dave Airlie
2019-07-07
1
-1
/
+1
*
gallium: Add CAP for opcode DIV
Gert Wollny
2019-06-30
1
-0
/
+1
*
llvmpipe: make remove_shader_variant static.
Dave Airlie
2019-06-21
2
-5
/
+1
*
llvmpipe: Don't use u_ringbuffer for lp_scene_queue
Caio Marcelo de Oliveira Filho
2019-06-17
1
-36
/
+48
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-1
/
+1
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-2
/
+2
*
llvmpipe: pass stream-out targets to draw-module early
Erik Faye-Lund
2019-05-06
2
-11
/
+8
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-5
/
+0
*
llvmpipe: Always return some fence in flush (v2)
Tomasz Figa
2019-04-26
1
-0
/
+2
*
llvmpipe: correctly handle waiting in llvmpipe_fence_finish
Emil Velikov
2019-04-26
1
-1
/
+6
*
llvmpipe: add lp_fence_timedwait() helper
Emil Velikov
2019-04-26
2
-0
/
+32
*
llvmpipe, softpipe: no support for ATC textures
Jonathan Marek
2019-04-23
2
-4
/
+6
*
Delete autotools
Dylan Baker
2019-04-15
2
-87
/
+0
*
llvmpipe: fix undefined shift 1 << 31.
Dave Airlie
2019-04-12
1
-1
/
+1
*
draw: add stream member to stats callback
Dave Airlie
2019-04-09
1
-1
/
+1
*
llvmpipe: stop using pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-6
/
+0
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-0
/
+2
*
gallivm: Return true from arch_rounding_available() if NEON is available
Matt Turner
2019-01-24
1
-1
/
+2
*
Revert "llvmpipe: Always return some fence in flush (v2)"
Roland Scheidegger
2019-01-09
1
-2
/
+0
*
llvmpipe: Always return some fence in flush (v2)
Tomasz Figa
2019-01-09
1
-0
/
+2
[prev]
[next]