index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-07
Update version to 12.0.0-rc2
mesa-12.0.0-rc2
Emil Velikov
1
-1
/
+1
2016-06-07
mesa: automake: distclean git_sha1.h when building OOT
Emil Velikov
1
-0
/
+6
2016-06-07
mesa: automake: ensure that git_sha1.h.tmp has the right attributes
Emil Velikov
1
-0
/
+1
2016-06-07
mesa: automake: add directory prefix for git_sha1.h
Emil Velikov
1
-1
/
+1
2016-06-07
egl: android: don't add the image loader extension for !render_node
Emil Velikov
1
-8
/
+7
2016-06-03
anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guards
Emil Velikov
1
-0
/
+28
2016-06-02
isl: add support for Android libmesa_isl static library
Mauro Rossi
4
-1
/
+241
2016-06-02
android: libmesa_glsl: add a dependency on libmesa_nir static
Mauro Rossi
1
-2
/
+3
2016-06-02
isl: automake: don't include isl_format_layout.c in two lists.
Emil Velikov
2
-2
/
+1
2016-06-02
automake: bring back the .PHONY git_sha1.h.tmp rule
Emil Velikov
1
-2
/
+17
2016-06-02
radeon/uvd: fix the H264 level for Tonga v2
Christian König
1
-1
/
+1
2016-06-02
i965: Remove old CS local ID handling
Jordan Justen
7
-124
/
+3
2016-06-02
i965: Enable cross-thread constants and compact local IDs for hsw+
Jordan Justen
3
-14
/
+6
2016-06-02
anv: Support new local ID generation & cross-thread constants
Jordan Justen
4
-48
/
+42
2016-06-02
i965: Support new local ID push constant & cross-thread constants
Jordan Justen
2
-45
/
+52
2016-06-02
i965: Add CS push constant info to brw_cs_prog_data
Jordan Justen
2
-0
/
+73
2016-06-02
i965: Store number of threads in brw_cs_prog_data
Jordan Justen
9
-37
/
+31
2016-06-02
i965: Add nir based intrinsic lowering and thread ID uniform
Jordan Justen
4
-0
/
+190
2016-06-02
i965: Put CS local thread ID uniform in last push register
Jordan Justen
1
-1
/
+25
2016-06-02
i965: Add uniform for a CS thread local base ID
Jordan Justen
4
-1
/
+25
2016-06-02
i965: Add nir channel_num system value
Jordan Justen
2
-0
/
+16
2016-06-02
nir: Make lowering gl_LocalInvocationIndex optional
Jordan Justen
6
-5
/
+22
2016-06-02
glsl: Add glsl LowerCsDerivedVariables option
Jordan Justen
6
-13
/
+26
2016-06-02
i965/fs: Copy the offset when lowering logical pull constant sends
Jason Ekstrand
1
-0
/
+8
2016-06-02
glsl/distance: make sure we use clip dist varying slot for lowered var.
Dave Airlie
1
-0
/
+1
2016-06-02
i965: Fix isoline reads in scalar TES.
Kenneth Graunke
1
-1
/
+1
2016-06-02
glsl: Use Geom.VerticesOut == -1 to specify unset
Ian Romanick
3
-6
/
+6
2016-06-02
i965: If control_data_header_size_bits is zero, don't do EndPrimitive
Ian Romanick
2
-0
/
+6
2016-06-02
mesa: Fix bogus strncmp
Ian Romanick
1
-1
/
+1
2016-06-02
nir: allow sat on all float destination types
Ilia Mirkin
1
-1
/
+3
2016-06-02
radeonsi: fix the raster config setup for 1 RB iceland chips
Alex Deucher
1
-1
/
+4
2016-06-02
mesa/sampler: fix error codes for sampler parameters.
Dave Airlie
1
-27
/
+10
2016-06-02
glsl: define some GLES3 constants in GLSL 4.1
Dave Airlie
1
-1
/
+1
2016-06-02
i965: Add norbc debug option
Topi Pohjolainen
4
-0
/
+5
2016-06-02
i965/gen9: Configure rbc buffers as plain for non-rbc tex views
Topi Pohjolainen
2
-3
/
+48
2016-06-02
i965: Fix the passthrough TCS for isolines.
Kenneth Graunke
1
-7
/
+12
2016-06-02
i965/xfb: skip components in correct buffer.
Dave Airlie
1
-4
/
+6
2016-06-02
glsl/linker: fix multiple streams transform feedback.
Dave Airlie
1
-15
/
+17
2016-06-02
mesa/bufferobj: use mapping range in BufferSubData.
Dave Airlie
1
-1
/
+1
2016-06-02
nv50/ir: fix error finding free element in bitset in some situations
Ilia Mirkin
1
-0
/
+6
2016-06-02
Revert "glsl: fix xfb_offset unsized array validation"
Timothy Arceri
4
-41
/
+31
2016-06-02
i965/fs: Allow scalar source regions on SNB math instructions.
Francisco Jerez
3
-17
/
+8
2016-06-02
i965/fs: Fix constant combining for instructions that cannot accept source mods.
Francisco Jerez
1
-4
/
+3
2016-06-02
i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.
Francisco Jerez
1
-8
/
+8
2016-06-02
i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple singl...
Francisco Jerez
1
-10
/
+36
2016-06-02
i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.
Francisco Jerez
1
-1
/
+23
2016-06-02
i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate ...
Francisco Jerez
1
-10
/
+25
2016-06-02
i965/fs: Fix compute-to-mrf VGRF region coverage condition.
Francisco Jerez
1
-3
/
+6
2016-06-02
i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_o...
Francisco Jerez
1
-47
/
+13
2016-06-02
i965/fs: Teach regions_overlap() about COMPR4 MRF regions.
Francisco Jerez
1
-3
/
+17
[next]