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
*
i965/fs: Allow scalar source regions on SNB math instructions.
Francisco Jerez
2016-05-31
3
-17
/
+8
*
i965/fs: Fix constant combining for instructions that cannot accept source mods.
Francisco Jerez
2016-05-31
1
-4
/
+3
*
i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.
Francisco Jerez
2016-05-31
1
-8
/
+8
*
i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple singl...
Francisco Jerez
2016-05-31
1
-10
/
+36
*
i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.
Francisco Jerez
2016-05-31
1
-1
/
+23
*
i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate ...
Francisco Jerez
2016-05-31
1
-10
/
+25
*
i965/fs: Fix compute-to-mrf VGRF region coverage condition.
Francisco Jerez
2016-05-31
1
-3
/
+6
*
i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_o...
Francisco Jerez
2016-05-31
1
-47
/
+13
*
i965/fs: Teach regions_overlap() about COMPR4 MRF regions.
Francisco Jerez
2016-05-31
1
-3
/
+17
*
Don't use python 3
Dylan Baker
2016-05-31
1
-2
/
+2
*
genxml: change chbang to python 2
Dylan Baker
2016-05-31
1
-1
/
+1
*
genxml: use the isalpha method rather than str.isalpha.
Dylan Baker
2016-05-31
1
-1
/
+1
*
genxml: require future imports for python2 compatibility.
Dylan Baker
2016-05-31
1
-0
/
+3
*
genxml: mark re strings as raw
Dylan Baker
2016-05-31
1
-2
/
+2
*
genxml: Make classes descendants of object
Dylan Baker
2016-05-31
1
-4
/
+4
*
genxml: mark gen_pack_header.py as encoded in utf-8
Dylan Baker
2016-05-31
1
-0
/
+1
*
radeonsi: Decompress DCC textures in a render feedback loop.
Bas Nieuwenhuizen
2016-05-31
4
-0
/
+113
*
radeonsi: Add counter to check if a texture is bound to a framebuffer.
Bas Nieuwenhuizen
2016-05-31
4
-0
/
+26
*
vc4: Fix compiler warnings in fail_instr path of QIR validate pass
Rhys Kidd
2016-05-31
1
-10
/
+10
*
anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guards
Emil Velikov
2016-05-31
1
-0
/
+28
*
svga: change enum pipe_resource_usage back to unsigned
Brian Paul
2016-05-31
1
-1
/
+1
*
radeonsi: fix CP DMA hazard with index buffer fetches
Marek Olšák
2016-05-31
1
-2
/
+20
*
r600g: do GL-compliant integer resolves
Marek Olšák
2016-05-31
1
-37
/
+1
*
radeonsi: do GL-compliant integer resolves
Marek Olšák
2016-05-31
1
-37
/
+1
*
gallium/u_blitter: do GL-compliant integer resolves
Marek Olšák
2016-05-31
1
-19
/
+7
*
mesa: fix crash in driver_RenderTexture_is_safe
Marek Olšák
2016-05-31
1
-1
/
+2
*
radeonsi: don't flush TC at the end of IBs on DRM >= 3.2.0
Marek Olšák
2016-05-31
1
-2
/
+3
*
gallium/radeon: fixed division by zero
Jakob Sinclair
2016-05-31
1
-0
/
+3
*
st/glsl_to_tgsi: prevent infinite loop
Eric Engestrom
2016-05-31
1
-2
/
+3
*
glsl/images: bounds check image unit assignment
Dave Airlie
2016-05-31
1
-0
/
+2
*
nvc0/ir: fix spilling predicates to registers
Ilia Mirkin
2016-05-30
1
-0
/
+4
*
nvc0/ir: limit max number of regs based on availability in SM
Ilia Mirkin
2016-05-30
2
-2
/
+4
*
nv50/ir: record number of threads in a compute shader
Ilia Mirkin
2016-05-30
5
-2
/
+10
*
nv50/ir: Add missing handling of U64/S64 in inlines
Pierre Moreau
2016-05-30
1
-1
/
+3
*
nir: add the SConscript.nir to the tarball
Emil Velikov
2016-05-30
1
-1
/
+2
*
vc4: Fix doxygen warnings
12.0-branchpoint
Rhys Kidd
2016-05-30
2
-6
/
+6
*
Revert "osmesa: don't try to bundle osmesa.def SConscript"
Emil Velikov
2016-05-30
1
-0
/
+2
*
scons: build osmesa swrast and gallium
Andreas Fänger
2016-05-30
3
-0
/
+57
*
automake: rework the git_sha1.h rule, include in tarball
Emil Velikov
2016-05-30
1
-17
/
+3
*
automake: move the git_sha1.h rule a level up
Emil Velikov
2016-05-30
5
-28
/
+28
*
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
2016-05-30
9
-36
/
+36
*
glx/glvnd: automake: include all the sources in libglx_la_SOURCES
Emil Velikov
2016-05-30
1
-2
/
+5
*
glx/glvnd: remove the final if defined($extension) guards
Emil Velikov
2016-05-30
1
-6
/
+0
*
glx/glvnd: rework dispatch functions/indices tables lookup
Emil Velikov
2016-05-30
2
-13
/
+13
*
glx/glvnd: Use strcmp() based binary search in FindGLXFunction()
Emil Velikov
2016-05-30
1
-5
/
+14
*
glx: Implement the libglvnd interface.
Kyle Brenneman
2016-05-30
11
-62
/
+1309
*
gallivm: initialize init_native_targets_once_flag correctly
Frederic Devernay
2016-05-30
1
-1
/
+1
*
nvc0/ir: fix emission of predicate spill to register
Ilia Mirkin
2016-05-30
1
-1
/
+2
*
nvc0: fix some compute texture validation bits on kepler
Ilia Mirkin
2016-05-30
3
-2
/
+7
*
mesa/xfb: report calculated size for XFB buffer objects.
Dave Airlie
2016-05-30
1
-1
/
+2
[next]