summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-28i965: Enable push constants for UBOsrs_gather_constants_NIRAbdiel Janulgue1-1/+1
2015-04-28i965: Disable gather push constants for null constantsAbdiel Janulgue2-0/+15
2015-04-28i965: Program the push constants state using the gather tableAbdiel Janulgue5-8/+62
2015-04-28i965: Upload UBO surfaces before emitting constant state packetAbdiel Janulgue1-3/+4
2015-04-28i965/vec4: Pack UBO registers right after uniform registersAbdiel Janulgue1-13/+25
2015-04-28i965/vec4: Append ir_binop_ubo_load entries to the gather tableAbdiel Janulgue3-0/+94
2015-04-28i965/vec4: Append uniform entries to the gather tableAbdiel Janulgue2-0/+13
2015-04-28i965/fs: Pack UBO registers right after uniform registersAbdiel Janulgue1-9/+34
2015-04-28i965/fs/nir: Append nir_intrinsic_load_ubo entries to the gather tableAbdiel Janulgue2-0/+61
2015-04-28i965/fs: Append ir_binop_ubo_load entries to the gather tableAbdiel Janulgue3-1/+100
2015-04-28i965/fs: Append uniform entries to the gather tableAbdiel Janulgue1-1/+16
2015-04-28i965: Include UBO parameter sizes in push constant parametersAbdiel Janulgue3-0/+37
2015-04-28nir: Add glsl_get_array_size() wrapper.Abdiel Janulgue2-0/+8
2015-04-28nir: Add glsl_get_element_type() wrapper.Abdiel Janulgue2-0/+7
2015-04-28i965: Assign hw-binding table index for uniform constant buffer blockAbdiel Janulgue1-2/+9
2015-04-28i965: Assign hw-binding table index for each UBO constant buffer.Abdiel Janulgue2-0/+17
2015-04-28i965: Store gather table information in the program dataAbdiel Janulgue7-1/+42
2015-04-28i965: Allocate space on the gather pool for UBO entriesAbdiel Janulgue1-2/+18
2015-04-28i965: Allocate space on the gather pool for plain uniformsAbdiel Janulgue1-0/+8
2015-04-28i965: Disable resource streamer in BLORPAbdiel Janulgue1-0/+1
2015-04-28i965: Enable gather push constantsAbdiel Janulgue4-1/+90
2015-04-28i965: Define gather push constants opcodesAbdiel Janulgue1-0/+23
2015-04-28i965: Upload binding tables in hw-generated binding table format.Abdiel Janulgue1-1/+17
2015-04-28i965: Implement interface to edit binding table entriesAbdiel Janulgue2-0/+58
2015-04-28i965: Enable hardware-generated binding tables on render path.Abdiel Janulgue6-0/+92
2015-04-28i965: Pass resource streamer enable flags on batchbuffer startAbdiel Janulgue1-1/+2
2015-04-21i965: Define HW-binding table and resource streamer control opcodesAbdiel Janulgue3-0/+28
2015-04-20i965/skl: Fix the qpitch valueNeil Roberts2-13/+59
2015-04-20i965/skl: Don't use ALL_SLICES_AT_EACH_LODNeil Roberts1-10/+20
2015-04-20clover: remove pre llvm 3.5.0 compatibility codeEdB1-21/+2
2015-04-20clover: make llvm >= 3.5.0 and c++11 mandatoryEdB1-21/+11
2015-04-20docs/GL3.txt: update ARB_shader_subroutine statusDave Airlie1-1/+1
2015-04-20gallivm: Fix build against LLVM 3.7 SVN r235265Nick Sarnie2-2/+2
2015-04-20doc: Add GL_ARB_shader_image_size dependency for OpenGL ES 3.1Ian Romanick1-0/+1
2015-04-18indices: fix provoking vertex for quads/quadstripsIlia Mirkin1-3/+10
2015-04-18primconvert: select pv convention only from flatshade_firstIlia Mirkin1-2/+1
2015-04-18freedreno/a3xx: enable polymode setting with non-fill modesIlia Mirkin1-0/+4
2015-04-18freedreno/a3xx: fix integer and 32-bit float border colorsIlia Mirkin1-1/+30
2015-04-18freedreno/a3xx: add support for float R/RG render targetsIlia Mirkin1-4/+6
2015-04-17mesa: add .mesa-install-links files to gitignoreConnor Abbott1-0/+1
2015-04-17mesa/main: add autogenerated format-info.c to gitignoreConnor Abbott1-0/+1
2015-04-17i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.Kenneth Graunke1-5/+11
2015-04-17i965: Make shader_time store names/ids instead of referencing shaders.Kenneth Graunke2-37/+19
2015-04-17i965: Delete some unnecessary code in brw_report_shader_time().Kenneth Graunke1-6/+1
2015-04-17i965: Make shader_time use 0 instead of -1 for "no meaningful ID".Kenneth Graunke1-8/+6
2015-04-17adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren3-3/+3
2015-04-17configure.ac: fix bashismTobias Nygren1-1/+1
2015-04-17i965: Render R16G16B16X16 as R16G16B16A16Anuj Phogat1-0/+6
2015-04-17i965: Update the comment about platforms supporting blorpAnuj Phogat1-2/+2
2015-04-17nir: Allow abs/neg in select peephole pass.Matt Turner1-1/+3