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
*
automake: merge gallium/state_trackers/Makefile into gallium/Makefile
Emil Velikov
2014-08-13
3
-67
/
+49
*
automake: compact gallium/drivers and gallium/winsys makefiles
Emil Velikov
2014-08-13
4
-179
/
+105
*
android: egl/main: add/enable freedreno
Emil Velikov
2014-08-13
2
-0
/
+9
*
android: gallium/freedreno: add preliminary build
Emil Velikov
2014-08-13
3
-0
/
+86
*
automake: gallium/freedreno: drop spurious include dirs
Emil Velikov
2014-08-13
2
-4
/
+2
*
android: egl/main: resolve radeon linking issues
Paulo Sergio Travaglia
2014-08-13
1
-4
/
+9
*
android: gallium/radeon: attempt to fix the android build
Paulo Sergio Travaglia
2014-08-13
6
-7
/
+45
*
android: egl/main: fixup the nouveau build
Emil Velikov
2014-08-13
1
-6
/
+2
*
android: gallium/nouveau: fix include folders, link against libstlport
Emil Velikov
2014-08-13
2
-8
/
+6
*
egl/main: Bring in the Makefile.sources
Emil Velikov
2014-08-13
4
-75
/
+47
*
nvc0: add BPTC format support
Ilia Mirkin
2014-08-12
1
-0
/
+7
*
mesa/st: add BPTC formats, expose ARB_texture_compression_bptc
Ilia Mirkin
2014-08-12
3
-1
/
+49
*
softpipe,llvmpipe: mark BPTC formats as unsupported
Ilia Mirkin
2014-08-12
2
-0
/
+10
*
gallium: add basic support for BPTC formats
Ilia Mirkin
2014-08-12
9
-3
/
+165
*
st/dri: define GALLIUM_SOFTPIPE when building kms_swrast
Emil Velikov
2014-08-12
3
-3
/
+9
*
vc4: Drop the dump_fbo() routine.
Eric Anholt
2014-08-12
1
-50
/
+0
*
vc4: Claim the GL 2.1 minimum for 3D textures.
Eric Anholt
2014-08-12
1
-1
/
+2
*
vc4: Declare what vertex formats we actually support.
Eric Anholt
2014-08-12
1
-2
/
+7
*
vc4: Stash some debug code for format support checks.
Eric Anholt
2014-08-12
1
-0
/
+9
*
vc4: Texture format support has nothing to do with VBO format support.
Eric Anholt
2014-08-12
1
-2
/
+1
*
vc4: Fix off-by-one in texture maximum levels.
Eric Anholt
2014-08-12
1
-1
/
+1
*
vc4: Add support for the FLR opcode.
Eric Anholt
2014-08-12
1
-0
/
+18
*
i965: Delete the Gen8 code generators.
Kenneth Graunke
2014-08-12
9
-4076
/
+0
*
i965: Never use the Gen8 code generators.
Kenneth Graunke
2014-08-12
3
-28
/
+10
*
i965: Switch to the EU emit layer for code generation on Broadwell.
Kenneth Graunke
2014-08-12
3
-3
/
+3
*
i965: Retype atomics to UD in Gen8 code generation.
Kenneth Graunke
2014-08-12
2
-4
/
+8
*
i965/vp: Use the sampler for pull constant loads on Gen7/7.5.
Kenneth Graunke
2014-08-12
1
-5
/
+12
*
i965/vec4: Drop gen <= 7 assertion in pull constant load handling.
Kenneth Graunke
2014-08-12
1
-1
/
+0
*
i965/eu: Set src0 file to IMM on Gen8+ flow control instructions.
Kenneth Graunke
2014-08-12
1
-9
/
+36
*
i965/eu: Refactor brw_WHILE to share a bit more code on Gen6+.
Kenneth Graunke
2014-08-12
1
-16
/
+12
*
i965/eu: Emulate F32TO16 and F16TO32 on Broadwell.
Kenneth Graunke
2014-08-12
1
-2
/
+50
*
i965/vec4: Port Gen8 SET_VERTEX_COUNT handling to vec4_generator.
Kenneth Graunke
2014-08-12
1
-18
/
+25
*
i965/vec4: Switch to MOV, not OR, for GS_OPCODE_THREAD_END on Gen8.
Kenneth Graunke
2014-08-12
1
-4
/
+3
*
i965/vec4: Use MOV, not OR, to set URB write channel mask bits.
Kenneth Graunke
2014-08-12
1
-4
/
+2
*
i965/fs: Don't set flag_subreg_nr = 1 on predicated FB write setup.
Kenneth Graunke
2014-08-12
1
-0
/
+1
*
i965/vec4: Respect ir->force_writemask_all in Gen8 code generation.
Kenneth Graunke
2014-08-12
1
-0
/
+1
*
i965/vec4: Set NoMask for GS_OPCODE_SET_VERTEX_COUNT on Gen8+.
Kenneth Graunke
2014-08-12
1
-1
/
+3
*
gallium/r300: Fix a link error in the tests
Jason Ekstrand
2014-08-12
1
-1
/
+1
*
i965: Return NONE from brw_swap_cmod on unknown input.
Matt Turner
2014-08-12
3
-3
/
+3
*
mesa/meta: Support decompressing floating-point formats
Neil Roberts
2014-08-12
2
-33
/
+78
*
swrast: Enable GL_ARB_texture_compression_bptc
Neil Roberts
2014-08-12
1
-0
/
+1
*
i965: Enable the GL_ARB_texture_compression_bptc extension
Neil Roberts
2014-08-12
2
-0
/
+7
*
mesa/main: Modify generate_mipmap_compressed to cope with float textures
Neil Roberts
2014-08-12
1
-5
/
+8
*
mesa: Add texstore functions for BPTC-compressed textures
Neil Roberts
2014-08-12
3
-0
/
+709
*
mesa: Add texel fetch functions for BPTC-compressed textures
Neil Roberts
2014-08-12
4
-0
/
+1001
*
mesa: Add the format enums for BPTC-compressed images
Neil Roberts
2014-08-12
8
-0
/
+112
*
mesa/format_info: Add support for the BPTC layout
Neil Roberts
2014-08-12
1
-0
/
+3
*
mesa/format_info: Add support for compressed floating-point formats
Neil Roberts
2014-08-12
1
-1
/
+3
*
mesa: Fix the base format for GL_COMPRESSED_RGB_BPTC_*_FLOAT_ARB
Neil Roberts
2014-08-12
1
-2
/
+2
*
mesa: Add the GL_ARB_texture_compression_bptc extension
Neil Roberts
2014-08-12
2
-0
/
+2
[next]