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: fix maximum allowed proxy texture size condition
Anuj Phogat
2012-02-09
1
-11
/
+11
*
dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.
Eric Anholt
2012-02-07
1
-0
/
+3
*
dri: Fix typo in xml file that made all applications use the workaround.
Eric Anholt
2012-02-07
1
-1
/
+1
*
dri: Add a default drirc to be installed to provide application workarounds.
Eric Anholt
2012-02-07
1
-0
/
+7
*
vbo: fix a building error
Chih-Wei Huang
2012-02-07
1
-0
/
+2
*
glsl: Add error case for switch() with two default cases.
Eric Anholt
2012-02-07
2
-0
/
+16
*
glsl: Throw an error when faced with a duplicated switch() case label.
Eric Anholt
2012-02-07
2
-0
/
+27
*
glsl: Add other missing error location information for switch statements.
Eric Anholt
2012-02-07
1
-0
/
+4
*
glsl: Add missing location info to case labels.
Eric Anholt
2012-02-07
1
-0
/
+2
*
glsl: Throw the required error when a case label is a non-constant.
Eric Anholt
2012-02-07
1
-2
/
+14
*
glsl: Save and restore the whole switch state for nesting.
Eric Anholt
2012-02-07
3
-260
/
+255
*
mesa: Fix the error message function names for glFlushMappedBufferRange().
Eric Anholt
2012-02-07
1
-7
/
+7
*
mesa: Fix bad-enum/no-buffer error handling for buffer object functions.
Eric Anholt
2012-02-07
1
-87
/
+39
*
glsl: Avoid ralloc_stealing a long-lived object to a short-lived parent
Carl Worth
2012-02-07
1
-3
/
+0
*
mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT)
Brian Paul
2012-02-07
1
-0
/
+13
*
mesa: use new _mesa_reference_shared_state() function
Brian Paul
2012-02-07
3
-38
/
+49
*
i965: Add a driconf option to force GLSL extension behavior to "warn".
Eric Anholt
2012-02-07
3
-1
/
+14
*
mesa: Add a flag for forcing all GLSL extensions to "warn".
Eric Anholt
2012-02-07
2
-0
/
+9
*
i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
Eric Anholt
2012-02-07
3
-3
/
+6
*
swrast: Fix fixed-function fragment processing
Chad Versace
2012-02-07
9
-44
/
+45
*
mesa: Don't round-trip integer texture data through a floating point temp.
Eric Anholt
2012-02-07
1
-21
/
+24
*
mesa: When unpacking signed integer pixel data, don't clamp to 0.
Eric Anholt
2012-02-07
1
-33
/
+12
*
mesa: Add clamping for packing of integer data.
Eric Anholt
2012-02-07
1
-4
/
+4
*
mesa: Add missing format unpack for some integer texture formats.
Eric Anholt
2012-02-07
1
-0
/
+321
*
i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures.
Eric Anholt
2012-02-07
1
-0
/
+11
*
intel: Pass the gl_renderbuffer to render_target_supported() vtable method.
Eric Anholt
2012-02-07
7
-10
/
+17
*
intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.
Eric Anholt
2012-02-07
1
-1
/
+1
*
intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.
Eric Anholt
2012-02-07
1
-20
/
+9
*
intel: Drop intel_wrap_miptree().
Eric Anholt
2012-02-07
1
-53
/
+3
*
i965: fix inverted point sprite origin when rendering to FBO
Yuanhan Liu
2012-02-07
3
-5
/
+27
*
i965/fs: Fix rendering corruption in unigine tropics.
Eric Anholt
2012-02-07
4
-4
/
+17
*
intel: Avoid divide by zero for very small linear blits
Ian Romanick
2012-02-07
1
-1
/
+1
*
intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flush
Ian Romanick
2012-02-07
1
-7
/
+0
*
intel: FBOs with texture border are unsupported
Ian Romanick
2012-02-03
1
-0
/
+11
*
glcpp: Fix so that trailing punctuation does not prevent macro expansion
Carl Worth
2012-02-03
1
-1
/
+9
*
gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate events
Ville Syrjala
2012-02-03
1
-13
/
+17
*
gallium/postprocess: move declarations before code
Brian Paul
2012-02-02
1
-2
/
+1
*
gallium/postprocess: Just to be safe, reference all buffers from outside
Lauri Kasanen
2012-02-02
1
-0
/
+10
*
gallium/postprocess: Fix depth logic
Lauri Kasanen
2012-02-02
4
-11
/
+4
*
gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.
Michel Dänzer
2012-02-02
1
-1
/
+2
*
i965/gen6: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.
Paul Berry
2012-02-02
1
-1
/
+4
*
i965/vs: Fix bogus assertion in emit_block_move()
Paul Berry
2012-02-02
1
-3
/
+9
*
mesa: Fix display list handling for GL_EXT_framebuffer_multisample.
Eric Anholt
2012-02-02
1
-0
/
+3
*
mesa: Fix display list handling for EXT_framebuffer_object.
Eric Anholt
2012-02-02
1
-0
/
+18
*
mesa: fix maximum allowed proxy texture size condition
Anuj Phogat
2012-02-02
1
-11
/
+11
*
mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED
Anuj Phogat
2012-02-02
1
-0
/
+9
*
mesa: Fix copy-and-paste error in _mesa_pack_rgba_span_float
Ian Romanick
2012-02-02
1
-3
/
+2
*
mesa: Fix copy-and-paste bug in do_row_3D
Ian Romanick
2012-02-02
1
-3
/
+3
*
mesa: Convert colors if span ChanType and renderbuffer data type don't match
Ian Romanick
2012-02-02
1
-4
/
+15
*
mesa: Set the gl_array_object::ARBsemantics flag at the right time
Ian Romanick
2012-02-02
2
-1
/
+10
[next]