index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-13
android: loader: use the installed libdrm headers
Emil Velikov
1
-4
/
+2
2014-08-13
android: egl/dri2: use the installed libdrm headers
Emil Velikov
1
-1
/
+1
2014-08-13
android: dri/i915: do not build an 'empty' driver
Emil Velikov
1
-1
/
+1
2014-08-13
automake: mesa: whitespace fixes
Emil Velikov
1
-8
/
+6
2014-08-13
mesa: guard better when building with sse4.1 optimisations
Emil Velikov
3
-0
/
+12
2014-08-13
android: glsl: the stlport over the limited Android STL
Emil Velikov
1
-1
/
+1
2014-08-13
android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}
Emil Velikov
2
-8
/
+0
2014-08-13
android: gallium/auxiliary: drop log2/log2f redefitions
Emil Velikov
1
-22
/
+0
2014-08-13
android: targets/egl-static: add correct include for DRM headers
Emil Velikov
1
-3
/
+1
2014-08-13
scons: group state-trackers' and targets' scons
Emil Velikov
1
-31
/
+11
2014-08-13
android: reorder gallium SUBDIRS
Emil Velikov
1
-4
/
+10
2014-08-13
automake: handle gallium SUBDIRs in gallium/Makefile
Emil Velikov
2
-9
/
+17
2014-08-13
automake: compact gallium/target/Makefile into gallium/Makefile
Emil Velikov
3
-88
/
+21
2014-08-13
automake: merge gallium/state_trackers/Makefile into gallium/Makefile
Emil Velikov
3
-67
/
+49
2014-08-13
automake: compact gallium/drivers and gallium/winsys makefiles
Emil Velikov
4
-179
/
+105
2014-08-13
android: egl/main: add/enable freedreno
Emil Velikov
2
-0
/
+9
2014-08-13
android: gallium/freedreno: add preliminary build
Emil Velikov
3
-0
/
+86
2014-08-13
automake: gallium/freedreno: drop spurious include dirs
Emil Velikov
2
-4
/
+2
2014-08-13
android: egl/main: resolve radeon linking issues
Paulo Sergio Travaglia
1
-4
/
+9
2014-08-13
android: gallium/radeon: attempt to fix the android build
Paulo Sergio Travaglia
6
-7
/
+45
2014-08-13
android: egl/main: fixup the nouveau build
Emil Velikov
1
-6
/
+2
2014-08-13
android: gallium/nouveau: fix include folders, link against libstlport
Emil Velikov
2
-8
/
+6
2014-08-13
egl/main: Bring in the Makefile.sources
Emil Velikov
4
-75
/
+47
2014-08-12
nvc0: add BPTC format support
Ilia Mirkin
1
-0
/
+7
2014-08-12
mesa/st: add BPTC formats, expose ARB_texture_compression_bptc
Ilia Mirkin
3
-1
/
+49
2014-08-12
softpipe,llvmpipe: mark BPTC formats as unsupported
Ilia Mirkin
2
-0
/
+10
2014-08-12
gallium: add basic support for BPTC formats
Ilia Mirkin
9
-3
/
+165
2014-08-12
st/dri: define GALLIUM_SOFTPIPE when building kms_swrast
Emil Velikov
3
-3
/
+9
2014-08-12
vc4: Drop the dump_fbo() routine.
Eric Anholt
1
-50
/
+0
2014-08-12
vc4: Claim the GL 2.1 minimum for 3D textures.
Eric Anholt
1
-1
/
+2
2014-08-12
vc4: Declare what vertex formats we actually support.
Eric Anholt
1
-2
/
+7
2014-08-12
vc4: Stash some debug code for format support checks.
Eric Anholt
1
-0
/
+9
2014-08-12
vc4: Texture format support has nothing to do with VBO format support.
Eric Anholt
1
-2
/
+1
2014-08-12
vc4: Fix off-by-one in texture maximum levels.
Eric Anholt
1
-1
/
+1
2014-08-12
vc4: Add support for the FLR opcode.
Eric Anholt
1
-0
/
+18
2014-08-12
i965: Delete the Gen8 code generators.
Kenneth Graunke
9
-4076
/
+0
2014-08-12
i965: Never use the Gen8 code generators.
Kenneth Graunke
3
-28
/
+10
2014-08-12
i965: Switch to the EU emit layer for code generation on Broadwell.
Kenneth Graunke
3
-3
/
+3
2014-08-12
i965: Retype atomics to UD in Gen8 code generation.
Kenneth Graunke
2
-4
/
+8
2014-08-12
i965/vp: Use the sampler for pull constant loads on Gen7/7.5.
Kenneth Graunke
1
-5
/
+12
2014-08-12
i965/vec4: Drop gen <= 7 assertion in pull constant load handling.
Kenneth Graunke
1
-1
/
+0
2014-08-12
i965/eu: Set src0 file to IMM on Gen8+ flow control instructions.
Kenneth Graunke
1
-9
/
+36
2014-08-12
i965/eu: Refactor brw_WHILE to share a bit more code on Gen6+.
Kenneth Graunke
1
-16
/
+12
2014-08-12
i965/eu: Emulate F32TO16 and F16TO32 on Broadwell.
Kenneth Graunke
1
-2
/
+50
2014-08-12
i965/vec4: Port Gen8 SET_VERTEX_COUNT handling to vec4_generator.
Kenneth Graunke
1
-18
/
+25
2014-08-12
i965/vec4: Switch to MOV, not OR, for GS_OPCODE_THREAD_END on Gen8.
Kenneth Graunke
1
-4
/
+3
2014-08-12
i965/vec4: Use MOV, not OR, to set URB write channel mask bits.
Kenneth Graunke
1
-4
/
+2
2014-08-12
i965/fs: Don't set flag_subreg_nr = 1 on predicated FB write setup.
Kenneth Graunke
1
-0
/
+1
2014-08-12
i965/vec4: Respect ir->force_writemask_all in Gen8 code generation.
Kenneth Graunke
1
-0
/
+1
2014-08-12
i965/vec4: Set NoMask for GS_OPCODE_SET_VERTEX_COUNT on Gen8+.
Kenneth Graunke
1
-1
/
+3
[next]