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
...
*
glsl: define some GLES3 constants in GLSL 4.1
Dave Airlie
2016-06-01
1
-1
/
+1
*
i965: Add norbc debug option
Topi Pohjolainen
2016-06-01
3
-0
/
+4
*
i965/gen9: Configure rbc buffers as plain for non-rbc tex views
Topi Pohjolainen
2016-06-01
2
-3
/
+48
*
i965: Fix the passthrough TCS for isolines.
Kenneth Graunke
2016-05-31
1
-7
/
+12
*
i965/xfb: skip components in correct buffer.
Dave Airlie
2016-06-01
1
-4
/
+6
*
glsl/linker: fix multiple streams transform feedback.
Dave Airlie
2016-06-01
1
-15
/
+17
*
mesa/bufferobj: use mapping range in BufferSubData.
Dave Airlie
2016-06-01
1
-1
/
+1
*
nv50/ir: fix error finding free element in bitset in some situations
Ilia Mirkin
2016-05-31
1
-0
/
+6
*
nv50/ir: print relevant file's bitset when showing RA info
Ilia Mirkin
2016-05-31
1
-4
/
+4
*
Revert "glsl: fix xfb_offset unsized array validation"
Timothy Arceri
2016-06-01
4
-41
/
+31
*
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
[prev]
[next]