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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}
Emil Velikov
2014-08-13
1
-4
/
+0
*
android: gallium/auxiliary: drop log2/log2f redefitions
Emil Velikov
2014-08-13
1
-22
/
+0
*
android: targets/egl-static: add correct include for DRM headers
Emil Velikov
2014-08-13
1
-3
/
+1
*
scons: group state-trackers' and targets' scons
Emil Velikov
2014-08-13
1
-31
/
+11
*
android: reorder gallium SUBDIRS
Emil Velikov
2014-08-13
1
-4
/
+10
*
automake: handle gallium SUBDIRs in gallium/Makefile
Emil Velikov
2014-08-13
1
-0
/
+16
*
automake: compact gallium/target/Makefile into gallium/Makefile
Emil Velikov
2014-08-13
2
-86
/
+20
*
automake: merge gallium/state_trackers/Makefile into gallium/Makefile
Emil Velikov
2014-08-13
2
-66
/
+49
*
automake: compact gallium/drivers and gallium/winsys makefiles
Emil Velikov
2014-08-13
3
-177
/
+104
*
android: egl/main: add/enable freedreno
Emil Velikov
2014-08-13
1
-0
/
+3
*
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: gallium/radeon: attempt to fix the android build
Paulo Sergio Travaglia
2014-08-13
6
-7
/
+45
*
android: gallium/nouveau: fix include folders, link against libstlport
Emil Velikov
2014-08-13
2
-8
/
+6
*
nvc0: add BPTC format support
Ilia Mirkin
2014-08-12
1
-0
/
+7
*
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
*
gallium/r300: Fix a link error in the tests
Jason Ekstrand
2014-08-12
1
-1
/
+1
*
winsys/radeon: fix nop packet padding for hawaii
Andreas Boll
2014-08-12
3
-1
/
+16
*
svga: Add a limit to the maximum surface size
Charmaine Lee
2014-08-12
9
-7
/
+130
*
mesa/st: add support for dynamic sampler offsets
Ilia Mirkin
2014-08-12
1
-1
/
+1
*
radeon/uvd: fix gpu_address for video surfaces
Christian König
2014-08-12
2
-0
/
+4
*
nvc0/ir: describe the tex arguments for fermi/kepler
Ilia Mirkin
2014-08-11
1
-0
/
+25
*
nvc0/ir: add kepler+ support for indirect texture references
Ilia Mirkin
2014-08-11
1
-7
/
+27
*
nvc0/ir: add base tex offset for fermi indirect tex case
Ilia Mirkin
2014-08-11
1
-2
/
+10
*
vc4: Flip which primitives are considered front-facing.
Eric Anholt
2014-08-11
1
-1
/
+1
*
vc4: Don't forget to set the depth clear value in the packet.
Eric Anholt
2014-08-11
1
-1
/
+1
*
vc4: Add support for gl_FragCoord.
Eric Anholt
2014-08-11
5
-4
/
+76
*
vc4: Refactor shader input setup again.
Eric Anholt
2014-08-11
1
-17
/
+24
*
vc4: Clean up the tile alloc buffer size.
Eric Anholt
2014-08-11
1
-1
/
+9
*
vc4: Clarify some values implicitly chosen for binning config.
Eric Anholt
2014-08-11
1
-1
/
+4
*
vc4: Improve simulator memory allocation.
Eric Anholt
2014-08-11
1
-4
/
+20
*
vc4: Handle stride==0 in VBO validation
Eric Anholt
2014-08-11
1
-7
/
+9
*
vc4: Stash some debug code for looking at what BOs are at what hindex.
Eric Anholt
2014-08-11
2
-0
/
+5
*
vc4: Use GEM under simulation even for non-winsys BOs.
Eric Anholt
2014-08-11
2
-14
/
+9
*
vc4: Don't forget to unmap the GEM BO when freeing.
Eric Anholt
2014-08-11
1
-0
/
+3
*
vc4: Add validation of raster-format textures.
Eric Anholt
2014-08-11
2
-17
/
+96
*
vc4: Drop VC4_PACKET_PRIMITIVE_LIST_FORMAT.
Eric Anholt
2014-08-11
2
-4
/
+4
*
vc4: Add validation that vertex indices don't overflow VBO bounds.
Eric Anholt
2014-08-11
2
-18
/
+71
*
vc4: Fix the shader record size for extended strides.
Eric Anholt
2014-08-11
1
-0
/
+1
*
vc4: Fix the shader record size for extended strides.
Eric Anholt
2014-08-11
1
-1
/
+4
*
vc4: Add a bunch of validation of render mode configuration.
Eric Anholt
2014-08-11
3
-11
/
+151
[next]