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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
[prev]
[next]