index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Fix derived vertex state not being updated in glCallList()
Fredrik Höglund
2013-11-15
1
-6
/
+16
*
dri: Change value param to unsigned
Ian Romanick
2013-11-15
4
-4
/
+4
*
i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiB
Ian Romanick
2013-11-15
1
-3
/
+7
*
i915: Use drm_intel_get_aperture_sizes instead of drmAgpSize
Ian Romanick
2013-11-15
1
-2
/
+6
*
dri: Remove redundant createNewContext function from __DRIimageDriverExtension
Kristian Høgsberg
2013-11-15
3
-54
/
+15
*
wayland: Use __DRIimage based getBuffers implementation when available
Kristian Høgsberg
2013-11-15
2
-47
/
+96
*
gbm: Add support for __DRIimage based getBuffers when available
Kristian Høgsberg
2013-11-15
3
-10
/
+72
*
dri/i915, dri/i965: Fix support for planar images
Ander Conselvan de Oliveira
2013-11-15
2
-2
/
+4
*
i965/fs: Try a different pre-scheduling heuristic if the first spills.
Eric Anholt
2013-11-15
5
-54
/
+76
*
i965/fs: Do instruction pre-scheduling just before register allocation.
Eric Anholt
2013-11-15
1
-2
/
+2
*
i965/fs: Ignore actual latency pre-reg-alloc.
Eric Anholt
2013-11-15
1
-21
/
+29
*
i965/fs: Fix message setup for SIMD8 spills.
Eric Anholt
2013-11-15
1
-1
/
+1
*
i965/fs: Prefer things we know reduce reg pressure when pre-scheduling.
Eric Anholt
2013-11-15
1
-0
/
+144
*
i965: Fix undefined value usage in ABO setup.
Eric Anholt
2013-11-15
1
-1
/
+1
*
clover: Fix the const variant of adaptor_range::end to deal with mismatching ...
Francisco Jerez
2013-11-15
1
-1
/
+2
*
gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection
Cyril Brulebois
2013-11-15
1
-6
/
+6
*
meta: enable vertex attributes in the context of the newly created array object
Petr Sebor
2013-11-15
1
-2
/
+3
*
mesa: call update_array_format() after error checking
Brian Paul
2013-11-15
1
-5
/
+5
*
nouveau/video: mark bitstream-level acceleration as unsupported
Ilia Mirkin
2013-11-15
1
-2
/
+2
*
nouveau/video: don't try on nv3x
Ilia Mirkin
2013-11-15
1
-2
/
+2
*
egl-static: Only export necessary symbols v3
Tom Stellard
2013-11-15
2
-0
/
+5
*
configure.ac: Don't require shared LLVM when building OpenCL
Tom Stellard
2013-11-15
1
-6
/
+0
*
pipe-loader: Only export necessary symbols v3
Tom Stellard
2013-11-15
2
-0
/
+5
*
radeonsi/compute: Add Sea Islands support
Tom Stellard
2013-11-15
1
-3
/
+12
*
tests: Fix make check for out of tree builds.
Rico Schüller
2013-11-15
2
-0
/
+2
*
osmesa: fix broken triangle/line drawing when using float color buffer
Brian Paul
2013-11-15
1
-0
/
+16
*
i965: convert brw_lower_offset_array_visitor to ir_rvalue_visitor
Chris Forbes
2013-11-15
1
-7
/
+11
*
glsl: fix missing breaks in equals(ir_texture,..)
Chris Forbes
2013-11-15
1
-0
/
+2
*
i965/fs: Don't perform CSE on inst HW_REG dests (unless it's null)
Matt Turner
2013-11-15
1
-1
/
+2
*
Add .cherry-ignore file
Ian Romanick
2013-11-15
1
-0
/
+3
*
glx: Back DRI3 enablement out of the stable branch.
Eric Anholt
2013-11-15
3
-13
/
+3
*
glx: change query_renderer_integer() value param to unsigned
Brian Paul
2013-11-15
3
-3
/
+4
*
glx: Fix scons build.
José Fonseca
2013-11-15
1
-0
/
+3
*
swrast: add missing notify_reset parameter to dri_create_context()
Brian Paul
2013-11-15
1
-0
/
+1
*
scons: Add dri2_query_renderer.c to sources.
José Fonseca
2013-11-15
1
-0
/
+1
*
st/dri: Fix dri_create_context declaration prototype.
José Fonseca
2013-11-15
1
-0
/
+1
*
haiku/swrast: Inherit gl_config, fix flush
Alexander von Gluck IV
2013-11-14
2
-37
/
+26
*
haiku: add swrast driver
Alexander von Gluck IV
2013-11-13
5
-0
/
+873
*
dri3: Fix pixmap buf_id computation
10.0-branchpoint
Keith Packard
2013-11-07
1
-1
/
+1
*
glx: Add a more informative debug message in a DRI3 error path.
Eric Anholt
2013-11-07
1
-0
/
+7
*
Add DRI3+Present loader
Keith Packard
2013-11-07
7
-4
/
+2204
*
dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension
Keith Packard
2013-11-07
12
-11
/
+428
*
dri/i915,dri/i965: Use driGLFormatToImageFormat and driImageFormatToGLFormat
Keith Packard
2013-11-07
2
-108
/
+8
*
dri/common: Add functions mapping MESA_FORMAT_* <-> __DRI_IMAGE_FORMAT_*
Keith Packard
2013-11-07
2
-0
/
+68
*
Define __DRI_IMAGE_FORMAT_SARGB8
Keith Packard
2013-11-07
1
-0
/
+1
*
dri/intel: Add explicit size parameter to intel_region_alloc_for_fd
Keith Packard
2013-11-07
6
-9
/
+10
*
dri/intel: Split out DRI2 buffer update code to separate function
Keith Packard
2013-11-07
2
-44
/
+68
*
drivers/dri/common: A few dri2 functions are not actually DRI2 specific
Keith Packard
2013-11-07
2
-59
/
+76
*
gallivm: deduplicate some indirect register address code
Roland Scheidegger
2013-11-08
1
-157
/
+96
*
glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_renderer
Ian Romanick
2013-11-07
3
-6
/
+314
[prev]
[next]