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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw/vs: partly fix basevertex/vertex id
Dave Airlie
2019-03-27
1
-4
/
+3
*
draw/gs: fix point size outputs from geometry shader.
Dave Airlie
2019-03-26
1
-8
/
+1
*
draw: bail instead of assert on instance count (v2)
Dave Airlie
2019-03-26
1
-1
/
+3
*
vl/dri3: remove the wait before getting back buffer
Leo Liu
2019-03-25
1
-15
/
+3
*
gallium: add PIPE_CAP_ESSL_FEATURE_LEVEL
Rob Clark
2019-03-22
1
-0
/
+4
*
softpipe: remove shadow_ref assert.
Dave Airlie
2019-03-22
1
-1
/
+0
*
softpipe: handle 32-bit bitfield inserts
Dave Airlie
2019-03-22
1
-3
/
+7
*
softpipe: fix 32-bit bitfield extract
Dave Airlie
2019-03-22
1
-2
/
+12
*
gallium/util: remove pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-20
/
+0
*
gallium/auxiliary/vl: Change weave compute shader implementation
James Zhu
2019-03-15
1
-17
/
+62
*
gallium/auxiliary/vl: Change grid setting
James Zhu
2019-03-15
1
-4
/
+5
*
gallium/auxiliary/vl: Increase shader_params size
James Zhu
2019-03-15
2
-2
/
+9
*
gallium: add pipe_grid_info::last_block
Marek Olšák
2019-03-15
1
-0
/
+3
*
pipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/
Brian Paul
2019-03-08
1
-1
/
+1
*
pipebuffer: whitespace fixes in pb_buffer.h
Brian Paul
2019-03-08
1
-52
/
+49
*
pipebuffer: use new pb_usage_flags enum type
Brian Paul
2019-03-08
11
-32
/
+45
*
gallium/util: add some const qualifiers in u_bitmask.c
Brian Paul
2019-03-08
1
-6
/
+10
*
gallium/util: whitespace cleanups in u_bitmask.[ch]
Brian Paul
2019-03-08
2
-84
/
+85
*
tgsi_to_nir: Set correct location for uniforms.
Timur Kristóf
2019-03-05
1
-0
/
+1
*
tgsi_to_nir: Improve interpolation modes.
Timur Kristóf
2019-03-05
1
-15
/
+21
*
tgsi_to_nir: use sampler variables and derefs
Kenneth Graunke
2019-03-05
1
-10
/
+79
*
tgsi_to_nir: Support FACE and POSITION properly.
Timur Kristóf
2019-03-05
1
-12
/
+68
*
tgsi_to_nir: Extract ttn_emulate_tgsi_front_face into its own function.
Timur Kristóf
2019-03-05
1
-14
/
+20
*
tgsi_to_nir: Restructure system value loads.
Timur Kristóf
2019-03-05
1
-10
/
+6
*
tgsi_to_nir: Produce optimized NIR for a given pipe_screen.
Timur Kristóf
2019-03-05
3
-4
/
+138
*
tgsi_to_nir: Split to smaller functions.
Timur Kristóf
2019-03-05
1
-26
/
+56
*
tgsi_to_nir: Make the TGSI IF translation code more readable.
Timur Kristóf
2019-03-05
1
-4
/
+5
*
tgsi_to_nir: Fix TGSI LIT translation by using flt.
Timur Kristóf
2019-03-05
1
-3
/
+3
*
tgsi_to_nir: Fix the TGSI ARR translation by converting the result to int.
Timur Kristóf
2019-03-05
1
-1
/
+1
*
nir: Add ability for shaders to use window space coordinates.
Timur Kristóf
2019-03-05
1
-0
/
+2
*
android: make libbacktrace optional on USE_LIBBACKTRACE
Tapani Pälli
2019-02-27
1
-2
/
+5
*
gallium/u_tests: use a compute-only context to test GCN compute ring
Marek Olšák
2019-02-26
1
-5
/
+3
*
gallium/auxiliary/vl: Fix duplicate symbol build errors.
Vinson Lee
2019-02-22
2
-6
/
+6
*
tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomics
Marek Olšák
2019-02-22
1
-1
/
+3
*
iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.
Kenneth Graunke
2019-02-21
3
-1
/
+29
*
gallium/auxiliary/vl: Fix transparent issue on compute shader with rgba
James Zhu
2019-02-21
1
-10
/
+7
*
gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent mappings
Marek Olšák
2019-02-20
2
-6
/
+31
*
gallium/u_threaded: always unmap const_uploader
Marek Olšák
2019-02-20
1
-0
/
+1
*
gallium/auxiliary/vl: Add video compositor compute shader render
James Zhu
2019-02-15
2
-28
/
+83
*
gallium/auxiliary/vl: Add compute shader to support video compositor render
James Zhu
2019-02-15
5
-0
/
+469
*
gallium/auxiliary/vl: Rename csc_matrix and increase its size.
James Zhu
2019-02-15
3
-7
/
+7
*
gallium/auxiliary/vl: Split vl_compositor graphic shaders from vl_compositor API
James Zhu
2019-02-15
5
-688
/
+821
*
gallium/auxiliary/vl: Move dirty define to header file
James Zhu
2019-02-15
2
-9
/
+8
*
gallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screen
Alok Hota
2019-02-13
1
-0
/
+3
*
gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
2019-02-11
1
-1
/
+2
*
kmsro: Silence warning if missing
Alyssa Rosenzweig
2019-02-08
1
-1
/
+0
*
gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.
Kenneth Graunke
2019-02-05
1
-0
/
+1
*
nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.
Eric Anholt
2019-02-05
1
-0
/
+3
*
panfrost: Initial stub for Panfrost driver
Alyssa Rosenzweig
2019-02-05
3
-0
/
+31
*
gallium: wrap u_screen in extern "C" for c++
Dylan Baker
2019-01-30
1
-0
/
+8
[next]