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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: add EQAA SC,DB,CB register programming
Marek Olšák
2018-05-10
2
-8
/
+71
*
radeonsi: support creating EQAA color textures
Marek Olšák
2018-05-10
3
-17
/
+33
*
ac/surface: add EQAA support
Marek Olšák
2018-05-10
5
-8
/
+13
*
radeonsi: use better sample locations for 8x EQAA
Marek Olšák
2018-05-10
1
-21
/
+11
*
radeonsi: improve quality of 16 sample locations
Marek Olšák
2018-05-10
1
-2
/
+2
*
radeonsi: use better sample locations for 4x MSAA
Marek Olšák
2018-05-10
1
-11
/
+10
*
radeonsi: reorder sample locations as required by EQAA
Marek Olšák
2018-05-10
2
-59
/
+98
*
radeonsi: simplify si_get_sample_position
Marek Olšák
2018-05-10
1
-29
/
+20
*
radeonsi: simplify arrays of sample locations
Marek Olšák
2018-05-10
1
-65
/
+40
*
radeonsi: set DB_EQAA the same as Vulkan
Marek Olšák
2018-05-10
1
-8
/
+8
*
radeonsi: remove CM_ prefixes
Marek Olšák
2018-05-10
1
-4
/
+4
*
radeonsi: don't update clear color registers if they don't change
Marek Olšák
2018-05-10
1
-11
/
+21
*
radeonsi: remove r600_fmask_info
Marek Olšák
2018-05-10
6
-87
/
+46
*
ac/surface: unify common legacy and gfx9 fmask fields
Marek Olšák
2018-05-10
2
-11
/
+11
*
ac/surface/gfx6: compute FMASK together with the color surface
Marek Olšák
2018-05-10
2
-41
/
+55
*
radeonsi/gfx9: work around a GPU hang due to broken indirect indexing in LLVM
Marek Olšák
2018-05-10
1
-0
/
+9
*
winsys/radeon: Destroy fd_hash table when the last winsys is removed.
Jan Vesely
2018-05-10
1
-1
/
+6
*
gallium/auxiliary: Add helper function to count the number of entries in hash...
Jan Vesely
2018-05-10
2
-0
/
+22
*
virgl: Add support for passing GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Gert Wollny
2018-05-10
1
-1
/
+2
*
r600: fix constant buffer bounds.
Dave Airlie
2018-05-10
2
-2
/
+2
*
gallium/tests: Fix assignment of EXTRA_DIST
Matt Turner
2018-05-09
1
-3
/
+1
*
pipe-loader: Free driver_name in error path
Jan Vesely
2018-05-08
1
-0
/
+1
*
eg/compute: Drop reference to kernel_param bo in destructor
Jan Vesely
2018-05-08
1
-0
/
+1
*
r600: Cleanup constant buffers on context destruction
Jan Vesely
2018-05-08
1
-1
/
+5
*
eg/compute: Drop reference on code_bo in destructor.
Jan Vesely
2018-05-07
1
-3
/
+1
*
swr/rast: Fix include for createInstructionCombiningPass with llvm-7.0.
Vinson Lee
2018-05-05
1
-0
/
+1
*
clover: Add explicit virtual destructor to argument class
Jan Vesely
2018-05-05
1
-0
/
+1
*
nv50/ir: fix printing of pixld
Rhys Perry
2018-05-03
1
-1
/
+1
*
st/va: Support YUV formats in vaCreateSurfaces
Drew Davenport
2018-05-03
1
-23
/
+36
*
swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.
Vinson Lee
2018-05-03
1
-0
/
+4
*
nv50: Extract needed value bits without shifting them before calling bitcount
Vlad Golovkin
2018-05-02
1
-1
/
+1
*
freedreno: Fix ir3_cmdline.c build.
Eric Anholt
2018-05-01
1
-0
/
+1
*
gallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE typo
Brian Paul
2018-05-01
1
-1
/
+1
*
nvc0: add conservative rasterization support
Rhys Perry
2018-04-30
7
-8
/
+87
*
gallium: add initial support for conservative rasterization
Rhys Perry
2018-04-30
21
-2
/
+243
*
tgsi: use enums instead of unsigned in ureg code
Brian Paul
2018-04-30
2
-12
/
+12
*
nir: move GL specific passes to src/compiler/glsl
Timothy Arceri
2018-05-01
1
-1
/
+1
*
st/omx/enc: fix blit setup for YUV LoadImage
Leo Liu
2018-04-30
1
-4
/
+4
*
radeonsi: increase the number of compiler threads depending on the CPU
Marek Olšák
2018-04-27
2
-16
/
+29
*
radeonsi: avoid a crash in gallivm_dispose_target_library_info
Marek Olšák
2018-04-27
1
-0
/
+3
*
radeonsi: move data_layout into si_compiler
Marek Olšák
2018-04-27
3
-6
/
+11
*
radeonsi: move passmgr into si_compiler
Marek Olšák
2018-04-27
4
-40
/
+32
*
radeonsi: move target_library_info into si_compiler
Marek Olšák
2018-04-27
3
-5
/
+13
*
radeonsi: use si_compiler::triple in si_llvm_optimize_module
Marek Olšák
2018-04-27
1
-2
/
+2
*
radeonsi: add triple into si_compiler
Marek Olšák
2018-04-27
3
-2
/
+4
*
radeonsi: add struct si_compiler containing LLVMTargetMachineRef
Marek Olšák
2018-04-27
8
-91
/
+101
*
radeonsi: rename r600_texture::resource to buffer
Marek Olšák
2018-04-27
10
-201
/
+201
*
radeonsi: use r600_resource() typecast helper
Marek Olšák
2018-04-27
19
-78
/
+80
*
radeonsi: remove unused atom parameter from si_atom::emit
Marek Olšák
2018-04-27
10
-36
/
+26
*
radeonsi: inline 2 trivial state structures
Marek Olšák
2018-04-27
5
-19
/
+11
[prev]
[next]