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
*
glsl: Rework interface block linking.
Paul Berry
2013-11-15
1
-20
/
+251
*
i965: Fix vertical alignment for multisampled buffers.
Paul Berry
2013-11-15
1
-4
/
+7
*
main: Fix MaxUniformComponents for geometry shaders.
Paul Berry
2013-11-15
1
-1
/
+1
*
tools/trace: Several bugfixes/improvements to dump_state.py
José Fonseca
2013-11-15
1
-9
/
+49
*
trace: Dump user_buffer members.
José Fonseca
2013-11-15
1
-0
/
+2
*
mesa: Fix derived vertex state not being updated in glCallList()
Fredrik Höglund
2013-11-15
1
-6
/
+16
*
radeonsi: add support for Hawaii asics (v2)
Alex Deucher
2013-11-15
5
-0
/
+17
*
i965: Initialize schedule_node::delay.
Vinson Lee
2013-11-14
1
-0
/
+1
*
haiku/swrast: Inherit gl_config, fix flush
Alexander von Gluck IV
2013-11-14
2
-37
/
+26
*
llvmpipe: (trivial) fix more fallout from the setup cleanup.
Roland Scheidegger
2013-11-14
1
-2
/
+4
*
llvmpipe: (trivial) fix misplaced bld context assignment.
Roland Scheidegger
2013-11-14
1
-2
/
+1
*
gallivm: Compile flag to debug TGSI execution through printfs.
José Fonseca
2013-11-14
5
-47
/
+222
*
softpipe: (trivial) fix debug code
Roland Scheidegger
2013-11-14
1
-15
/
+10
*
llvmpipe: clean up state setup code a bit
Roland Scheidegger
2013-11-14
1
-115
/
+59
*
gallivm,llvmpipe: fix float->srgb conversion to handle NaNs
Roland Scheidegger
2013-11-14
5
-28
/
+45
*
dri: Change value param to unsigned
Ian Romanick
2013-11-13
4
-4
/
+4
*
i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiB
Ian Romanick
2013-11-13
1
-3
/
+7
*
i915: Use drm_intel_get_aperture_sizes instead of drmAgpSize
Ian Romanick
2013-11-13
1
-2
/
+6
*
i965: implement blit path for PBO glDrawPixels
Alexander Monakov
2013-11-13
2
-0
/
+120
*
haiku: add swrast driver
Alexander von Gluck IV
2013-11-13
5
-0
/
+873
*
dri: Remove redundant createNewContext function from __DRIimageDriverExtension
Kristian Høgsberg
2013-11-12
2
-46
/
+11
*
wayland: Use __DRIimage based getBuffers implementation when available
Kristian Høgsberg
2013-11-12
2
-47
/
+96
*
gbm: Add support for __DRIimage based getBuffers when available
Kristian Høgsberg
2013-11-12
3
-10
/
+72
*
dri/i915, dri/i965: Fix support for planar images
Ander Conselvan de Oliveira
2013-11-12
2
-2
/
+4
*
i965/fs: Try a different pre-scheduling heuristic if the first spills.
Eric Anholt
2013-11-12
5
-54
/
+76
*
i965/fs: Do instruction pre-scheduling just before register allocation.
Eric Anholt
2013-11-12
1
-2
/
+2
*
i965/fs: Ignore actual latency pre-reg-alloc.
Eric Anholt
2013-11-12
1
-21
/
+29
*
i965/fs: Fix message setup for SIMD8 spills.
Eric Anholt
2013-11-12
1
-1
/
+1
*
i965/fs: Prefer things we know reduce reg pressure when pre-scheduling.
Eric Anholt
2013-11-12
1
-0
/
+144
*
i965: Fix undefined value usage in ABO setup.
Eric Anholt
2013-11-12
1
-1
/
+1
*
i965: Add a warning if something ever hits a bug I noticed.
Eric Anholt
2013-11-12
1
-0
/
+4
*
nvc0: release 3d bufctx after drawing
Ben Skeggs
2013-11-13
1
-0
/
+3
*
clover: Fix the const variant of adaptor_range::end to deal with mismatching ...
Francisco Jerez
2013-11-12
1
-1
/
+2
*
draw,llvmpipe: use exponent manipulation instead of exp2 for polygon offset
Roland Scheidegger
2013-11-12
2
-19
/
+28
*
gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection
Cyril Brulebois
2013-11-12
1
-6
/
+6
*
meta: enable vertex attributes in the context of the newly created array object
Petr Sebor
2013-11-12
1
-2
/
+3
*
mesa: 80-column wrapping, remove trailing whitespace in arrayobj.c
Brian Paul
2013-11-12
1
-13
/
+16
*
mesa: add comment for struct gl_vertex_buffer_binding
Brian Paul
2013-11-12
1
-0
/
+6
*
mesa: call update_array_format() after error checking
Brian Paul
2013-11-12
1
-5
/
+5
*
mesa: use _mesa_is_bufferobj() helper in _mesa_vertex_attrib_address()
Brian Paul
2013-11-12
1
-3
/
+4
*
mesa: add const qualifiers to vertex array helper functions
Brian Paul
2013-11-12
1
-4
/
+4
*
nouveau/video: mark bitstream-level acceleration as unsupported
Ilia Mirkin
2013-11-12
1
-2
/
+2
*
nouveau/video: don't try on nv3x
Ilia Mirkin
2013-11-12
1
-2
/
+2
*
egl-static: Only export necessary symbols v3
Tom Stellard
2013-11-11
2
-0
/
+5
*
pipe-loader: Only export necessary symbols v3
Tom Stellard
2013-11-11
2
-0
/
+5
*
radeonsi/compute: Add Sea Islands support
Tom Stellard
2013-11-11
1
-3
/
+12
*
r600/llvm: Store inputs in function arguments
Vincent Lejeune
2013-11-11
3
-0
/
+121
*
tests: Fix make check for out of tree builds.
Rico Schüller
2013-11-11
2
-0
/
+2
*
i965: Move #define's inside function as local variables
Anuj Phogat
2013-11-11
1
-8
/
+5
*
i915, i965: Fix memory leak in intel_miptree_create_for_bo.
Vinson Lee
2013-11-11
2
-2
/
+6
[next]