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
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
15
-23
/
+21
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-9
/
+9
*
i965/blorp: Fix incorrect indentation.
Paul Berry
2012-09-05
1
-2
/
+2
*
i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.
Kenneth Graunke
2012-09-05
1
-1
/
+1
*
meta: Don't save and restore fog state when there is no fog state
Ian Romanick
2012-09-03
1
-2
/
+6
*
radeon: fix free/FREE mistake
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
19
-55
/
+55
*
mesa: s/CALLOC/calloc/
Brian Paul
2012-09-01
8
-17
/
+17
*
mesa: s/MALLOC/malloc/
Brian Paul
2012-09-01
5
-12
/
+12
*
i965/fs: Don't use brw->fragment_program in calculate_urb_setup().
Kenneth Graunke
2012-08-31
1
-1
/
+1
*
dri: Rework planar image interface
Jakob Bornecrantz
2012-08-31
2
-8
/
+153
*
xmlconfig: use __progname when building for Android
Tapani Pälli
2012-08-31
1
-1
/
+1
*
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
2012-08-31
4
-4
/
+4
*
i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
Anuj Phogat
2012-08-30
2
-2
/
+3
*
meta: remove call to _meta_in_progress(), fix multisample enable/disable
Brian Paul
2012-08-30
1
-2
/
+31
*
meta: add parenthesis to silence compiler warnings
Brian Paul
2012-08-30
1
-2
/
+2
*
i965/fs: Remove a dead member from live variables analysis.
Eric Anholt
2012-08-29
2
-6
/
+0
*
i965/fs: Initialize output_components[] by filling it with zeros.
Kenneth Graunke
2012-08-29
1
-0
/
+1
*
i965: Allow creation of OpenGL 3.1 contexts
Ian Romanick
2012-08-29
1
-0
/
+19
*
i965: Advertise GLSL 1.40 and TexBOs in core contexts
Ian Romanick
2012-08-29
1
-1
/
+9
*
intel: Clean up bits of cruft in intelCreateContext
Ian Romanick
2012-08-29
1
-40
/
+11
*
i965: Set context flags
Ian Romanick
2012-08-29
3
-2
/
+12
*
mesa/dri: Allow creation of forward-compatible contexts
Ian Romanick
2012-08-29
1
-5
/
+5
*
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
Ian Romanick
2012-08-29
2
-4
/
+0
*
meta: Don't use deprecated keyword in 1.30 shader
Ian Romanick
2012-08-29
1
-1
/
+1
*
mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core context
Ian Romanick
2012-08-29
1
-2
/
+8
*
meta: Don't stray outside the confines of the API specified in the context
Paul Berry
2012-08-29
1
-42
/
+58
*
meta: Add GLSL variant of _mesa_meta_GenerateMipmap() function
Anuj Phogat
2012-08-29
1
-58
/
+220
*
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
2012-08-28
3
-15
/
+34
*
i965: Replace general sw fallback support with a manual check for rendermode.
Eric Anholt
2012-08-28
5
-120
/
+14
*
intel: Move RenderMode fallback func to i915 driver.
Eric Anholt
2012-08-28
5
-18
/
+20
*
i965: Drop the old sw fallback for position array being disabled.
Eric Anholt
2012-08-28
1
-7
/
+0
*
i965: Drop support for forcing drawing through sw fallbacks.
Eric Anholt
2012-08-28
2
-5
/
+2
*
i965: Move depth resolve for span fallbacks to a simpler place.
Eric Anholt
2012-08-28
2
-28
/
+3
*
i965: Drop manual hiz resolves in span rendering.
Eric Anholt
2012-08-28
1
-10
/
+0
*
i965: Make VS programs obey the shader_precompile driconf option.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Reenable the fragment shader precompile.
Kenneth Graunke
2012-08-27
1
-1
/
+1
*
i965: Set swizzle fields in the VS precompile program key.
Kenneth Graunke
2012-08-27
1
-0
/
+11
*
i965/vs: Add VS program key dumping to INTEL_DEBUG=perf.
Kenneth Graunke
2012-08-27
3
-1
/
+76
*
i965/fs: Assume shadow sampler swizzling is <X, X, X, 1>.
Kenneth Graunke
2012-08-27
1
-2
/
+8
*
i965: Index sampler program key data by linker-assigned index.
Kenneth Graunke
2012-08-27
6
-30
/
+30
*
i965: Only set proj_attrib_mask for fixed function.
Kenneth Graunke
2012-08-27
2
-2
/
+12
*
i965: Don't set stats_wm in the WM program key on Gen6+.
Kenneth Graunke
2012-08-27
1
-1
/
+3
*
i965: Don't set vp_outputs_written in the WM program key on Gen6+.
Kenneth Graunke
2012-08-27
2
-5
/
+10
*
i965: Double the size of the state cache.
Kenneth Graunke
2012-08-27
1
-2
/
+2
*
i965: Move hiz resolve to after renderbuffer resizing (v2)
Chad Versace
2012-08-27
1
-4
/
+5
*
i965: Remove redundant null check
Chad Versace
2012-08-27
1
-2
/
+1
*
i965: Rewrite the comment describing the query object support.
Eric Anholt
2012-08-26
1
-10
/
+12
*
i965/gen6+: Add support for GL_ARB_timer_query.
Eric Anholt
2012-08-26
4
-0
/
+62
*
i965: Add support for GL_ARB_occlusion_query2.
Eric Anholt
2012-08-26
1
-0
/
+1
[next]