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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Anuj Phogat
2012-01-27
1
-0
/
+9
*
mesa: Don't round-trip integer texture data through a floating point temp.
Eric Anholt
2012-01-27
1
-21
/
+24
*
mesa: When unpacking signed integer pixel data, don't clamp to 0.
Eric Anholt
2012-01-27
1
-33
/
+12
*
mesa: Add clamping for packing of integer data.
Eric Anholt
2012-01-27
1
-4
/
+4
*
mesa: Add missing format unpack for some integer texture formats.
Eric Anholt
2012-01-27
1
-0
/
+321
*
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
*
mesa: Fix handling of glCopyBufferSubData() for src == dst.
Eric Anholt
2012-01-27
1
-6
/
+19
*
intel: Fix accum buffer mapping since the swrast rework.
Eric Anholt
2012-01-27
1
-5
/
+7
*
mesa: Fix display list handling for GL_EXT_framebuffer_multisample.
Eric Anholt
2012-01-27
1
-0
/
+3
*
mesa: Fix display list handling for EXT_framebuffer_object.
Eric Anholt
2012-01-27
1
-0
/
+18
*
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
*
swrast: silence uninitialized var warnings
Brian Paul
2012-01-26
1
-2
/
+2
*
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/st: Assign inputsRead at right (previous) location.
José Fonseca
2012-01-25
1
-2
/
+4
*
mesa: remove ctx->Const.sRGBCapable
Marek Olšák
2012-01-25
6
-8
/
+3
*
mesa: allow exposing GL3 without EXT_texture_integer
Marek Olšák
2012-01-25
5
-16
/
+37
*
mesa: add missing integer alpha formats to _mesa_base_fbo_format
Marek Olšák
2012-01-25
1
-0
/
+9
*
st/mesa: require all s3tc formats for EXT_texture_compression_s3tc
Marek Olšák
2012-01-25
1
-1
/
+10
*
st/mesa: simplify enabling EXT_packed_depth_stencil and ARB_fbo
Marek Olšák
2012-01-25
1
-16
/
+5
*
mesa: remove obsolete comment in version.c
Marek Olšák
2012-01-25
1
-1
/
+0
*
st/mesa: inline if(1) conditional
Marek Olšák
2012-01-25
1
-219
/
+215
*
st/mesa: move fragment shader tgsi tokens into st_fp_variant
Marek Olšák
2012-01-25
4
-17
/
+8
*
st/mesa: do vertex and fragment color clamping in shaders
Marek Olšák
2012-01-25
13
-46
/
+120
*
st/mesa: Fix recurring surfaceless contexts
Benjamin Franzke
2012-01-25
1
-2
/
+4
*
mesa: Fix CopyTex{Sub,}Image error checks for integer vs non-integer.
Eric Anholt
2012-01-24
1
-8
/
+31
*
mesa: Add missing integer R/RG cases to _mesa_is_color_format().
Eric Anholt
2012-01-24
1
-0
/
+12
*
meta: Detect currently-unsupported integer CopyTexSubImage and complain.
Eric Anholt
2012-01-24
1
-0
/
+5
*
mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG).
Eric Anholt
2012-01-24
2
-51
/
+176
*
mesa: Add support for glGetTexImage on GL_TEXTURE_1D_ARRAY
Eric Anholt
2012-01-24
1
-2
/
+7
*
mesa: s/GLuint col/GLint col/ to avoid signed/unsigned comparison warnings.
Eric Anholt
2012-01-24
1
-8
/
+8
*
mesa: Add support for glGetTexImage() from integer textures.
Eric Anholt
2012-01-24
1
-38
/
+80
*
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
[next]