summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-05-18i965: Add gen7+ sampler state to batch debugBen Widawsky2-1/+71
2015-05-18i965: Add viewport extents (gen8) to batch decodeBen Widawsky1-4/+11
2015-05-18i965: Add all surface types to the batch decodeBen Widawsky3-15/+10
2015-05-18i965: Add string for surface format to tableBen Widawsky1-217/+219
2015-05-18i965/fs: Implement integer multiply without mul/mach.Matt Turner1-28/+66
2015-05-18i965/fs: Rework compression control selection.Matt Turner1-3/+6
2015-05-18i965/fs: Support integer multiplication in SIMD16 on Haswell.Matt Turner1-5/+47
2015-05-18i965/fs: Add set_sechalf() method.Matt Turner1-0/+10
2015-05-18i965/fs: Unrestrict constant propagation into integer multiply.Matt Turner1-1/+9
2015-05-18i965/fs: Lower integer multiplication after optimizations.Matt Turner4-64/+70
2015-05-18i965: Fix textureSize for Lod > 0 with non-mipmap filtersIago Toral Quiroga1-2/+4
2015-05-15i965: Fix FS unit testsIan Romanick2-2/+4
2015-05-14i965/fs: Combine the fs_visitor constructors.Kenneth Graunke5-74/+20
2015-05-14i965: Enable ARB_direct_state_accessFredrik Höglund1-0/+1
2015-05-14i915: Enable ARB_direct_state_accessFredrik Höglund1-0/+1
2015-05-14main: Refactor _mesa_drawbuffers.Laura Ekstrand1-1/+2
2015-05-14main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand5-5/+5
2015-05-14main: Refactor _mesa_update_framebuffer.Laura Ekstrand5-5/+5
2015-05-14main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand4-4/+4
2015-05-13i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().Francisco Jerez2-2/+31
2015-05-13i965/fs: set execution size to 8 with simd8 ddy instructionTapani Pälli1-0/+1
2015-05-13i965/cs: drop explicit initialisers in C++ fileDave Airlie1-4/+6
2015-05-12i965/fs: Have component() set the register stride to zero.Francisco Jerez1-0/+1
2015-05-12i965/fs: Fix offset() for registers with zero stride.Francisco Jerez1-2/+3
2015-05-12i965: Don't forget the force_sechalf flag in lower_load_payload().Francisco Jerez1-0/+1
2015-05-12i965: Document brw_mask_reg().Francisco Jerez1-1/+5
2015-05-12i965: Use predicate enable bit for conditional rendering w/o stallingNeil Roberts9-12/+240
2015-05-12i956: Add a function to load a 64-bit register from a bufferNeil Roberts2-14/+46
2015-05-12i965: Store the command parser version number in intel_screenNeil Roberts2-1/+14
2015-05-11i965/fs: Add missing initializer in fs_visitor().Matt Turner1-1/+1
2015-05-11egl/swrast: Enable config extension for swrastAxel Davy1-0/+1
2015-05-11i965/fs: Disable opt_sampler_eot for textureGatherNeil Roberts1-0/+10
2015-05-08nir: Delete all traces of nir_op_flogIan Romanick1-3/+0
2015-05-08nir: Delete all traces of nir_op_fexpIan Romanick1-1/+0
2015-05-08i965/fs: Improve a comment about stripping trailing zeroesNeil Roberts1-3/+6
2015-05-08i965/skl: In opt_sampler_eot always set destination register to nullNeil Roberts1-1/+1
2015-05-08i965/fs: Set the header_size on LOAD_PAYLOAD in opt_sampler_eotNeil Roberts1-0/+1
2015-05-07i965/wm/gen6: Add option for disabling statistics collectionTopi Pohjolainen2-4/+13
2015-05-07i965/wm/gen6: Refactor state setupTopi Pohjolainen2-45/+77
2015-05-07i965: Remove unused variablesAnuj Phogat1-2/+0
2015-05-07i965: Change the order of conditions tested in ifAnuj Phogat1-3/+4
2015-05-07i965/sync: Implement DRI2_Fence extensionChad Versace3-39/+158
2015-05-07i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'Chad Versace2-28/+31
2015-05-07i915/sync: Return early when calloc failsChad Versace1-0/+2
2015-05-07i965/sync: Return NULL when calloc failsChad Versace1-0/+2
2015-05-07i915/sync: Don't crash when deleting sync objectChad Versace1-1/+3
2015-05-07i965/sync: Don't crash when deleting sync objectChad Versace1-1/+3
2015-05-06i965: Sort extension enable listsIan Romanick1-33/+42
2015-05-06i965/fs: Allow copy propagation on ATTR file registers.Kenneth Graunke1-1/+4
2015-05-06i965/fs_inst: Get rid of the effective_width fieldJason Ekstrand3-37/+3