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
...
*
intel: Refactor texture_from_pixmap and EGL_image region binding.
Eric Anholt
2011-09-26
1
-55
/
+49
*
intel: Drop some extra equality checks on reference/release functions.
Eric Anholt
2011-09-26
2
-22
/
+8
*
i965: Set the pre/post-blend color clamp flags.
Eric Anholt
2011-09-26
1
-0
/
+20
*
i965/fs: Split generate_math into gen4/gen6 and 1/2 operand variants.
Kenneth Graunke
2011-09-26
2
-54
/
+89
*
swrast: always call _swrast_choose_texture_sample_func()
Brian Paul
2011-09-26
1
-1
/
+1
*
mesa: Remove EXT_abgr extension enable flag
Ian Romanick
2011-09-26
2
-3
/
+1
*
mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flags
Ian Romanick
2011-09-26
6
-11
/
+9
*
mesa: Remove OES_read_format extension enable flag
Ian Romanick
2011-09-26
3
-11
/
+3
*
mesa: Remove all mention of EXT_vertex_array_set
Ian Romanick
2011-09-26
2
-2
/
+0
*
mesa: Fix extension year for EXT_texture_env_combine
Ian Romanick
2011-09-26
1
-1
/
+1
*
mesa: Remove many extension enable flags
Ian Romanick
2011-09-26
7
-94
/
+23
*
intel: Remove redundant GL_ARB_window_pos enable
Ian Romanick
2011-09-26
1
-1
/
+0
*
dri: Remove redundant GL_SGIS_texture_edge_clamp enables
Ian Romanick
2011-09-26
5
-5
/
+0
*
i965: Emit depth stalls and flushes before changing depth state on Gen6+.
Kenneth Graunke
2011-09-26
3
-1
/
+44
*
intel: Introduce a new intel_context::gt field to go along with gen.
Kenneth Graunke
2011-09-26
3
-3
/
+11
*
intel: Remove intel_context::has_xrgb_textures/has_luminance_srgb.
Kenneth Graunke
2011-09-26
2
-28
/
+13
*
i965: Fix incorrect maximum PS thread count shift on Ivybridge.
Kenneth Graunke
2011-09-26
1
-1
/
+1
*
intel: fix potential segfault error at intel_(un)map_texture_image
Yuanhan Liu
2011-09-26
1
-2
/
+3
*
mesa: Also set the remaining draw buffers to GL_NONE when updating just the f...
Henri Verbeet
2011-09-25
1
-15
/
+14
*
intel: Remove pointless boolean return value from *_miptree_layout.
Kenneth Graunke
2011-09-23
4
-24
/
+11
*
i965: Increase MaxClipPlanes to 8 for gen6+.
Paul Berry
2011-09-23
1
-0
/
+3
*
i965: Allow clip distances to be read back in fragment shaders.
Paul Berry
2011-09-23
2
-6
/
+2
*
i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.
Paul Berry
2011-09-23
4
-27
/
+32
*
i965: Don't upload clip planes when gl_ClipDistance is in use.
Paul Berry
2011-09-23
4
-7
/
+12
*
i965: Enable lower_clip_distance.
Paul Berry
2011-09-23
1
-0
/
+1
*
mesa: Decode GL_CLIP_DISTANCE[67] properly in _mesa_set_enable().
Paul Berry
2011-09-23
1
-6
/
+8
*
mesa: set up gl_vert_result and gl_frag_attrib values for gl_ClipDistance.
Paul Berry
2011-09-23
1
-6
/
+10
*
mesa: Add a flag to indicate whether a program uses gl_ClipDistance.
Paul Berry
2011-09-23
2
-0
/
+8
*
glsl: Implement a lowering pass for gl_ClipDistance.
Paul Berry
2011-09-23
1
-0
/
+1
*
mesa: Add missing includes to meta.h
Chad Versace
2011-09-23
1
-0
/
+2
*
intel: fix the wrong code to detect null texture.
Yuanhan Liu
2011-09-23
1
-1
/
+1
*
i965: fix the constant interp bitmask for flat mode
Yuanhan Liu
2011-09-23
2
-12
/
+26
*
st/mesa: remove unnecessary st_texture_match_image() parameters
Brian Paul
2011-09-22
3
-11
/
+7
*
intel: Unindent the blit call in PBO blit uploads.
Eric Anholt
2011-09-22
1
-17
/
+12
*
intel: Drop gratuitous flush in PBO blit upload.
Eric Anholt
2011-09-22
1
-3
/
+0
*
intel: Clean up check_pbo_format to ignore internalFormat.
Eric Anholt
2011-09-22
1
-25
/
+13
*
intel: Move more of the PBO blit upload logic into that function.
Eric Anholt
2011-09-22
1
-26
/
+33
*
intel: Remove stale comment about non-intel gl_buffer_objects.
Eric Anholt
2011-09-22
1
-8
/
+1
*
intel: Remove the pbo zero-copy code.
Eric Anholt
2011-09-22
5
-247
/
+0
*
intel: Remove extra FreeTextureImageBuffer() from glTexImage*.
Eric Anholt
2011-09-22
1
-1
/
+0
*
i965: Add support for GL_EXT_packed_float.
Eric Anholt
2011-09-22
3
-0
/
+5
*
i965: Add support for GL_EXT_texture_shared_exponent.
Eric Anholt
2011-09-22
3
-0
/
+5
*
mesa: remove support for GL_APPLE_client_storage extension
Brian Paul
2011-09-22
8
-18
/
+2
*
mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast
Brian Paul
2011-09-22
7
-25
/
+30
*
mesa: move gl_texture_image::_IsPowerOfTwo into swrast
Brian Paul
2011-09-22
6
-19
/
+32
*
st/mesa: Finalize texture on render-to-texture.
Michel Dänzer
2011-09-22
1
-3
/
+6
*
st/mesa: Convert size assertions to conditionals in st_texture_image_copy.
Brian Paul
2011-09-22
1
-3
/
+9
*
meta: Don't hang on to program refcounts after metaops are done.
Eric Anholt
2011-09-21
1
-0
/
+5
*
i965/vs: Return a dummy value when visiting ir_texture.
Eric Anholt
2011-09-21
1
-0
/
+1
*
i965/gen6+: When only BFC is written, use BFC as the color.
Eric Anholt
2011-09-21
1
-0
/
+9
[prev]
[next]