summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-11applegl: Provide requirements of _SET_DrawBuffersdarwin-build-fixesJon TURNEY2-1/+7
2015-02-11darwin: Suppress type conversion warnings for GLhandleARBJon TURNEY1-3/+3
2015-02-11swrast: Build fix for darwinJeremy Huddleston Sequoia1-0/+16
2015-02-10darwin: build fixJeremy Huddleston Sequoia1-0/+5
2015-02-10darwin: build fixJeremy Huddleston Sequoia1-0/+1
2015-02-10glsl: Optimize 1/exp(x) into exp(-x).Matt Turner1-0/+6
2015-02-10nir: Remove casts from void*.Matt Turner4-14/+13
2015-02-10nir: Replace assert(0) with unreachable().Matt Turner1-7/+7
2015-02-10nir: Remove unused has_indirect variable.Matt Turner1-4/+0
2015-02-10i965/vec4: Emit MADs from (x + abs(y * z)).Matt Turner1-3/+15
2015-02-10i965/vec4: Emit MADs from (x + -(y * z)).Matt Turner1-0/+12
2015-02-10i965/skl: Implement WaDisable1DDepthStencilNeil Roberts1-0/+12
2015-02-10i965/gen7-8: Implement glMemoryBarrier().Francisco Jerez2-0/+41
2015-02-10i965: Generalize the update_null_renderbuffer_surface vtbl hook to non-render...Francisco Jerez4-56/+55
2015-02-10i965: Allocate binding table space for shader images.Francisco Jerez2-0/+12
2015-02-10i965: Don't tile 1D miptrees.Francisco Jerez1-0/+7
2015-02-10i965/vec4: Don't set any dependency control bits for F32TO16 on Gen8.Francisco Jerez1-0/+5
2015-02-10i965: Handle negated unsigned immediate values in constant propagation.Francisco Jerez3-19/+19
2015-02-10i965/vec4: Take into account non-zero reg_offset during register allocation.Francisco Jerez1-1/+3
2015-02-10i965/vec4: Add register classes up to MAX_VGRF_SIZE.Francisco Jerez3-7/+9
2015-02-10i965/vec4: Init mlen for several send from GRF instructions.Francisco Jerez3-5/+11
2015-02-10i965/vec4: Don't infer MRF dependencies for send from GRF instructions.Francisco Jerez1-14/+18
2015-02-10i965/vec4: Fix the scheduler to take into account reads and writes of multipl...Francisco Jerez3-5/+29
2015-02-10i965/vec4: Make vec4_visitor::implied_mrf_writes() return zero for sends from...Francisco Jerez1-1/+1
2015-02-10i965/vec4: Pass dst register to the vec4_instruction constructor.Francisco Jerez1-7/+5
2015-02-10i965/vec4: Initialize vec4_instruction::predicate and ::predicate_inverse.Francisco Jerez1-0/+2
2015-02-10i965/vec4: Implement equals() method for dst_reg too.Francisco Jerez2-0/+18
2015-02-10i965/fs: Fix fs_inst::regs_written calculation for instructions with scalar dst.Francisco Jerez1-1/+2
2015-02-10i965/fs: Fix stack allocation of fs_inst and stop stealing src array provided...Francisco Jerez2-37/+39
2015-02-10i965/fs: Remove duplicate include of brw_shader.hFrancisco Jerez1-1/+0
2015-02-10i965: Move up fs_inst::flag_subreg to backend_instruction.Francisco Jerez5-7/+16
2015-02-10i965: Move up fs_inst::regs_written to backend_instruction.Francisco Jerez3-1/+2
2015-02-10i965/vec4: Remove dependency of vec4_instruction on the visitor class.Francisco Jerez3-36/+32
2015-02-10i965/fs: Remove dependency of fs_inst on the visitor class.Francisco Jerez7-13/+12
2015-02-10i965: Move IR object definitions to separate header files.Francisco Jerez4-381/+450
2015-02-10i965: Factor out virtual GRF allocation to a separate object.Francisco Jerez18-201/+235
2015-02-10glsl: Forbid calling the constructor of any opaque type.Francisco Jerez1-3/+3
2015-02-10glsl: Return correct number of coordinate components for cubemap array images.Francisco Jerez1-2/+7
2015-02-10mesa: Bump MAX_IMAGE_UNIFORMS to 32.Francisco Jerez1-1/+1
2015-02-10mesa: Rename the CEILING() macro to DIV_ROUND_UP().Francisco Jerez3-3/+3
2015-02-10nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediatelyTiziano Bacocco2-0/+6
2015-02-10nv50/ir: Fold IMM into MADRoy Spliet1-0/+53
2015-02-10nv50/ir: Add emit support for MAD IMM formatRoy Spliet1-0/+8
2015-02-10nv50/ir: Add support for MAD 4-byte opcodeRoy Spliet2-8/+6
2015-02-10nv50/ir: change the way float face is returnedIlia Mirkin2-4/+6
2015-02-10nir: Mark nir_print_instr's instr pointer as const.Kenneth Graunke2-3/+3
2015-02-09i965: Fix integer border color on Haswell.Kenneth Graunke3-0/+66
2015-02-09i965: Use a gl_color_union for sampler border color.Kenneth Graunke1-53/+52
2015-02-09i965: Override swizzles for integer luminance formats.Kenneth Graunke1-0/+8
2015-02-09util/u_atomic: Add new macro p_atomic_addCarl Worth2-0/+21