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: introduce data section to ir_variable
Tapani Pälli
2013-12-12
18
-75
/
+83
*
mesa: fix a typo in glDetachShader error message
Tapani Pälli
2013-12-12
1
-1
/
+1
*
svga: expose HW smooth/stipple/wide lines
Brian Paul
2013-12-11
7
-14
/
+99
*
glx: Add missing null check in DRI2WireToEvent
Juha-Pekka Heikkila
2013-12-11
1
-0
/
+2
*
llvmpipe: add plumbing for ARB_depth_clamp
Matthew McClure
2013-12-11
4
-35
/
+62
*
r600g/sb: fix stack size computation on evergreen
Vadim Girlin
2013-12-11
1
-4
/
+12
*
llvmpipe: add a very useful (disabled) debugging output
Zack Rusin
2013-12-10
1
-0
/
+20
*
draw: fix vbuf caching of vertices with inject front face
Zack Rusin
2013-12-10
1
-0
/
+1
*
llvmpipe: fix blending with half-float formats
Zack Rusin
2013-12-10
3
-5
/
+108
*
svga/winsys: Implement surface sharing using prime fd handles
Thomas Hellstrom
2013-12-10
2
-18
/
+74
*
gallium/radeon: Implement hooks for DRI Image 7 (v2)
Christopher James Halse Rogers
2013-12-10
4
-24
/
+141
*
radeon: Rename bo_handles hashtable to match its actual contents.
Christopher James Halse Rogers
2013-12-10
1
-8
/
+8
*
ilo: Support DRI Image 7
Christopher James Halse Rogers
2013-12-10
2
-3
/
+18
*
nouveau: Support DRI Image 7 extension
Maarten Lankhorst
2013-12-10
2
-3
/
+26
*
gallium/dri: Support DRI Image extension version 7
Christopher James Halse Rogers
2013-12-10
2
-10
/
+106
*
gallium/dri2: Set winsys_handle type to KMS for stride query.
Christopher James Halse Rogers
2013-12-10
1
-0
/
+1
*
gallium/winsys/drm: Prepare for passing prime fds in winsys_handle
Christopher James Halse Rogers
2013-12-10
9
-4
/
+38
*
gallium/dri: Support DRI Image extension version 6
Christopher James Halse Rogers
2013-12-10
1
-1
/
+71
*
nv50: report 15 max inputs for fragment programs
Ilia Mirkin
2013-12-10
1
-1
/
+1
*
nouveau: Fix compiler warning regression
Maarten Lankhorst
2013-12-10
1
-4
/
+0
*
swrast: fix readback regression since inversion fix
Dave Airlie
2013-12-10
1
-1
/
+1
*
dri megadriver_stub: add compatibility for older DRI loaders
Jordan Justen
2013-12-09
1
-0
/
+126
*
egl/wayland: Return -1 from get_back_bo to indicate error
Kristian Høgsberg
2013-12-09
1
-1
/
+1
*
egl_dri2: Remove the unused swap_interval member of dri2_egl_surface
Neil Roberts
2013-12-09
1
-1
/
+0
*
i965: Replace OUT_RELOC_FENCED with OUT_RELOC.
Kenneth Graunke
2013-12-09
2
-16
/
+10
*
glsl/loops: Get rid of lower_bounded_loops and ir_loop::normative_bound.
Paul Berry
2013-12-09
45
-221
/
+35
*
glsl/loops: Stop creating normatively bound loops in loop_controls.
Paul Berry
2013-12-09
3
-20
/
+41
*
glsl/loops: Get rid of loop_variable_state::max_iterations.
Paul Berry
2013-12-09
3
-38
/
+19
*
glsl/loops: Simplify loop unrolling logic by breaking into functions.
Paul Berry
2013-12-09
1
-108
/
+184
*
glsl/loops: Move some analysis from loop_controls to loop_analysis.
Paul Berry
2013-12-09
3
-80
/
+125
*
glsl/loops: Allocate loop_terminator using new(mem_ctx) syntax.
Paul Berry
2013-12-09
1
-1
/
+1
*
glsl/loops: Remove unnecessary list walk from loop_control_visitor.
Paul Berry
2013-12-09
2
-33
/
+39
*
glsl/loops: Remove unused fields iv_scale and biv from loop_variable class.
Paul Berry
2013-12-09
2
-12
/
+4
*
glsl/loops: replace loop controls with a normative bound.
Paul Berry
2013-12-09
46
-247
/
+104
*
glsl/loops: consolidate bounded loop handling into a lowering pass.
Paul Berry
2013-12-09
8
-143
/
+133
*
glsl: In loop analysis, handle unconditional second assignment.
Paul Berry
2013-12-09
1
-3
/
+4
*
glsl: Fix handling of function calls inside nested loops.
Paul Berry
2013-12-09
1
-7
/
+7
*
glsl: Fix loop analysis of nested loops.
Paul Berry
2013-12-09
2
-17
/
+29
*
glsl: Extract functions from loop_analysis::visit(ir_dereference_variable *).
Paul Berry
2013-12-09
2
-25
/
+71
*
i965/gen7+: Implement fast color clears for MSAA buffers.
Paul Berry
2013-12-09
1
-44
/
+87
*
i965/blorp: Refactor code for computing fast clear align/scaledown factors.
Paul Berry
2013-12-09
1
-19
/
+23
*
i965/blorp: allow multisample blorp clears
Paul Berry
2013-12-09
1
-18
/
+13
*
i965/blorp: Get rid of redundant num_samples blorp param.
Paul Berry
2013-12-09
5
-15
/
+12
*
i965/gen7+: Disentangle MSAA layout from fast clear state.
Paul Berry
2013-12-09
3
-48
/
+47
*
i965: Don't try to use HW blitter for glCopyPixels() when multisampled.
Paul Berry
2013-12-09
1
-0
/
+5
*
i965: Document conventions for counting layers in 2D multisample buffers.
Paul Berry
2013-12-09
4
-0
/
+27
*
i965/blorp: Improve fast color clear comment.
Paul Berry
2013-12-09
1
-1
/
+12
*
r300/compiler/tests: Fix line length check in test parser
Tom Stellard
2013-12-09
1
-1
/
+3
*
r300/compiler/tests: Fix segfault
Tom Stellard
2013-12-09
1
-6
/
+5
*
nouveau/video: update a few more h264 picparm field names
Ilia Mirkin
2013-12-09
1
-16
/
+17
[next]