index
:
~bnf/mesa
automake
bind-wayland-display
buffer
buffer.release
changes
config-fix
cursor
cursor-2
default_display
destroy-listener
dri2_double
dri2_double_config
drm-lockup
egl-autodetect
egl-pixmap-render-fix
egl-wayland
egl-wayland2
egl_dri2-fixes
eglsync
fix
fixes
framefd
gbm
gbm-2
gbm-3
gbm-4
gbm-5
gbm-6
gbm-7
gbm-linkage
glapi
invalidate
invalidate-2
invalidate-3
leak
lookup-fix
master
pciids
pciids-2
pciids-3
redraw
setup_display
shm-in-egl
shm-pool
st-egl-bind
surface-frame-event
tobepushed
use_flags
wayland-drm-removal-2
wayland-shm
wayland-softpipe
wayland-softpipe-2
yuv
bnf's MESA repository
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-11
vl: Add missing mpeg fields to pipe_mpeg12_picture_desc
Maarten Lankhorst
1
-0
/
+3
2011-12-10
gallium: implement ARB_conservative_depth
Marek Olšák
1
-1
/
+9
2011-12-02
gallium: add PIPE_FORMAT_ETC1_RGB8
Chia-I Wu
1
-0
/
+3
2011-11-29
Remove windows kernel support code.
José Fonseca
1
-12
/
+2
2011-11-27
gallium: add B10G10R10A2_UINT format
Dave Airlie
1
-0
/
+1
2011-11-22
gallium: remove trailing comma and unneeded comments in p_defines.h
Brian Paul
1
-4
/
+4
2011-11-22
gallium: separate out floating-point CAPs into its own enum
Marek Olšák
2
-12
/
+20
2011-11-22
gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
Marek Olšák
1
-1
/
+0
2011-11-21
gallium: add PIPE_SHADER_CAP_OUTPUT_READ
Vadim Girlin
1
-1
/
+2
2011-11-14
gallium: add TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
1
-2
/
+3
2011-11-03
state_trackers/vdpau: Add support for VC-1 decoding
Maarten Lankhorst
1
-0
/
+34
2011-11-03
state_trackers/vdpau: Add support for MPEG4 Part 2
Maarten Lankhorst
1
-0
/
+27
2011-11-03
state_trackers/vdpau: Add num_slices to mpeg12 picture structure
Maarten Lankhorst
1
-0
/
+1
2011-10-20
Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN/PIPE_ARCH_BIG_ENDIAN
Alan Coopersmith
1
-0
/
+9
2011-10-20
gallium: add new query types and missing documentation
Christoph Bumiller
1
-8
/
+11
2011-10-15
gallium: add PIPE_BIND_BLENDABLE flag
Christoph Bumiller
1
-4
/
+5
2011-10-14
drm_driver: Add a configuration function to the driver descriptor.
Thomas Hellstrom
1
-1
/
+46
2011-10-11
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
1
-7
/
+7
2011-10-08
gallium: add initial pure integer support (v2)
Dave Airlie
1
-0
/
+60
2011-09-30
gallium: add PIPE_CAP_TEXTURE_BARRIER
Marek Olšák
1
-1
/
+2
2011-09-30
gallium: add PIPE_CAP_CONDITIONAL_RENDER
Marek Olšák
1
-1
/
+2
2011-09-30
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
1
-3
/
+2
2011-09-30
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
1
-1
/
+0
2011-09-28
gallium: add polygon offset clamp state
Christoph Bumiller
1
-0
/
+1
2011-09-27
gallium: move border color to be a color union
Dave Airlie
1
-1
/
+1
2011-09-20
gallium: remove trailing comma to silence warning
Brian Paul
1
-1
/
+1
2011-09-20
Gallium: Increase PIPE_MAX_CLIP_PLANES to 8.
Paul Berry
1
-1
/
+1
2011-09-18
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2
-5
/
+11
2011-09-14
g3dvl: Add max_references parameter to vl_create_decoder()
Emeric Grange
2
-1
/
+2
2011-09-10
gallium: add TGSI opcodes UARL and UCMP
Bryan Cain
1
-1
/
+4
2011-09-10
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
1
-2
/
+4
2011-09-10
gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS
Marek Olšák
1
-1
/
+1
2011-09-08
Define INLINE macro in terms of inline.
José Fonseca
1
-11
/
+14
2011-09-05
gallium: add missing formats for ARB_vertex_type_2_10_10_10_rev
Dave Airlie
1
-0
/
+7
2011-09-02
gallium: add caps for MIN/MAX texel offsets.
Dave Airlie
1
-1
/
+3
2011-09-02
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
1
-1
/
+19
2011-09-01
gallium: add R8A8 and A8R8 UNORM formats
Christian König
1
-0
/
+2
2011-09-01
gallium: try to cleanup a bit of the format mess created with pipe-video merge
Christian König
1
-2
/
+3
2011-08-29
include/pipe: Fix include style
Kai Wasserbäch
2
-6
/
+6
2011-08-26
g3dvl: Rewrite the mpeg 1&2 bitstream parser
Christian König
1
-0
/
+11
2011-08-26
g3dvl: Rework the decoder interface part 5/5
Christian König
2
-2
/
+15
2011-08-26
g3dvl: Rework the decoder interface part 4/5
Christian König
1
-4
/
+8
2011-08-26
g3dvl: Rework the decoder interface part 3/5
Christian König
2
-56
/
+79
2011-08-26
g3dvl: Rework the decoder interface part 2/5
Christian König
1
-1
/
+2
2011-08-26
g3dvl: Rework the decoder interface part 1/5
Christian König
1
-28
/
+42
2011-08-21
gallium: add PIPE_OS_ANDROID support
Chia-I Wu
2
-0
/
+10
2011-08-08
gallium: silence warnings about trailing commas in enum lists
Brian Paul
2
-2
/
+2
2011-08-04
Merge branch 'glsl-to-tgsi'
Bryan Cain
1
-0
/
+1
2011-08-04
gallium: extend resource_resolve to accommodate BlitFramebuffer
Christoph Bumiller
3
-5
/
+35
2011-08-01
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
1
-0
/
+1
[next]