summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-08-13mesa: Use _mesa_detach_renderbuffer when deleting a textureIan Romanick2-20/+48
2013-08-13mesa: Make detach_renderbuffer available outside fbobject.cIan Romanick2-9/+38
2013-08-13meta: Don't call _mesa_Ortho with width or height of 0Ian Romanick1-3/+8
2013-08-14r600g/sb: use MULADD workaround on R7xx for MULADD_IEEEVadim Girlin1-1/+2
2013-08-13gallivm: implement new float comparison instructions returning integer masksRoland Scheidegger1-2/+79
2013-08-13tgsi: implement new float comparison instructions returning integer masksRoland Scheidegger4-4/+102
2013-08-13gallium: add new float comparison instructions returning integer masksRoland Scheidegger2-17/+82
2013-08-13ilo: enable dumping of WM PCBChia-I Wu1-1/+5
2013-08-13ilo: no binding table change when constants are pushedChia-I Wu1-21/+17
2013-08-13ilo: support push constant model in shadersChia-I Wu6-12/+143
2013-08-13ilo: support copying constant buffer 0 to PCBChia-I Wu5-19/+105
2013-08-13ilo: make constant buffer 0 upload optionalChia-I Wu3-29/+35
2013-08-13Revert "ilo: initialize constant buffer SURFACE_STATE early"Chia-I Wu4-32/+27
2013-08-12gbm: Link to libwayland-drm if Wayland EGL platform is enabledArmin K3-5/+6
2013-08-12gallivm: fix exec_mask interaction with geometry shader after end of mainRoland Scheidegger2-16/+14
2013-08-12draw: simplify prim mask constructionRoland Scheidegger1-22/+10
2013-08-12gallivm: simplify geometry shader mask handling a bitRoland Scheidegger1-36/+28
2013-08-12draw: (trivial) dump tgsi for geometry shaders with GALLIVM_DEBUG_TGSIRoland Scheidegger1-0/+5
2013-08-12gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soaRoland Scheidegger1-1/+1
2013-08-12i965/fs: Add dump_instruction() support for ARF destinations.Kenneth Graunke1-0/+6
2013-08-12i965/fs: Remove extraneous newline in dump_instruction() for CMP.Kenneth Graunke1-1/+1
2013-08-12i965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when possible.Kenneth Graunke2-0/+79
2013-08-12i965/fs: Consider predicated SEL instructions as whole variable writes.Kenneth Graunke1-1/+1
2013-08-12i965/fs: Explicitly disallow CSE on predicated instructions.Kenneth Graunke1-1/+3
2013-08-12i965/fs: Log a performance warning if skipping 16-wide due to pulls.Kenneth Graunke1-7/+11
2013-08-12ilo: initialize constant buffer SURFACE_STATE earlyChia-I Wu4-27/+32
2013-08-10ilo: 3DSTATE_INDEX_BUFFER may be wrongly skippedChia-I Wu1-1/+5
2013-08-10i965: add missing BRW_NEW_INTERPOLATION_MAP to state dumpChris Forbes1-0/+1
2013-08-10i965: Add a new debug mode for the VUE mapChris Forbes3-0/+29
2013-08-09glsl: Don't allow const on out or inout function parametersIan Romanick1-0/+15
2013-08-09gallivm: set non-existing values really to zero in size queries for d3d10Roland Scheidegger4-22/+22
2013-08-09gallivm: use texture target from shader instead of static state for size queryRoland Scheidegger6-4/+77
2013-08-09gallivm: honor d3d10's wishes of out-of-bounds behavior for texture size queryRoland Scheidegger1-8/+27
2013-08-09glsl: Enable ARB_fragment_coord_conventions functionality in GLSL 1.50.Paul Berry2-2/+4
2013-08-09main: Fix deprecation of glLineWidth()Paul Berry1-1/+2
2013-08-09util: (trivial) fix asm input/output list for fxsaveRoland Scheidegger1-1/+1
2013-08-09r600g: disable GPUVM by defaultAlex Deucher1-1/+1
2013-08-08softpipe: fix the regressionsZack Rusin1-2/+0
2013-08-08draw: rewrite primitive assemblerZack Rusin9-297/+180
2013-08-08draw: reset the vertex id when injecting new primitive idZack Rusin1-0/+9
2013-08-08draw: cleanup the extra attribsZack Rusin1-0/+1
2013-08-09util: (trivial) fix more compile errors in u_cpu_detect (gcc/x86 this time).Dieter Nützel1-1/+1
2013-08-08egl: Do not export private symbolsChad Versace5-0/+5
2013-08-08i965: Remember to call intel_prepare_render() before blitting.Kenneth Graunke1-0/+5
2013-08-08util: (trivial) fix compile error with MSVC on x86Roland Scheidegger1-1/+1
2013-08-08gallivm: honor d3d10 floating point rules for shadow comparisonsRoland Scheidegger1-3/+17
2013-08-08softpipe: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger1-12/+32
2013-08-08gallivm: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger1-4/+17
2013-08-08gallivm: propagate scalar_lod to emit_size_query tooRoland Scheidegger6-0/+12
2013-08-08gallium: clarify SVIEWINFO opcodeRoland Scheidegger1-1/+9