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
*
i965/vs: Use the sampler for VS pull constant loading on Ivybridge.
Kenneth Graunke
2012-01-27
1
-0
/
+17
*
i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.
Kenneth Graunke
2012-01-27
2
-10
/
+22
*
i965: Set pitch of pull constant buffers to 16.
Paul Berry
2012-01-27
2
-2
/
+2
*
intel: use swrast code to map/unmap renderbuffers for swrast rendering
Brian Paul
2012-01-27
1
-79
/
+2
*
mesa: remove ctx->Driver.Map/UnmapTexture() hooks
Brian Paul
2012-01-27
1
-2
/
+0
*
nouveau: stop calling ctx->Driver.Map/UnmapTexture()
Brian Paul
2012-01-27
2
-40
/
+4
*
intel: remove intel_span_supports_format()
Brian Paul
2012-01-27
3
-21
/
+0
*
dri/swrast: use swrast_renderbuffer type
Brian Paul
2012-01-27
2
-35
/
+41
*
osmesa: use swrast_renderbuffer
Brian Paul
2012-01-27
1
-42
/
+45
*
radeon: derive radeon_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-27
14
-64
/
+73
*
intel: derive intel_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-27
7
-49
/
+55
*
xlib: derive xmesa_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-27
4
-24
/
+27
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-27
11
-42
/
+56
*
dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbuffer
Brian Paul
2012-01-27
2
-14
/
+14
*
xlib: remove xm_span.c and related code
Brian Paul
2012-01-27
6
-249
/
+1
*
mesa: remove gl_renderbuffer::Wrapped
Brian Paul
2012-01-27
4
-13
/
+13
*
mesa: rename gl_renderbuffer::Data to Buffer
Brian Paul
2012-01-27
4
-25
/
+25
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-27
10
-117
/
+17
*
mesa: remove gl_renderbuffer:RowStride field
Brian Paul
2012-01-27
4
-7
/
+2
*
dri: remove all the obsolete spantmp files
Brian Paul
2012-01-27
4
-1259
/
+0
*
radeon: remove obsolete GetRow/PutRow code
Brian Paul
2012-01-27
2
-167
/
+0
*
nouveau: remove obsolete GetRow/PutRow code
Brian Paul
2012-01-27
1
-85
/
+0
*
intel: remove most of the span Get/PutRow code
Brian Paul
2012-01-27
2
-134
/
+1
*
dri/swrast: remove obsolete GetRow/PutRow code
Brian Paul
2012-01-27
5
-584
/
+1
*
osmesa: remove obsolete GetRow/PutRow code
Brian Paul
2012-01-27
1
-430
/
+1
*
xlib: remove obsolete GetRow/PutRow code
Brian Paul
2012-01-27
1
-1594
/
+3
*
mesa: use gl_renderbuffer::Map for all depth/stencil accesses
Brian Paul
2012-01-27
2
-10
/
+14
*
intel: make intel_renderbuffer_map/unmap() static
Brian Paul
2012-01-27
2
-6
/
+3
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-27
5
-21
/
+21
*
meta: Detect currently-unsupported integer CopyTexSubImage and complain.
Eric Anholt
2012-01-27
1
-0
/
+5
*
i965/gen6+: Work around GPU hangs with logic ops on integer textures.
Eric Anholt
2012-01-27
1
-2
/
+7
*
i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.
Eric Anholt
2012-01-27
1
-6
/
+23
*
i965: Fix border color on Sandybridge and Ivybridge.
Kenneth Graunke
2012-01-24
1
-1
/
+7
*
mesa: Set default access flags based on the run-time API
Ian Romanick
2012-01-24
3
-3
/
+3
*
i965: Fix disassembly of data port writes on Ivybridge.
Kenneth Graunke
2012-01-24
1
-1
/
+12
*
i965: Fix disassembly of sampler messages on Ivybridge.
Kenneth Graunke
2012-01-24
1
-1
/
+7
*
i965/vs: Take attributes into account when deciding urb_entry_size.
Kenneth Graunke
2012-01-24
2
-5
/
+8
*
intel: Set depth to 6 for cubemaps
Ian Romanick
2012-01-24
2
-5
/
+5
*
i965: Add support for Z16 depth formats.
Eric Anholt
2012-01-24
2
-0
/
+10
*
i965/gen7: Set up surface horizontal alignment field.
Eric Anholt
2012-01-24
1
-1
/
+4
*
i965/gen7: Remove stale comment.
Eric Anholt
2012-01-24
1
-1
/
+0
*
i965: Fix leak of the program cache BO on context destroy.
Eric Anholt
2012-01-24
1
-0
/
+2
*
i965/vs: Fix leak of an empty hash_table structure per compile.
Eric Anholt
2012-01-24
1
-4
/
+0
*
i965: Fix refcount leak of the gl_program structure.
Eric Anholt
2012-01-24
1
-0
/
+2
*
mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
2012-01-24
2
-2
/
+2
*
i965: Bump Ivybridge's fake MRF range to g112-127 instead of g111-126.
Kenneth Graunke
2012-01-24
1
-1
/
+9
*
intel: Return if pointer to intel_context is null
Anuj Phogat
2012-01-24
1
-7
/
+7
*
intel: Fix warnings of undefined ffs().
Eric Anholt
2012-01-24
1
-0
/
+1
*
i965: Comment gen6_hiz_get_framebuffer_enum()
Chad Versace
2012-01-24
1
-4
/
+6
*
i965: Remove the INTEL_OLD_VS option.
Kenneth Graunke
2012-01-19
3
-10
/
+3
[next]