summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-23r600g: tgsi to llvm emits store.swizzle intrinsic for vs/fs outputexport-vsVincent Lejeune3-57/+144
2012-12-23r600g: rework handling of the constantsVincent Lejeune3-16/+54
2012-12-16r600g: tgsi to llvm emits stream output intrinsics.Vincent Lejeune5-1/+27
2012-12-05r600g: use default action for min/max opcode in tgsi to llvmVincent Lejeune1-4/+0
2012-12-05gallivm: Have a default emit function for min/max opcodeVincent Lejeune1-0/+29
2012-12-05r600g: use default action for fdiv/rcp opcodeVincent Lejeune1-6/+1
2012-12-05gallivm: have a default emit function for fdiv/rcpVincent Lejeune1-0/+25
2012-12-05r600g: Use default mul/mad function for tgsi-to-llvmVincent Lejeune1-8/+4
2012-12-05glsl: add new variable declaration in function body in lower_output_readVincent Lejeune1-0/+1
2012-12-05draw: set precalc_flat flag for AA lines tooBrian Paul1-0/+1
2012-12-05mesa: expose ARB_texture_cube_map_array in core contexts as wellChris Forbes1-1/+1
2012-12-04scons: Require drm to build gallium/state_trackers/egl/x11/x11_screen.c.Vinson Lee1-2/+4
2012-12-04i965/fs: Add support for uniform array access with a variable index.Eric Anholt4-24/+216
2012-12-04i965/fs: Conditionalize constant-index UBO load code and add comments.Eric Anholt1-28/+33
2012-12-04i965/fs: Restrict optimization that would fail for gen7's SENDs from GRFsEric Anholt3-8/+28
2012-12-04i965/fs: Allow source mods on gen7+ math.Eric Anholt1-1/+1
2012-12-04i965/fs: Add instruction emit for varying-index reads of uniforms.Eric Anholt4-0/+105
2012-12-04i965/fs: Rename the existing pull constant load opcode.Eric Anholt6-14/+16
2012-12-04i965: Add a header_present flag for setting up dp read messages.Eric Anholt3-1/+7
2012-12-04i965/gen7: Add some safety checks for send messages from GRFs.Eric Anholt1-0/+15
2012-12-04gallivm: Re-add the kludge for lp_build_lerp of fixed point types.José Fonseca1-1/+5
2012-12-04scons: Link against librtJosé Fonseca1-0/+2
2012-12-04util/u_debug: Cleanup/fix debug_dump_image.José Fonseca2-33/+27
2012-12-04translate: Fix the fetch function assertions.José Fonseca1-1/+3
2012-12-04util/u_draw: Skip rendering instead of aborting when excessive number of inst...José Fonseca1-2/+9
2012-12-04draw: Properly limit vertex buffer fetches on draw arrays.José Fonseca1-1/+1
2012-12-04draw: Use symbolic primitive names in debug output.José Fonseca1-3/+4
2012-12-04draw: Consider the geometry shader when choosing the vertex size.José Fonseca1-3/+6
2012-12-04tgsi: Allow TXF from buffers.José Fonseca1-0/+1
2012-12-04util/surface: Always use the surface format when clearing.José Fonseca1-7/+8
2012-12-04tgsi: Increase maximum number of temps to 4096.José Fonseca1-1/+1
2012-12-04llvmpipe: Fix alignment.José Fonseca1-0/+5
2012-12-04gallivm: Generalize lp_build_mul and lp_build_lerp for signed normalized types.José Fonseca1-92/+82
2012-12-04automake/gallium: attempt to fix -lrtDave Airlie3-3/+9
2012-12-04u_cache: fix dereference before NULL checkDave Airlie1-4/+4
2012-12-03intel: Always enable GL_ARB_framebuffer_objectIan Romanick1-2/+1
2012-12-03mesa: Only require Gen'ed name for glBind{Framebuffer,Renderbuffer} on desktopIan Romanick1-2/+6
2012-12-03mesa: fix uint64 printing in syncobj.cBrian Paul1-1/+3
2012-12-03mesa: Disable GL_NV_primitive_restart extension in core contexts.Kenneth Graunke1-1/+1
2012-12-03i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.Kenneth Graunke1-0/+1
2012-12-03gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr1-1/+5
2012-12-04r300g: Give CLIP_DISABLE another tryStefan Dösinger2-2/+3
2012-12-03i965: Include codegen time in the INTEL_DEBUG=perf stall detection.Eric Anholt2-12/+18
2012-12-03i965: Don't leak the IR annotation into later instructions.Eric Anholt2-0/+2
2012-12-03i965/vp: Fix crashes with INTEL_DEBUG=vs.Eric Anholt1-0/+1
2012-12-03i965/vs: Fix uninitialized shader pointer used in debug output.Eric Anholt1-0/+2
2012-12-03android: fix bison warning of conflicting outputs to fileAdrian Marius Negreanu1-3/+0
2012-12-03st/mesa: add null pointer check in st_renderbuffer_delete()Brian Paul1-4/+4
2012-12-03st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul1-4/+6
2012-12-03mesa: remove warning message in _mesa_reference_renderbuffer_()Brian Paul1-4/+1