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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: multi-slice resources (cubemap, mipmap, etc)
Rob Clark
2013-09-14
15
-52
/
+141
*
glsl/builtins: Fix {texture1D,texture2D,shadow1D}ArrayLod availibility.
Paul Berry
2013-09-13
1
-5
/
+5
*
i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
2013-09-13
13
-93
/
+71
*
i965: Increase the size of brw_stage_state::surf_offset.
Kenneth Graunke
2013-09-13
1
-1
/
+1
*
i965: Add comments to the new brw_state_state structure's fields.
Kenneth Graunke
2013-09-13
1
-0
/
+10
*
mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix
Ian Romanick
2013-09-13
7
-9
/
+9
*
radeonsi: fix and enable transform feedback for CIK
Marek Olšák
2013-09-13
4
-28
/
+40
*
radeonsi: fix gl_InstanceID with non-zero start_instance
Marek Olšák
2013-09-13
1
-3
/
+4
*
gallium: comment that INSTANCEID doesn't include start_instance
Marek Olšák
2013-09-13
1
-1
/
+1
*
radeonsi: enable streamout AKA transform feedback for SI
Marek Olšák
2013-09-13
1
-10
/
+4
*
radeonsi: implement streamout shader support
Marek Olšák
2013-09-13
3
-15
/
+276
*
radeonsi: implement glDrawTransformFeedback functionality
Marek Olšák
2013-09-13
3
-0
/
+30
*
radeonsi: fix streamout queries
Marek Olšák
2013-09-13
1
-4
/
+5
*
radeonsi: implement streamout flush properly
Marek Olšák
2013-09-13
1
-1
/
+7
*
radeonsi: bind streamout buffers to VGT and the vertex shader
Marek Olšák
2013-09-13
4
-8
/
+81
*
radeonsi: handle rasterizer_discard and set GS_OUT_PRIM_TYPE
Marek Olšák
2013-09-13
3
-1
/
+31
*
radeonsi: initialize the first CS like any other
Marek Olšák
2013-09-13
5
-5
/
+15
*
radeonsi: integrate shared streamout state
Marek Olšák
2013-09-13
7
-38
/
+20
*
radeon: don't emit streamout state if there are no streamout buffers
Marek Olšák
2013-09-13
1
-0
/
+2
*
radeon: don't emit VGT_STRMOUT_BUFFER_BASE on SI
Marek Olšák
2013-09-13
1
-31
/
+54
*
mesa: Disallow relinking if a program is used by an active XFB object.
Kenneth Graunke
2013-09-12
3
-7
/
+47
*
mesa: Reject ResumeTransformFeedback if the wrong program is bound.
Kenneth Graunke
2013-09-12
1
-0
/
+11
*
mesa: Track the vertex program active at BeginTransformFeedback() time.
Kenneth Graunke
2013-09-12
2
-0
/
+8
*
mesa: Disallow TransformFeedbackVaryings when active.
Kenneth Graunke
2013-09-12
1
-0
/
+10
*
radeon/uvd: move more logic into the common files
Christian König
2013-09-12
6
-40
/
+23
*
radeon/uvd: use more sane defaults for bitstream buffer size
Christian König
2013-09-12
1
-1
/
+3
*
os: First check for __GLIBC__ and then for PIPE_OS_BSD
Andreas Boll
2013-09-12
1
-4
/
+4
*
llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
José Fonseca
2013-09-12
3
-72
/
+30
*
trace: Several enhancements to dump_state.py
José Fonseca
2013-09-12
1
-18
/
+112
*
trace: Support bigger TGSI shaders.
José Fonseca
2013-09-12
1
-1
/
+1
*
glsl: Use sampler_coordinate_components instead of passing it by hand.
Kenneth Graunke
2013-09-11
1
-450
/
+450
*
glsl: Add a new glsl_type::sampler_coordinate_components() function.
Kenneth Graunke
2013-09-11
2
-0
/
+47
*
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
2013-09-11
167
-660
/
+431
*
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
*
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
[next]