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
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/blorp: Add support for blits between SRGB and linear formats.
Kenneth Graunke
2012-09-20
2
-4
/
+8
*
ra: Add q_values parameter to ra_set_finalize()
Tom Stellard
2012-09-19
2
-2
/
+2
*
i965: Stop putting 8 NOPs after each prorgam.
Eric Anholt
2012-09-17
1
-8
/
+0
*
i965: Test instruction compaction on gen7
Eric Anholt
2012-09-17
2
-10
/
+23
*
i965: Add support for instruction compaction on Gen7.
Kenneth Graunke
2012-09-17
3
-33
/
+220
*
i965: Support instruction compaction between control flow.
Eric Anholt
2012-09-17
1
-28
/
+92
*
i965: Add support for instruction compaction.
Eric Anholt
2012-09-17
10
-8
/
+946
*
i965: Prepare the break/cont uip/jip setting for compacted instructions.
Eric Anholt
2012-09-17
1
-14
/
+43
*
i965: Move program dump to a helper function in brw_eu.c.
Eric Anholt
2012-09-17
7
-55
/
+40
*
i965: Make a linkable library for the contents of i965_dri.so.
Eric Anholt
2012-09-17
2
-5
/
+13
*
dri: Reuse dri_test.c for stub glapi symbols for unit testing.
Eric Anholt
2012-09-17
2
-1
/
+9
*
i965: Clear brw_compile on setup.
Eric Anholt
2012-09-17
1
-0
/
+2
*
meta: Don't _mesa_set_enable() invalid targets in ES 1.
Kenneth Graunke
2012-09-15
1
-8
/
+13
*
mesa: remove FEATURE_APPLE_object_purgeable define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
mesa: remove FEATURE_EXT_framebuffer_blit define.
Oliver McFadden
2012-09-15
2
-4
/
+0
*
mesa: remove FEATURE_OES_EGL_image define.
Oliver McFadden
2012-09-15
8
-29
/
+0
*
mesa: remove FEATURE_EXT_framebuffer_object define.
Oliver McFadden
2012-09-15
2
-4
/
+0
*
mesa: remove FEATURE_OES_draw_texture define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_feedback define.
Oliver McFadden
2012-09-15
1
-6
/
+0
*
vbo: add a prefix to count_tessellated_primitives
Dave Airlie
2012-09-15
1
-1
/
+1
*
meta: make mem_ctx non-global.
Dave Airlie
2012-09-15
2
-3
/
+1
*
meta: Refactor handling of GL_MULTISAMPLE.
Paul Berry
2012-09-14
1
-31
/
+2
*
_mesa_meta_GenerateMipmap: Generate separate shaders for glsl 120 / 130
Anuj Phogat
2012-09-14
1
-20
/
+58
*
_mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...
Anuj Phogat
2012-09-14
2
-6
/
+74
*
i965: Fix out-of-order sampler unit usage in ARB fragment programs.
Kenneth Graunke
2012-09-12
2
-2
/
+5
*
i965/blorp: Fix offsets and width/height for stencil blits.
Paul Berry
2012-09-12
1
-9
/
+37
*
i965/blorp: Reduce alignment restrictions for stencil blits.
Paul Berry
2012-09-12
1
-6
/
+17
*
i965/blorp: don't reduce stencil alignment restrictions when multisampling.
Paul Berry
2012-09-12
1
-9
/
+1
*
intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.
Paul Berry
2012-09-12
8
-13
/
+31
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-12
8
-13
/
+21
*
i965/blorp: Account for offsets when emitting SURFACE_STATE.
Paul Berry
2012-09-12
4
-4
/
+48
*
i965/blorp: Thread level and layer through brw_blorp_blit_miptrees().
Paul Berry
2012-09-12
3
-6
/
+19
*
i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.
Paul Berry
2012-09-12
1
-8
/
+1
*
i965/blorp: store x and y offsets in brw_blorp_mip_info.
Paul Berry
2012-09-12
4
-28
/
+31
*
i965/blorp: store surface width/height in brw_blorp_mip_info.
Paul Berry
2012-09-12
5
-37
/
+48
*
i965/blorp: Change gl_renderbuffer* params to intel_renderbuffer*.
Paul Berry
2012-09-12
1
-28
/
+32
*
i965/blorp: Clarify why width/height must be adjusted for Gen6 IMS surfaces.
Paul Berry
2012-09-12
2
-1
/
+10
*
i965/gen6+: Adjust stencil buffer size after computing miptree layout.
Paul Berry
2012-09-12
1
-12
/
+16
*
i965: Remove incorrect comment above opt_algebraic.
Kenneth Graunke
2012-09-10
1
-8
/
+0
*
Set OSMESA_VERSION=8.
Johannes Obermayr
2012-09-07
2
-3
/
+3
*
i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE.
Eric Anholt
2012-09-07
1
-0
/
+24
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
4
-2
/
+38
*
i965: Make the param pointer arrays for the WM dynamically sized.
Eric Anholt
2012-09-07
5
-4
/
+46
*
i965: Add functions for comparing two brw_wm/vs_prog_data structs.
Eric Anholt
2012-09-07
6
-6
/
+78
*
i965: Fix primitive restart on Haswell.
Kenneth Graunke
2012-09-06
5
-1
/
+43
*
intel: avoid undefined variable warnings in intel_screen.c
Paul Berry
2012-09-06
1
-2
/
+3
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
6
-23
/
+11
*
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
[prev]
[next]