summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2014-10-21i965/vec4: Generate better code for ir_triop_csel.Kenneth Graunke1-3/+15
2014-10-21i965/vec4: Simplify visit(ir_expression *)'s result_src/dst setup.Kenneth Graunke1-13/+6
2014-10-21i965/vec4: Delete some dead code in visit(ir_expression *).Kenneth Graunke1-8/+0
2014-10-21i965/fs: Generate better code for ir_triop_csel.Kenneth Graunke1-5/+13
2014-10-21glsl: Delete unused gl_uniform_driver_format enum values.Kenneth Graunke1-25/+2
2014-10-21glsl_to_tgsi: use _mesa_copy_linked_program_dataMarek Olšák1-4/+1
2014-10-21glsl_to_tgsi: fix the value of gl_FrontFacing with native integersMarek Olšák1-5/+9
2014-10-21st/mesa: add ST_DEBUG=wf option which enables wireframe renderingMarek Olšák3-2/+11
2014-10-21gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák1-4/+4
2014-10-20mesa: fix 'feeedback' typo in commentBrian Paul1-1/+1
2014-10-20mesa: fix 'misalgned' typos in error messagesBrian Paul1-2/+2
2014-10-20mesa: validate sampler uniforms during gluniform callsTapani Pälli4-35/+36
2014-10-18meta/msaa-blit: consider weird sample count case unreachableChris Forbes1-0/+1
2014-10-17i965/fs: Change the type of booleans to UD and emit correct immediatesJason Ekstrand3-16/+16
2014-10-17i965/fs: Don't pass ir_variable * to emit_sampleid_setup().Kenneth Graunke3-4/+4
2014-10-16st/mesa: use pipe_sampler_view_release for releasing sampler viewsMarek Olšák6-13/+18
2014-10-16mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke11-26/+21
2014-10-16i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecifiedChris Forbes1-0/+2
2014-10-16mesa: Mark buffer objects that are used as atomic counter buffersChris Forbes2-0/+2
2014-10-16i965/disasm: Add missing message type for Gen7 DP untyped surface readChris Forbes1-0/+1
2014-10-16i965: Correctly use ABO count to trigger flagging of new surfaces.Chris Forbes1-1/+1
2014-10-16i965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFERChris Forbes1-2/+1
2014-10-16i965: Dirty state in BO reallocation based on usage historyChris Forbes1-1/+4
2014-10-16i965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a TexBO binding changesChris Forbes1-0/+1
2014-10-16i965: Add new dirty flag for new TexBOs.Chris Forbes3-0/+4
2014-10-16mesa: Mark buffer objects that are used as TexBOsChris Forbes2-0/+9
2014-10-16mesa: Mark buffer objects which are bound as UBOsChris Forbes1-0/+6
2014-10-16mesa: Add usage history bitfield to buffer objectsChris Forbes1-0/+9
2014-10-15i965/fs: don't make a fake ir_texture in the Mesa IR frontendConnor Abbott1-14/+5
2014-10-15i965/fs: Refactor the texture emission logic into a single function.Kenneth Graunke3-104/+144
2014-10-15i965/fs: Make gather_channel() not use ir_texture.Connor Abbott2-5/+4
2014-10-15i965/fs: Make swizzle_result() not use ir_texture.Connor Abbott3-8/+9
2014-10-15i965/fs: fix integer textures with swizzlesConnor Abbott1-0/+1
2014-10-15i965/fs: don't pass in ir_texture to emit_texture_*Connor Abbott3-24/+23
2014-10-15i965/fs: don't use ir->type in emit_texture_gen4()Connor Abbott1-4/+1
2014-10-15i965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_texture_*.Connor Abbott3-18/+31
2014-10-15i965/fs: Don't use ir->coordinate in emit_texture_*.Connor Abbott3-31/+39
2014-10-15i965/fs: make rescale_texcoord() not use ir_texture.Connor Abbott3-8/+8
2014-10-15i965/fs: Make emit_mcs_fetch() not use ir_texture.Connor Abbott2-4/+4
2014-10-15i965/fs: Rename "length" to "components" in emit_mcs_fetch().Kenneth Graunke1-6/+6
2014-10-15i965: Make brw_texture_offset() not use ir_texture.Connor Abbott4-12/+15
2014-10-15i965/fs: don't use ir->offset in emit_texture_gen5.Connor Abbott3-5/+8
2014-10-15i965/fs: Move texel offset handling to visit(ir_texture *).Kenneth Graunke3-11/+29
2014-10-15i965: Drop ir->op != ir_txf condition in offset checking.Kenneth Graunke2-4/+3
2014-10-15i965: Restore a lost comment about TXF offset bugs.Kenneth Graunke1-0/+5
2014-10-15i965: Allow CSE on Gen4-5 unary math.Kenneth Graunke1-1/+1
2014-10-14i965/fs: Use the correct regs_written on unspill instructionsJason Ekstrand1-0/+1
2014-10-14nouveau: 3d textures are unsupported, limit 3d levels to 1Ilia Mirkin1-0/+3
2014-10-13i965: Use unsynchronized maps for the program cache on LLC platforms.Kenneth Graunke1-7/+28
2014-10-13i965: Issue performance warnings when copying the program cache BO.Kenneth Graunke1-0/+3