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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vulkan: Update the XML and headers to 1.1.93
Jason Ekstrand
2018-11-22
1
-16
/
+68
*
radv: remove useless sync after CmdClear{Color,DepthStencil}Image()
Samuel Pitoiset
2018-11-22
1
-4
/
+0
*
vulkan: Allow storage images in the WSI.
Bas Nieuwenhuizen
2018-11-21
3
-0
/
+3
*
st/nine: Remove thread_submit warning
Axel Davy
2018-11-21
1
-3
/
+0
*
st/nine: Allow 'triple buffering' with thread_submit
Axel Davy
2018-11-21
2
-17
/
+50
*
virgl: add assert and missing function parameter
Robert Foss
2018-11-21
1
-1
/
+4
*
r600: clean up the GS ring buffers when the context is destroyed
Gert Wollny
2018-11-21
1
-0
/
+6
*
radv: only sync CP DMA for transfer operations or bottom pipe
Samuel Pitoiset
2018-11-21
1
-2
/
+6
*
radv: ignore subpass self-dependencies
Samuel Pitoiset
2018-11-21
1
-0
/
+10
*
Revert "nir/builder: Assert that intN_t immediates fit"
Iago Toral Quiroga
2018-11-21
1
-4
/
+0
*
nir/from_ssa: fix bit-size of temporary register
Iago Toral Quiroga
2018-11-21
1
-2
/
+5
*
mesa: Remove unneeded bitfield widths from the VAO.
Mathias Fröhlich
2018-11-21
1
-2
/
+2
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
24
-202
/
+224
*
tnl: Use gl_array_attribute::_ElementSize.
Mathias Fröhlich
2018-11-21
1
-9
/
+2
*
nouveau: Use gl_array_attribute::_ElementSize.
Mathias Fröhlich
2018-11-21
1
-1
/
+1
*
mesa: Unify glEdgeFlagPointer data type.
Mathias Fröhlich
2018-11-21
1
-1
/
+1
*
mesa: Work with bitmasks when en/dis-abling VAO arrays.
Mathias Fröhlich
2018-11-21
4
-29
/
+45
*
mesa: Remove gl_array_attributes::Enabled.
Mathias Fröhlich
2018-11-21
4
-24
/
+4
*
mesa: Use gl_vertex_array_object::Enabled for glGet.
Mathias Fröhlich
2018-11-21
2
-9
/
+36
*
mesa: Use the gl_vertex_array_object::Enabled bitfield.
Mathias Fröhlich
2018-11-21
5
-43
/
+39
*
mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
Mathias Fröhlich
2018-11-21
11
-36
/
+36
*
radeonsi: go back to using bottom-of-pipe for beginning of TIME_ELAPSED
Marek Olšák
2018-11-20
1
-11
/
+4
*
radeonsi: don't send data after write-confirm with BOTTOM_OF_PIPE_TS
Marek Olšák
2018-11-20
3
-9
/
+5
*
st/mesa: pin driver threads to a fixed CCX when glthread is enabled
Marek Olšák
2018-11-20
3
-56
/
+21
*
st/mesa: regularly re-pin driver threads to the CCX where the app thread is
Marek Olšák
2018-11-20
2
-0
/
+34
*
drirc: enable glthread for Talos Principle
Marek Olšák
2018-11-20
1
-0
/
+7
*
mesa/glthread: enable immediate mode
Marek Olšák
2018-11-20
2
-5
/
+11
*
mesa/glthread: pass the function name to _mesa_glthread_restore_dispatch
Marek Olšák
2018-11-20
4
-5
/
+8
*
gallium/u_tests: fix MSVC build by using old-style zero initializers
Marek Olšák
2018-11-20
1
-3
/
+3
*
i965: Do NIR shader cloning in the caller.
Kenneth Graunke
2018-11-20
12
-21
/
+17
*
i965: Use a 'nir' temporary rather than poking at brw_program
Kenneth Graunke
2018-11-20
6
-22
/
+25
*
gallium/u_tests: add a compute shader test that clears an image
Marek Olšák
2018-11-20
1
-0
/
+77
*
ac: handle cast derefs
Dave Airlie
2018-11-21
1
-0
/
+3
*
radv: handle loading from shared pointers
Dave Airlie
2018-11-21
1
-9
/
+18
*
ac: avoid casting pointers on bcsel and stores
Dave Airlie
2018-11-21
3
-3
/
+14
*
meson: Add tests to suites
Dylan Baker
2018-11-20
24
-33
/
+70
*
i965/batch: avoid reverting batch buffer if saved state is an empty
Andrii Simiklit
2018-11-20
5
-2
/
+13
*
glx: make xf86vidmode mandatory for direct rendering
Emil Velikov
2018-11-20
4
-20
/
+3
*
ac/nir: fix intrinsic name string size in visit_image_atomic()
Samuel Pitoiset
2018-11-20
1
-1
/
+1
*
radv: Use structured intrinsics instead of indexing workaround for GFX9.
Bas Nieuwenhuizen
2018-11-19
3
-8
/
+75
*
i965: Allow only one slot of clip distances to be set on Gen4-5.
Kenneth Graunke
2018-11-19
1
-1
/
+3
*
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2018-11-19
5
-15
/
+40
*
nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.
Kenneth Graunke
2018-11-19
1
-16
/
+8
*
nir: Inline lower_clip_vs() into nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-41
/
+32
*
nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-4
/
+2
*
nir: handle shared pointers in lowering indirect derefs.
Dave Airlie
2018-11-20
1
-2
/
+2
*
nir: move getting deref from var after we check deref type.
Dave Airlie
2018-11-20
1
-4
/
+3
*
spirv/vtn: handle variable pointers without offset lowering
Dave Airlie
2018-11-20
2
-8
/
+10
*
intel/fs,vec4: Fix a compiler warning
Jason Ekstrand
2018-11-19
2
-3
/
+3
*
intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_values
Jason Ekstrand
2018-11-19
4
-34
/
+50
[prev]
[next]