index
:
~brianp/mesa
gallium-bind-sampler-states
glsl-fixes
remove-mfeatures
remove-mfeatures-2
vmware-gl3
Brian Paul's Mesa git repo
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-13
radeonsi: implement streamout flush properly
Marek Olšák
1
-1
/
+7
2013-09-13
radeonsi: bind streamout buffers to VGT and the vertex shader
Marek Olšák
4
-8
/
+81
2013-09-13
radeonsi: handle rasterizer_discard and set GS_OUT_PRIM_TYPE
Marek Olšák
3
-1
/
+31
2013-09-13
radeonsi: initialize the first CS like any other
Marek Olšák
5
-5
/
+15
2013-09-13
radeonsi: integrate shared streamout state
Marek Olšák
7
-38
/
+20
2013-09-13
radeon: don't emit streamout state if there are no streamout buffers
Marek Olšák
1
-0
/
+2
2013-09-13
radeon: don't emit VGT_STRMOUT_BUFFER_BASE on SI
Marek Olšák
1
-31
/
+54
2013-09-12
mesa: Disallow relinking if a program is used by an active XFB object.
Kenneth Graunke
3
-7
/
+47
2013-09-12
mesa: Reject ResumeTransformFeedback if the wrong program is bound.
Kenneth Graunke
1
-0
/
+11
2013-09-12
mesa: Track the vertex program active at BeginTransformFeedback() time.
Kenneth Graunke
2
-0
/
+8
2013-09-12
mesa: Disallow TransformFeedbackVaryings when active.
Kenneth Graunke
1
-0
/
+10
2013-09-12
radeon/uvd: move more logic into the common files
Christian König
6
-40
/
+23
2013-09-12
radeon/uvd: use more sane defaults for bitstream buffer size
Christian König
1
-1
/
+3
2013-09-12
os: First check for __GLIBC__ and then for PIPE_OS_BSD
Andreas Boll
1
-4
/
+4
2013-09-12
llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
José Fonseca
3
-72
/
+30
2013-09-12
trace: Several enhancements to dump_state.py
José Fonseca
1
-18
/
+112
2013-09-12
trace: Support bigger TGSI shaders.
José Fonseca
1
-1
/
+1
2013-09-11
glsl: Use sampler_coordinate_components instead of passing it by hand.
Kenneth Graunke
1
-450
/
+450
2013-09-11
glsl: Add a new glsl_type::sampler_coordinate_components() function.
Kenneth Graunke
2
-0
/
+47
2013-09-11
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
168
-664
/
+432
2013-09-11
i965/gs: implement EndPrimitive() functionality in the visitor.
Paul Berry
2
-1
/
+241
2013-09-11
i965/vec4: Add the ability to emit opcodes with just a dst register.
Paul Berry
2
-0
/
+8
2013-09-11
i965/gs: Add opcodes needed for EndPrimitive().
Paul Berry
4
-0
/
+120
2013-09-11
i965/gen7: Add the ability to send URB_WRITE_OWORD messages.
Paul Berry
3
-2
/
+16
2013-09-11
i965/gen7: Allow URB_WRITE channel masks to be used.
Paul Berry
2
-1
/
+7
2013-09-11
i965/gs: Set control data header size/format appropriately for EndPrimitive().
Paul Berry
7
-15
/
+84
2013-09-11
glsl: During linking, record whether a GS uses EndPrimitive().
Paul Berry
3
-0
/
+34
2013-09-11
i965/gs: Add a state atom to set up geometry shader state.
Paul Berry
6
-33
/
+156
2013-09-11
i965/gen7: Extract a function for setting up a shader stage's constants.
Paul Berry
2
-25
/
+42
2013-09-11
wayland-egl.pc requires wayland-client.pc.
Torsten Duwe
1
-0
/
+1
2013-09-11
st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.
Johannes Obermayr
1
-0
/
+1
2013-09-11
st/dri: do not create a new context for msaa copy
Maarten Lankhorst
12
-33
/
+34
2013-09-10
i965: Add an assertion that writemask != NULL for non-ARFs.
Kenneth Graunke
1
-0
/
+2
2013-09-10
i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
1
-2
/
+4
2013-09-10
i965/vec4: Simplify the computation of coord_mask and zero_mask.
Kenneth Graunke
1
-5
/
+2
2013-09-10
docs: Clean up autoconf.html.
Matt Turner
1
-27
/
+10
2013-09-10
mesa: Properly set the fog scale (gl_Fog.scale) to +INF when fog start and en...
Henri Verbeet
1
-2
/
+1
2013-09-10
mesa: Use correct enum conversion function.
Vinson Lee
1
-1
/
+1
2013-09-10
mesa: Ensure gl_sync_object is fully initialized.
Vinson Lee
1
-1
/
+1
2013-09-10
radeonsi: Add parentheses around '|' operands.
Vinson Lee
1
-1
/
+1
2013-09-10
util: Fix unmatched parenthesis.
Vinson Lee
1
-1
/
+1
2013-09-10
util: don't use _fxsave() with MSVC 2010 or older
Brian Paul
2
-1
/
+8
2013-09-10
glsl: Add missing va_end in builtin_builder::add_function.
Vinson Lee
1
-0
/
+1
2013-09-10
glsl: Initialize builtin_builder member variables.
Vinson Lee
1
-0
/
+3
2013-09-09
glsl: fix variadic macro for MSVC
Brian Paul
1
-2
/
+2
2013-09-09
glsl: remove struct keyword from ir_variable declarations
Brian Paul
1
-4
/
+4
2013-09-09
Revert "i965/vec4: Only zero out unused message components when there are any."
Kenneth Graunke
1
-4
/
+2
2013-09-09
i965: Allow immediates to be folded into logical and shift instructions.
Matt Turner
2
-0
/
+22
2013-09-09
i965: Enable MESA_shader_integer_mix.
Matt Turner
1
-0
/
+1
2013-09-09
glsl: Implement MESA_shader_integer_mix extension.
Matt Turner
7
-8
/
+176
[prev]
[next]