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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium/docs: document more CAPs
Marek Olšák
2012-01-25
1
-0
/
+20
*
r600g: nuke the fallback for vertex and fragment color clamping
Marek Olšák
2012-01-25
6
-53
/
+1
*
r300g: nuke the fallback for fragment color clamping
Marek Olšák
2012-01-25
5
-36
/
+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
22
-56
/
+147
*
st/xvmc: remove xorg-server dependency
Christian König
2012-01-25
2
-2
/
+3
*
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
*
dri/swrast: remove obsolete swrast_span.c file from source list
Brian Paul
2012-01-24
1
-2
/
+1
*
swrast: fix uninitialized variable warning
Brian Paul
2012-01-24
1
-1
/
+1
*
swrast: make rowStride variable signed in put_z32_values()
Brian Paul
2012-01-24
1
-1
/
+1
*
intel: use swrast code to map/unmap renderbuffers for swrast rendering
Brian Paul
2012-01-24
1
-79
/
+2
*
mesa: update comments, fix whitespace in dd.h
Brian Paul
2012-01-24
1
-21
/
+14
*
swrast: remove unused StoreTexel code
Brian Paul
2012-01-24
4
-1187
/
+183
*
swrast: use Map/UnmapTextureImage() in framebuffer map/unmap code
Brian Paul
2012-01-24
1
-15
/
+13
*
mesa: remove ctx->Driver.Map/UnmapTexture() hooks
Brian Paul
2012-01-24
3
-10
/
+0
*
nouveau: stop calling ctx->Driver.Map/UnmapTexture()
Brian Paul
2012-01-24
2
-40
/
+4
*
tnl: remove ctx->Driver.Map/UnmapTexture() calls
Brian Paul
2012-01-24
1
-8
/
+2
*
swrast: move some renderbuffer functions to s_renderbuffer.c
Brian Paul
2012-01-24
2
-121
/
+121
*
intel: remove intel_span_supports_format()
Brian Paul
2012-01-24
3
-21
/
+0
*
swrast: remove a few extra _mesa_get_format_bytes() calls
Brian Paul
2012-01-24
1
-4
/
+6
*
mesa: update comments for gl_renderbuffer
Brian Paul
2012-01-24
1
-16
/
+9
*
mesa/swrast/drivers: remove obsolete gl_renderbuffer fields
Brian Paul
2012-01-24
1
-7
/
+0
*
dri/swrast: use swrast_renderbuffer type
Brian Paul
2012-01-24
2
-35
/
+41
*
swrast: use swrast_renderbuffer instead of gl_renderbuffer
Brian Paul
2012-01-24
9
-41
/
+62
*
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
*
swrast: allocate swrast_renderbuffers instead of gl_renderbuffers
Brian Paul
2012-01-24
2
-7
/
+7
*
swrast: new swrast_renderbuffer type
Brian Paul
2012-01-24
1
-0
/
+25
*
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
*
swrast: use stencil packing function in s_stencil.c
Brian Paul
2012-01-24
1
-1
/
+3
*
swrast: use color packing functions in s_span.c
Brian Paul
2012-01-24
1
-4
/
+9
[next]