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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r600g: add index_bias to index buffer bounds
Marek Olšák
2011-09-26
1
-0
/
+5
*
u_vbuf_mgr: fix uploading with a non-zero index bias
Marek Olšák
2011-09-26
1
-4
/
+11
*
u_vbuf_mgr: dereference some pointers only once etc.
Marek Olšák
2011-09-26
1
-10
/
+13
*
u_vbuf_mgr: rework user buffer uploads
Marek Olšák
2011-09-26
1
-36
/
+58
*
u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHED
Marek Olšák
2011-09-26
2
-21
/
+6
*
u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
Marek Olšák
2011-09-26
9
-82
/
+81
*
u_vbuf_mgr: fix max_index computation for large src_offset
Marek Olšák
2011-09-26
1
-8
/
+8
*
u_vbuf_mgr: don't take per-instance attribs into acc. when computing max index
Marek Olšák
2011-09-26
1
-1
/
+2
*
u_vbuf_mgr: cleanup original vs real vertex buffer arrays
Marek Olšák
2011-09-26
5
-47
/
+45
*
intel: fix potential segfault error at intel_(un)map_texture_image
Yuanhan Liu
2011-09-26
1
-2
/
+3
*
nouveau: fix crash during fence emission
Marcin Slusarz
2011-09-25
1
-2
/
+2
*
mesa: Also set the remaining draw buffers to GL_NONE when updating just the f...
Henri Verbeet
2011-09-25
1
-15
/
+14
*
postprocess: Portability fixes.
José Fonseca
2011-09-25
3
-24
/
+27
*
noop: Always use memory allocation macros.
José Fonseca
2011-09-25
1
-2
/
+2
*
llvmpipe: Always use memory allocation macros.
José Fonseca
2011-09-25
1
-2
/
+3
*
softpipe: Use memory allocation macros.
José Fonseca
2011-09-25
2
-3
/
+3
*
st/vdpau: Link vdpau targets with librt to avoid unresolved symbols error rel...
Emeric Grange
2011-09-25
1
-1
/
+1
*
g3dvl: Don't use SCALED types for iDCT
Christian König
2011-09-25
1
-4
/
+4
*
draw: Never allocate duplicate extra vertex attribs.
José Fonseca
2011-09-25
5
-46
/
+54
*
draw: Make copy of the TGSI tokens.
José Fonseca
2011-09-25
2
-2
/
+6
*
glsl: Fix Android build
Chad Versace
2011-09-24
1
-0
/
+1
*
intel: Remove pointless boolean return value from *_miptree_layout.
Kenneth Graunke
2011-09-23
4
-24
/
+11
*
glsl: Free all S-Expressions immediately after reading IR.
Kenneth Graunke
2011-09-23
1
-2
/
+3
*
glsl: Defer initialization of built-in functions until they're needed.
Kenneth Graunke
2011-09-23
4
-3
/
+7
*
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
2
-10
/
+14
*
mesa: Add a flag to indicate whether a program uses gl_ClipDistance.
Paul Berry
2011-09-23
3
-1
/
+12
*
glsl: Implement a lowering pass for gl_ClipDistance.
Paul Berry
2011-09-23
6
-0
/
+351
*
glsl hierarchical visitor: Do not overwrite base_ir for parameter lists.
Paul Berry
2011-09-23
2
-7
/
+17
*
mesa: Add missing includes to meta.h
Chad Versace
2011-09-23
1
-0
/
+2
*
docs: mention VMware svga driver updates in 7.12 release notes
Brian Paul
2011-09-23
1
-0
/
+1
*
svga: indentation/formatting fixes
Brian Paul
2011-09-23
1
-16
/
+16
*
svga: remove emit_consts() offset parameter
Brian Paul
2011-09-23
1
-3
/
+7
*
svga: s/int/unsigned/ in svga_state_constants.c
Brian Paul
2011-09-23
1
-3
/
+7
*
svga: s/unit/shader/ and related clean-ups
Brian Paul
2011-09-23
1
-19
/
+23
*
svga: clean up return values and error codes
Brian Paul
2011-09-23
15
-97
/
+92
*
svga: add format translation for DXT/sRGB formats
Brian Paul
2011-09-23
1
-2
/
+8
*
svga: test register W component in emit_kil()
Brian Paul
2011-09-23
1
-16
/
+44
*
svga: fix depth/shadow compare for non-projected texcoords
Brian Paul
2011-09-23
1
-16
/
+24
*
svga: implement texture swizzling
Brian Paul
2011-09-23
4
-9
/
+128
*
svga: check that we don't exceed input/ouput register limits
Brian Paul
2011-09-23
3
-2
/
+13
*
svga: implement point sprite suppport
Brian Paul
2011-09-23
8
-4
/
+119
[next]