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
*
i965/gs: implement EndPrimitive() functionality in the visitor.
Paul Berry
2013-09-11
2
-1
/
+241
*
i965/vec4: Add the ability to emit opcodes with just a dst register.
Paul Berry
2013-09-11
2
-0
/
+8
*
i965/gs: Add opcodes needed for EndPrimitive().
Paul Berry
2013-09-11
4
-0
/
+120
*
i965/gen7: Add the ability to send URB_WRITE_OWORD messages.
Paul Berry
2013-09-11
3
-2
/
+16
*
i965/gen7: Allow URB_WRITE channel masks to be used.
Paul Berry
2013-09-11
2
-1
/
+7
*
i965/gs: Set control data header size/format appropriately for EndPrimitive().
Paul Berry
2013-09-11
7
-15
/
+84
*
glsl: During linking, record whether a GS uses EndPrimitive().
Paul Berry
2013-09-11
3
-0
/
+34
*
i965/gs: Add a state atom to set up geometry shader state.
Paul Berry
2013-09-11
6
-33
/
+156
*
i965/gen7: Extract a function for setting up a shader stage's constants.
Paul Berry
2013-09-11
2
-25
/
+42
*
wayland-egl.pc requires wayland-client.pc.
Torsten Duwe
2013-09-11
1
-0
/
+1
*
st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.
Johannes Obermayr
2013-09-11
1
-0
/
+1
*
st/dri: do not create a new context for msaa copy
Maarten Lankhorst
2013-09-11
12
-33
/
+34
*
i965: Add an assertion that writemask != NULL for non-ARFs.
Kenneth Graunke
2013-09-10
1
-0
/
+2
*
i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
2013-09-10
1
-2
/
+4
*
i965/vec4: Simplify the computation of coord_mask and zero_mask.
Kenneth Graunke
2013-09-10
1
-5
/
+2
*
docs: Clean up autoconf.html.
Matt Turner
2013-09-10
1
-27
/
+10
*
mesa: Properly set the fog scale (gl_Fog.scale) to +INF when fog start and en...
Henri Verbeet
2013-09-10
1
-2
/
+1
*
mesa: Use correct enum conversion function.
Vinson Lee
2013-09-10
1
-1
/
+1
*
mesa: Ensure gl_sync_object is fully initialized.
Vinson Lee
2013-09-10
1
-1
/
+1
*
radeonsi: Add parentheses around '|' operands.
Vinson Lee
2013-09-10
1
-1
/
+1
*
util: Fix unmatched parenthesis.
Vinson Lee
2013-09-10
1
-1
/
+1
*
util: don't use _fxsave() with MSVC 2010 or older
Brian Paul
2013-09-10
2
-1
/
+8
*
glsl: Add missing va_end in builtin_builder::add_function.
Vinson Lee
2013-09-10
1
-0
/
+1
*
glsl: Initialize builtin_builder member variables.
Vinson Lee
2013-09-10
1
-0
/
+3
*
glsl: fix variadic macro for MSVC
Brian Paul
2013-09-09
1
-2
/
+2
*
glsl: remove struct keyword from ir_variable declarations
Brian Paul
2013-09-09
1
-4
/
+4
*
Revert "i965/vec4: Only zero out unused message components when there are any."
Kenneth Graunke
2013-09-09
1
-4
/
+2
*
i965: Allow immediates to be folded into logical and shift instructions.
Matt Turner
2013-09-09
2
-0
/
+22
*
i965: Enable MESA_shader_integer_mix.
Matt Turner
2013-09-09
1
-0
/
+1
*
glsl: Implement MESA_shader_integer_mix extension.
Matt Turner
2013-09-09
7
-8
/
+176
*
glsl: Use conditional-select in mix().
Matt Turner
2013-09-09
1
-8
/
+8
*
i965: Add support for ir_triop_csel.
Matt Turner
2013-09-09
3
-0
/
+13
*
glsl: Add conditional-select IR.
Matt Turner
2013-09-09
8
-0
/
+38
*
glsl: Rename ir_function_signature::builtin_info to builtin_avail.
Kenneth Graunke
2013-09-09
3
-7
/
+7
*
build: Delete cross-compiling macros.
Kenneth Graunke
2013-09-09
3
-265
/
+0
*
glsl: Add missing type inference for ir_binop_bfm.
Kenneth Graunke
2013-09-09
1
-0
/
+1
*
glsl: Delete old built-in function generation code.
Kenneth Graunke
2013-09-09
135
-11595
/
+0
*
glsl: Remove builtin_compiler from the build system.
Kenneth Graunke
2013-09-09
10
-253
/
+23
*
glsl: Switch to the new built-in function module.
Kenneth Graunke
2013-09-09
3
-29
/
+4
*
glsl: Write a new built-in function module.
Kenneth Graunke
2013-09-09
3
-0
/
+3528
*
glsl: Add optional parameters to the ir_factory constructor.
Kenneth Graunke
2013-09-09
1
-3
/
+3
*
glsl: Add IR builder shortcuts for a bunch of random opcodes.
Kenneth Graunke
2013-09-09
2
-0
/
+94
*
glsl: Expose IR builder support for arbitrary swizzling.
Kenneth Graunke
2013-09-09
1
-0
/
+1
*
glsl: Add a new ir_builder::dotlike() function.
Kenneth Graunke
2013-09-09
2
-0
/
+12
*
glsl: Add IR builder support for generating return statements.
Kenneth Graunke
2013-09-09
2
-0
/
+9
*
glsl: Add IR builder support for conditional assignments.
Kenneth Graunke
2013-09-09
2
-2
/
+17
*
glsl: Add IR builder support for triops.
Kenneth Graunke
2013-09-09
2
-0
/
+9
*
glsl: Add an ir_expression triop constructor with type inference.
Kenneth Graunke
2013-09-09
2
-0
/
+36
*
glsl: Add missing type inference support for ARB_gpu_shader5 unops.
Kenneth Graunke
2013-09-09
1
-0
/
+4
*
glsl: Initialize lod_info in the ir_texture constructor.
Kenneth Graunke
2013-09-09
1
-0
/
+1
[next]