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
*
glsl: Implement the GL_ARB_conservative_depth extension.
Kenneth Graunke
2011-08-25
1
-0
/
+1
*
Change return type of try_emit_* methods to bool.
Kai Wasserbäch
2011-08-25
2
-9
/
+9
*
vbo: remove unused var, remove unneeded local var
Brian Paul
2011-08-24
1
-4
/
+1
*
swrast: Remove swrast eject/validate texture image code.
Brian Paul
2011-08-24
1
-79
/
+0
*
radeon: Fix flushing before writing a teximage's BO when !t->bo.
Eric Anholt
2011-08-24
1
-12
/
+12
*
st/mesa: remove st_texture_image::face,level fields
Brian Paul
2011-08-24
4
-23
/
+17
*
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
9
-51
/
+34
*
mesa: add gl_texture_image::Face, Level fields
Brian Paul
2011-08-24
2
-0
/
+5
*
x11: add missing comma to fix compilation
Brian Paul
2011-08-24
1
-1
/
+1
*
i965: Only map the necessary buffer range in brw_prepare_indices
Ian Romanick
2011-08-23
1
-3
/
+2
*
tnl: Only map the necessary buffer range in bind_indices
Ian Romanick
2011-08-23
1
-5
/
+21
*
mesa: Only map the necessary buffer range in vbo_get_minmax_index
Ian Romanick
2011-08-23
1
-4
/
+19
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
24
-267
/
+123
*
radeon: Hack up an implementation of MapBufferRange
Ian Romanick
2011-08-23
1
-0
/
+33
*
mesa: Fix incorrect access parameter passed to MapBuffer
Ian Romanick
2011-08-23
2
-6
/
+2
*
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
Ian Romanick
2011-08-23
5
-8
/
+6
*
intel: Correctly check for read-only mappings in intel_bufferobj_map_range
Ian Romanick
2011-08-23
1
-1
/
+3
*
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
6
-11
/
+7
*
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
7
-10
/
+6
*
mesa: Remove target parameter from dd_function_table::BufferSubData
Ian Romanick
2011-08-23
6
-8
/
+5
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
24
-69
/
+40
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
26
-75
/
+53
*
i965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a
Eric Anholt
2011-08-23
1
-1
/
+1
*
i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.
Eric Anholt
2011-08-23
4
-2
/
+19
*
i965: Implement textureSize (TXS) on Gen4.
Kenneth Graunke
2011-08-23
3
-6
/
+23
*
i965/fs: Implement textureSize (TXS) on Gen5+.
Kenneth Graunke
2011-08-23
6
-10
/
+35
*
i965/fs: Rudimentary support for non-floating point texture results.
Kenneth Graunke
2011-08-23
1
-1
/
+1
*
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
3
-1
/
+7
*
mesa: call _mesa_set_vp_override in glDrawTex*
Chia-I Wu
2011-08-23
1
-0
/
+4
*
intel: Abort when DRI2 separate stencil handshake fails
Chad Versace
2011-08-22
1
-0
/
+7
*
glsl_to_tgsi: Fix a few more struct vs. class warnings.
Kenneth Graunke
2011-08-21
1
-5
/
+5
*
glsl_to_tgsi: emit a MAD(b, -a, b) for !a && b
Bryan Cain
2011-08-20
1
-0
/
+52
*
glsl_to_tgsi: fix typo
Bryan Cain
2011-08-20
1
-1
/
+1
*
glsl_to_tgsi: implement ir_binop_all_equal using DP4 w/SGE
Bryan Cain
2011-08-20
1
-1
/
+19
*
glsl_to_tgsi: implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLT
Bryan Cain
2011-08-20
1
-2
/
+23
*
glsl_to_tgsi: implement ir_unop_any using DP4 w/saturate or DP4 w/SLT
Bryan Cain
2011-08-20
1
-4
/
+28
*
glsl_to_tgsi: make glsl_to_tgsi_visitor::emit_dp return the instruction
Bryan Cain
2011-08-20
1
-7
/
+7
*
glsl_to_tgsi: implement ir_binop_logic_or using an add w/saturate or add w/SLT
Bryan Cain
2011-08-20
1
-4
/
+27
*
glsl_to_tgsi: implement ir_unop_logic_not using 1-x
Bryan Cain
2011-08-20
1
-1
/
+11
*
android: build glsl
Chia-I Wu
2011-08-21
1
-0
/
+32
*
android: build core mesa
Chia-I Wu
2011-08-21
2
-0
/
+214
*
mesa: android has no log2f nor ffs
Chia-I Wu
2011-08-21
1
-1
/
+7
*
mesa: fix !FEATURE_GL build
Chia-I Wu
2011-08-21
1
-18
/
+18
*
i965/gen7: Use align1 mode to set URB_WRITE_HWORD channel enables.
Kenneth Graunke
2011-08-20
1
-0
/
+3
*
i965/fs: Don't double-convert integer/boolean uniforms.
Kenneth Graunke
2011-08-19
1
-16
/
+20
*
mesa, glsl_to_tgsi: Add new gl_context::NativeIntegers flag.
Kenneth Graunke
2011-08-19
3
-27
/
+37
*
ir_to_mesa: Remove incorrect usage of the 'struct' keyword on classes.
Kenneth Graunke
2011-08-19
1
-2
/
+2
*
i965/fs: Change incorrect use of 'struct fs_reg' to simply 'fs_reg'.
Kenneth Graunke
2011-08-19
1
-1
/
+1
*
i965/vs: Implement proper register allocation instead of 1:1 mapping.
Eric Anholt
2011-08-19
2
-1
/
+155
*
i965/vs: Add simple dead code elimination.
Eric Anholt
2011-08-19
3
-0
/
+38
[next]