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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename sparc/clip.S -> sparc/sparc_clip.S
Jon TURNEY
2012-07-13
3
-2
/
+2
*
automake: convert libglsl
Jon TURNEY
2012-07-13
8
-148
/
+171
*
automake: convert libOSmesa
Laurent Carlier
2012-07-13
3
-51
/
+51
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
6
-0
/
+29
*
i965: Move loop over texture units into brw_populate_sampler_prog_key.
Kenneth Graunke
2012-07-12
3
-82
/
+81
*
i965: Always emit alpha when nr_color_buffers == 0.
Kenneth Graunke
2012-07-12
3
-11
/
+6
*
i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+.
Kenneth Graunke
2012-07-12
1
-16
/
+10
*
gallivm: Use %.9g to print floats.
José Fonseca
2012-07-12
1
-3
/
+6
*
scons: Also require recent XCB.
José Fonseca
2012-07-12
1
-0
/
+3
*
mesa: Require current libxcb.
Eric Anholt
2012-07-12
4
-33
/
+1
*
radeon/llvm: Don't use lp_build_swizzle_aos() for swizzles
Tom Stellard
2012-07-12
1
-8
/
+13
*
radeonsi: Dump TGSI code prior to doing TGSI->LLVM conversion.
Tom Stellard
2012-07-12
1
-1
/
+6
*
i965: Delete previous workaround for textureGrad with shadow samplers.
Kenneth Graunke
2012-07-12
4
-75
/
+5
*
i965: Add a lowering pass to convert TXD to TXL by computing the LOD.
Kenneth Graunke
2012-07-12
4
-0
/
+157
*
glsl/ir_builder: Add a new swizzle_for_size() function.
Kenneth Graunke
2012-07-12
2
-0
/
+20
*
glsl/ir_builder: Add a generic constructor for unary expressions.
Kenneth Graunke
2012-07-12
2
-0
/
+9
*
glsl: Initialize coordinate to NULL in ir_texture constructor.
Kenneth Graunke
2012-07-12
1
-1
/
+2
*
st/xorg: Fix build failure due to symbol clash.
José Fonseca
2012-07-12
1
-0
/
+3
*
st/mesa: expose new transform feedback extensions
Marek Olšák
2012-07-12
1
-0
/
+6
*
mesa: add ARB_transform_feedback_instanced extension enable flag
Marek Olšák
2012-07-12
2
-0
/
+2
*
mesa: implement new DrawTransformFeedback functions
Marek Olšák
2012-07-12
5
-12
/
+130
*
mesa: implement display list support for new DrawTransformFeedback functions
Marek Olšák
2012-07-12
2
-0
/
+85
*
mesa: implement display list support for indexed query functions
Marek Olšák
2012-07-12
1
-2
/
+47
*
mesa: implement indexed query functions from ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-15
/
+67
*
mesa: implement glGet queries and error handling for ARB_transform_feedback3
Marek Olšák
2012-07-12
4
-0
/
+43
*
glsl: implement ARB_transform_feedback3 in the linker
Marek Olšák
2012-07-12
3
-15
/
+106
*
glapi: add ARB_transform_feedback_instanced
Marek Olšák
2012-07-12
1
-1
/
+18
*
glapi: add ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-1
/
+30
*
r600g: fix uploading non-zero mipmap levels of depth textures
Marek Olšák
2012-07-12
1
-2
/
+3
*
r600g: don't flush depth textures set as colorbuffers
Marek Olšák
2012-07-12
1
-18
/
+0
*
r600g: don't set dirty_db_mask for a flushed depth texture
Marek Olšák
2012-07-12
1
-2
/
+0
*
r600g: flush depth textures bound to vertex shaders
Marek Olšák
2012-07-12
3
-16
/
+17
*
r600g: do fine-grained depth texture flushing
Marek Olšák
2012-07-12
5
-34
/
+69
*
r600g: remove is_flush from DSA state
Marek Olšák
2012-07-12
4
-14
/
+16
*
r600g: set DISABLE in CB_COLOR_CONTROL if colormask is 0
Marek Olšák
2012-07-12
4
-3
/
+17
*
r600g: move CB_SHADER_MASK setup into cb_misc_state
Marek Olšák
2012-07-12
6
-28
/
+32
*
r600g: move MULTIWRITE setup into cb_misc_state for r6xx-r7xx
Marek Olšák
2012-07-12
4
-21
/
+20
*
r600g: move CB_TARGET_MASK setup into new cb_misc_state
Marek Olšák
2012-07-12
8
-13
/
+51
*
st/mesa: implement accelerated stencil blitting using shader stencil export
Marek Olšák
2012-07-12
8
-50
/
+217
*
st/mesa: set colormask to zero when blitting depth
Marek Olšák
2012-07-12
2
-6
/
+10
*
gallium/u_blit: remove useless memset calls
Marek Olšák
2012-07-12
1
-6
/
+0
*
gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemask
Marek Olšák
2012-07-12
6
-67
/
+34
*
gallium/u_blit: don't do two copies for non-2D textures
Marek Olšák
2012-07-12
1
-33
/
+39
*
gallium/util: move pipe_tex_to_tgsi_tex helper function into u_inlines
Marek Olšák
2012-07-12
2
-30
/
+30
*
gallium/u_blitter: accelerate stencil-only copying
Marek Olšák
2012-07-12
3
-1
/
+79
*
gallium/u_blitter: accelerate depth-stencil copying using shader stencil export
Marek Olšák
2012-07-12
4
-12
/
+147
*
gallium: add util_format_stencil_only helper function
Marek Olšák
2012-07-12
2
-21
/
+31
*
gallium/u_blitter: minify depth0 when initializing last_layer
Marek Olšák
2012-07-12
1
-1
/
+1
*
gallium/u_gen_mipmap: accelerate depth texture mipmap generation
Marek Olšák
2012-07-12
1
-26
/
+58
*
mesa: remove assertions that do not allow compressed 2D_ARRAY textures
Marek Olšák
2012-07-12
1
-4
/
+2
[next]