summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: integrate shared streamout stateMarek Olšák2013-09-137-38/+20
* radeon: don't emit streamout state if there are no streamout buffersMarek Olšák2013-09-131-0/+2
* radeon: don't emit VGT_STRMOUT_BUFFER_BASE on SIMarek Olšák2013-09-131-31/+54
* mesa: Disallow relinking if a program is used by an active XFB object.Kenneth Graunke2013-09-123-7/+47
* mesa: Reject ResumeTransformFeedback if the wrong program is bound.Kenneth Graunke2013-09-121-0/+11
* mesa: Track the vertex program active at BeginTransformFeedback() time.Kenneth Graunke2013-09-122-0/+8
* mesa: Disallow TransformFeedbackVaryings when active.Kenneth Graunke2013-09-121-0/+10
* radeon/uvd: move more logic into the common filesChristian König2013-09-126-40/+23
* radeon/uvd: use more sane defaults for bitstream buffer sizeChristian König2013-09-121-1/+3
* os: First check for __GLIBC__ and then for PIPE_OS_BSDAndreas Boll2013-09-121-4/+4
* llvmpipe: Remove the special path for TGSI_OPCODE_EXP.José Fonseca2013-09-123-72/+30
* trace: Several enhancements to dump_state.pyJosé Fonseca2013-09-121-18/+112
* trace: Support bigger TGSI shaders.José Fonseca2013-09-121-1/+1
* glsl: Use sampler_coordinate_components instead of passing it by hand.Kenneth Graunke2013-09-111-450/+450
* glsl: Add a new glsl_type::sampler_coordinate_components() function.Kenneth Graunke2013-09-112-0/+47
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-11168-664/+432
* i965/gs: implement EndPrimitive() functionality in the visitor.Paul Berry2013-09-112-1/+241
* i965/vec4: Add the ability to emit opcodes with just a dst register.Paul Berry2013-09-112-0/+8
* i965/gs: Add opcodes needed for EndPrimitive().Paul Berry2013-09-114-0/+120
* i965/gen7: Add the ability to send URB_WRITE_OWORD messages.Paul Berry2013-09-113-2/+16
* i965/gen7: Allow URB_WRITE channel masks to be used.Paul Berry2013-09-112-1/+7
* i965/gs: Set control data header size/format appropriately for EndPrimitive().Paul Berry2013-09-117-15/+84
* glsl: During linking, record whether a GS uses EndPrimitive().Paul Berry2013-09-113-0/+34
* i965/gs: Add a state atom to set up geometry shader state.Paul Berry2013-09-116-33/+156
* i965/gen7: Extract a function for setting up a shader stage's constants.Paul Berry2013-09-112-25/+42
* wayland-egl.pc requires wayland-client.pc.Torsten Duwe2013-09-111-0/+1
* st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.Johannes Obermayr2013-09-111-0/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-1112-33/+34
* i965: Add an assertion that writemask != NULL for non-ARFs.Kenneth Graunke2013-09-101-0/+2
* i965/vec4: Only zero out unused message components when there are any.Kenneth Graunke2013-09-101-2/+4
* i965/vec4: Simplify the computation of coord_mask and zero_mask.Kenneth Graunke2013-09-101-5/+2
* docs: Clean up autoconf.html.Matt Turner2013-09-101-27/+10
* mesa: Properly set the fog scale (gl_Fog.scale) to +INF when fog start and en...Henri Verbeet2013-09-101-2/+1
* mesa: Use correct enum conversion function.Vinson Lee2013-09-101-1/+1
* mesa: Ensure gl_sync_object is fully initialized.Vinson Lee2013-09-101-1/+1
* radeonsi: Add parentheses around '|' operands.Vinson Lee2013-09-101-1/+1
* util: Fix unmatched parenthesis.Vinson Lee2013-09-101-1/+1
* util: don't use _fxsave() with MSVC 2010 or olderBrian Paul2013-09-102-1/+8
* glsl: Add missing va_end in builtin_builder::add_function.Vinson Lee2013-09-101-0/+1
* glsl: Initialize builtin_builder member variables.Vinson Lee2013-09-101-0/+3
* glsl: fix variadic macro for MSVCBrian Paul2013-09-091-2/+2
* glsl: remove struct keyword from ir_variable declarationsBrian Paul2013-09-091-4/+4
* Revert "i965/vec4: Only zero out unused message components when there are any."Kenneth Graunke2013-09-091-4/+2
* i965: Allow immediates to be folded into logical and shift instructions.Matt Turner2013-09-092-0/+22
* i965: Enable MESA_shader_integer_mix.Matt Turner2013-09-091-0/+1
* glsl: Implement MESA_shader_integer_mix extension.Matt Turner2013-09-097-8/+176
* glsl: Use conditional-select in mix().Matt Turner2013-09-091-8/+8
* i965: Add support for ir_triop_csel.Matt Turner2013-09-093-0/+13
* glsl: Add conditional-select IR.Matt Turner2013-09-098-0/+38
* glsl: Rename ir_function_signature::builtin_info to builtin_avail.Kenneth Graunke2013-09-093-7/+7