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
...
*
meta: Expand the vertex structure for the CopyPixels paths
Ian Romanick
2014-02-11
1
-10
/
+13
*
meta: Expand the vertex structure for the BlitFramebuffer paths
Ian Romanick
2014-02-11
1
-30
/
+36
*
nv30,nvc0: only claim a single viewport
Ilia Mirkin
2014-02-11
2
-0
/
+4
*
st/clover: use VISIBILITY_CXXFLAGS where approapriate
Emil Velikov
2014-02-11
1
-3
/
+3
*
omx: use VISIBILITY_CFLAGS to control exported symbols
Emil Velikov
2014-02-11
4
-1
/
+4
*
osmesa: drop obsolete AM_CXXFLAGS
Emil Velikov
2014-02-11
1
-2
/
+0
*
st/vdpau: automake: export only PUBLIC symbols
Emil Velikov
2014-02-11
1
-0
/
+1
*
st/vdpau: do not export VdpPresentationQueueTargetCreateX11
Emil Velikov
2014-02-11
2
-2
/
+4
*
wayland-egl: automake: add symbol test
Emil Velikov
2014-02-11
2
-0
/
+18
*
st/egl: automake: avoid exporting all symbols
Emil Velikov
2014-02-11
1
-0
/
+1
*
targets/egl-static: automake: don't export local symbols
Emil Velikov
2014-02-11
1
-0
/
+1
*
gbm: automake: add symbol tests
Emil Velikov
2014-02-11
4
-0
/
+50
*
targets/gbm: automake: do not export internal symbols
Emil Velikov
2014-02-11
1
-0
/
+1
*
gbm: do not export _gbm_mesa_get_device
Emil Velikov
2014-02-11
2
-2
/
+2
*
gbm: automake: add
Emil Velikov
2014-02-11
1
-1
/
+2
*
st/gbm: automake: do not export gbm_gallium_drm_device_create
Emil Velikov
2014-02-11
1
-1
/
+3
*
auxiliary/pipe-loader: automake: avoid exporting all symbols
Emil Velikov
2014-02-11
1
-0
/
+1
*
egl/dri2/android: free driver_name in dri2_initialize_android error path
Emil Velikov
2014-02-11
1
-1
/
+3
*
dri/nouveau: Pass the API into _mesa_initialize_context
Emil Velikov
2014-02-11
6
-10
/
+16
*
gbm: drop unneeded dependency of libudev
Emil Velikov
2014-02-11
2
-4
/
+0
*
opencl: do not link against libudev
Emil Velikov
2014-02-11
1
-1
/
+1
*
gallium/tests: do not link against libudev
Emil Velikov
2014-02-11
1
-1
/
+0
*
egl-static: stop linking against libudev
Emil Velikov
2014-02-11
1
-1
/
+0
*
egl_dri2: remove LIBUDEV_CFLAGS from Makefile.am
Emil Velikov
2014-02-11
1
-1
/
+0
*
pipe-loader: drop obsolete libudev.h include
Emil Velikov
2014-02-11
1
-1
/
+0
*
omx/radeonsi: fix target
Christian König
2014-02-11
1
-0
/
+4
*
vl: add H264 encoding interface
Christian König
2014-02-11
5
-5
/
+64
*
i965: Don't call abort() on an unknown device.
Kenneth Graunke
2014-02-11
2
-2
/
+4
*
glsl: Add locking to builtin_builder singleton
Daniel Kurtz
2014-02-11
1
-1
/
+10
*
i965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-4
/
+2
*
i965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashing a bit.
Kenneth Graunke
2014-02-11
1
-2
/
+1
*
r600g: add support for multiple viewports.
Dave Airlie
2014-02-11
9
-40
/
+98
*
st/mesa: add support for GL_ARB_viewport_array (v0.2)
Dave Airlie
2014-02-11
5
-56
/
+73
*
st/mesa: add support for viewport index semantic
Dave Airlie
2014-02-11
1
-0
/
+9
*
i965: Program 2x MSAA sample positions.
Kenneth Graunke
2014-02-10
3
-4
/
+16
*
i965: Store 4x MSAA sample positions in a scalar value, not an array.
Kenneth Graunke
2014-02-10
3
-4
/
+4
*
i965: Duplicate less code in GetSamplePositions driver hook.
Kenneth Graunke
2014-02-10
1
-11
/
+12
*
nouveau/video: make sure that firmware is present when checking caps
Ilia Mirkin
2014-02-10
3
-4
/
+147
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
33
-103
/
+103
*
mesa: remove duplicated init of MaxViewports
Maxence Le Doré
2014-02-09
1
-3
/
+0
*
gallium: add geometry shader output limits
Grigori Goronzy
2014-02-09
15
-1
/
+54
*
mesa: Removed unnecessary check for NULL pointer when freeing memory
Siavash Eliasi
2014-02-09
1
-2
/
+1
*
nv30: report 8 maximum inputs
Ilia Mirkin
2014-02-08
1
-1
/
+1
*
nv50/ir/ra: some register spilling fixes
Christoph Bumiller
2014-02-09
1
-5
/
+34
*
mesa: update assertion in detach_shader() for geom shaders
Brian Paul
2014-02-08
1
-0
/
+1
*
mesa: allocate gl_debug_state on demand
Brian Paul
2014-02-08
9
-153
/
+274
*
mesa: trivial clean-ups in errors.c
Brian Paul
2014-02-08
1
-41
/
+84
*
mesa: remove _mesa_ prefix from some static functions
Brian Paul
2014-02-08
1
-27
/
+23
*
i965: Label JIP and UIP in Broadwell shader disassembly.
Kenneth Graunke
2014-02-07
1
-2
/
+6
*
i965: Don't disassemble UIP field for Broadwell WHILE instructions.
Kenneth Graunke
2014-02-07
1
-2
/
+1
[prev]
[next]