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: fix snorm blending
Roland Scheidegger
2017-11-21
2
-28
/
+159
*
meson: don't use build_by_default for specific gallium drivers
Dylan Baker
2017-11-13
1
-1
/
+0
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
6
-6
/
+6
*
util: move pipe_barrier into src/util and rename to util_barrier
Nicolai Hähnle
2017-11-09
2
-6
/
+7
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
1
-0
/
+1
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
1
-0
/
+1
*
gallium: s/unsigned/enum pipe_prim_type/
Brian Paul
2017-10-27
1
-1
/
+1
*
llvmpipe: handle shader sample mask output
Roland Scheidegger
2017-10-18
1
-2
/
+24
*
meson: build llvmpipe
Dylan Baker
2017-10-16
1
-0
/
+116
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
1
-0
/
+1
*
llvmpipe: silence 'variable may be used uninitialized' warnings
Brian Paul
2017-10-03
1
-1
/
+1
*
gallium: Remove util_format_s3tc_init()
Matt Turner
2017-10-02
2
-4
/
+0
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
2
-9
/
+0
*
scons: use python3-compatible print()
Eric Engestrom
2017-09-25
1
-1
/
+1
*
llvmpipe, gallivm: implement lod queries (LODQ opcode)
Roland Scheidegger
2017-09-20
1
-1
/
+1
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
3
-0
/
+8
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
1
-0
/
+1
*
llvmpipe, draw: improve shader cache debugging
Roland Scheidegger
2017-09-09
1
-9
/
+16
*
llvmpipe: enable PIPE_CAP_QUERY_PIPELINE_STATISTICS
Roland Scheidegger
2017-09-09
1
-1
/
+1
*
llvmpipe, draw: increase shader cache limits
Roland Scheidegger
2017-09-07
1
-3
/
+1
*
llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSOR
Brian Paul
2017-08-29
1
-0
/
+6
*
llvmpipe: add some whitespace between functions in lp_texture.c
Brian Paul
2017-08-21
1
-0
/
+3
*
llvmpipe: enable PIPE_CAP_QUERY_SO_OVERFLOW
Roland Scheidegger
2017-08-17
2
-1
/
+4
*
gallium: introduce PIPE_CAP_MEMOBJ
Timothy Arceri
2017-08-03
1
-0
/
+1
*
gallium: rename util_dump_* to util_str_* for enum-to-string conversion
Nicolai Hähnle
2017-08-02
2
-33
/
+33
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
2017-07-31
1
-0
/
+1
*
llvmpipe: initialize default fb correctly in setup
Roland Scheidegger
2017-06-24
1
-0
/
+4
*
llvmpipe:fix using 32bit rasterization mistakenly, causing overflows
Roland Scheidegger
2017-06-23
4
-31
/
+43
*
llvmpipe: fill in debug vertex info for tri rasterization
Roland Scheidegger
2017-06-23
1
-1
/
+1
*
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Samuel Pitoiset
2017-06-14
1
-0
/
+1
*
llvmpipe: Match pipe_context::render_condition prototype.
Jose Fonseca
2017-06-13
2
-5
/
+5
*
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
llvmpipe: add LP_NEW_GS flag for updating vertex info
Roland Scheidegger
2017-05-27
1
-0
/
+1
*
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
2017-05-17
1
-0
/
+1
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
1
-0
/
+1
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
3
-24
/
+6
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
2
-5
/
+6
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
*
llvmpipe: remove unused subpixel_snap() and fixed_to_float()
Samuel Pitoiset
2017-04-13
1
-6
/
+3
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
2017-03-31
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
1
-0
/
+1
*
gallium/util: replace pipe_thread_setname() with u_thread_setname()
Timothy Arceri
2017-03-12
1
-1
/
+1
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-1
/
+1
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+1
*
llvmpipe: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
1
-1
/
+1
[next]