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
*
automake: src/mesa/drivers/osmesa
Matt Turner
2012-01-30
4
-53
/
+101
*
dri: Add a default drirc to be installed to provide application workarounds.
Eric Anholt
2012-01-30
2
-0
/
+9
*
i965: Add a driconf option to force GLSL extension behavior to "warn".
Eric Anholt
2012-01-30
3
-1
/
+14
*
intel: Use libdrm's decode functionality instead of the gpu-tools copy.
Eric Anholt
2012-01-30
5
-2795
/
+41
*
i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present.
Eric Anholt
2012-01-30
1
-1
/
+0
*
i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
Eric Anholt
2012-01-30
3
-3
/
+6
*
i965/fs: Fix rendering corruption in unigine tropics.
Eric Anholt
2012-01-30
4
-4
/
+17
*
Rename R300_NO_TCL envvar to RADEON_NO_TCL
Matt Turner
2012-01-30
1
-1
/
+1
*
dri: don't link with DRICORE_LIB_DEPS
Matt Turner
2012-01-28
6
-7
/
+1
*
i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
2012-01-28
3
-5
/
+27
*
i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures.
Eric Anholt
2012-01-27
1
-0
/
+11
*
intel: Pass the gl_renderbuffer to render_target_supported() vtable method.
Eric Anholt
2012-01-27
7
-10
/
+17
*
intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.
Eric Anholt
2012-01-27
1
-1
/
+1
*
intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.
Eric Anholt
2012-01-27
1
-20
/
+9
*
intel: Drop intel_wrap_miptree().
Eric Anholt
2012-01-27
1
-53
/
+3
*
intel: Comment typo fix.
Eric Anholt
2012-01-27
1
-1
/
+1
*
intel: Fix accum buffer mapping since the swrast rework.
Eric Anholt
2012-01-27
1
-5
/
+7
*
i965/automake: use $top_srcdir instead of relative links
Matt Turner
2012-01-27
1
-3
/
+3
*
dri common: add .gitignore
Matt Turner
2012-01-27
1
-1
/
+3
*
dri: make sure to build libdricommon.la
Matt Turner
2012-01-26
1
-1
/
+1
*
i965: Drop the missing symbols link test.
Eric Anholt
2012-01-26
1
-9
/
+0
*
nouveau: Fix missing dri common symbols after automake conversion.
Eric Anholt
2012-01-26
1
-1
/
+2
*
radeon: Fix missing dri common symbols after automake conversion.
Eric Anholt
2012-01-26
2
-2
/
+4
*
dri: Move the compile of the common files to a convenience library.
Eric Anholt
2012-01-26
3
-20
/
+43
*
i915: Fix driver after automakeification.
Eric Anholt
2012-01-26
1
-1
/
+9
*
i965/vs: Use the sampler for VS pull constant loading on Ivybridge.
Kenneth Graunke
2012-01-26
1
-0
/
+17
*
i965: Expose brw_set_sampler_message for use outside brw_eu_emit.c.
Kenneth Graunke
2012-01-26
2
-10
/
+22
*
nouveau: include s_context.h to silence missing prototype warnings
Brian Paul
2012-01-26
1
-0
/
+1
*
i965/gen6/GT1: Increase max_vs_entries to 256.
Paul Berry
2012-01-25
1
-1
/
+1
*
i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.
Paul Berry
2012-01-25
1
-1
/
+4
*
mesa: remove ctx->Const.sRGBCapable
Marek Olšák
2012-01-25
1
-1
/
+0
*
meta: Detect currently-unsupported integer CopyTexSubImage and complain.
Eric Anholt
2012-01-24
1
-0
/
+5
*
i965/gen6+: Work around GPU hangs with logic ops on integer textures.
Eric Anholt
2012-01-24
1
-2
/
+7
*
i965/gen6+: Disable blending, alpha test, and dither on integer FBOs.
Eric Anholt
2012-01-24
1
-6
/
+23
*
mesa/gdi: remove wmesa_set_renderbuffer_funcs() function
Brian Paul
2012-01-24
1
-50
/
+0
*
dri/swrast: remove obsolete swrast_span.c file from source list
Brian Paul
2012-01-24
1
-2
/
+1
*
intel: use swrast code to map/unmap renderbuffers for swrast rendering
Brian Paul
2012-01-24
1
-79
/
+2
*
mesa: remove ctx->Driver.Map/UnmapTexture() hooks
Brian Paul
2012-01-24
1
-2
/
+0
*
nouveau: stop calling ctx->Driver.Map/UnmapTexture()
Brian Paul
2012-01-24
2
-40
/
+4
*
intel: remove intel_span_supports_format()
Brian Paul
2012-01-24
3
-21
/
+0
*
dri/swrast: use swrast_renderbuffer type
Brian Paul
2012-01-24
2
-35
/
+41
*
osmesa: use swrast_renderbuffer
Brian Paul
2012-01-24
1
-42
/
+45
*
radeon: derive radeon_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
14
-64
/
+73
*
intel: derive intel_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
7
-49
/
+55
*
xlib: derive xmesa_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
4
-24
/
+27
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
11
-42
/
+56
*
dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbuffer
Brian Paul
2012-01-24
2
-14
/
+14
*
xlib: remove xm_span.c and related code
Brian Paul
2012-01-24
6
-249
/
+1
*
mesa: remove gl_renderbuffer::Wrapped
Brian Paul
2012-01-24
4
-13
/
+13
*
mesa: rename gl_renderbuffer::Data to Buffer
Brian Paul
2012-01-24
4
-25
/
+25
[next]