summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-25i965/fs: Disallow constant propagation into POW on Gen 6.HEADmasterMatt Turner1-2/+8
2015-04-24mesa: add support for exposing up to GL4.2Ilia Mirkin1-1/+45
2015-04-24i965/fs: Add missing pixel_x/y to brw_instruction_name().Matt Turner1-0/+5
2015-04-24i965/fs: Don't constant propagate into integer math instructions.Matt Turner2-3/+5
2015-04-24docs: add news item and link release notes for mesa 10.5.4Emil Velikov2-0/+7
2015-04-24docs: Add sha256 sums for the 10.5.4 releaseEmil Velikov1-1/+2
2015-04-24Add release notes for the 10.5.4 releaseEmil Velikov1-0/+124
2015-04-24mesa: put more info in glTexImage GL_OUT_OF_MEMORY error messageBrian Paul1-1/+3
2015-04-24i965/fs: Allow 2-src math instructions to have immediate src1.Matt Turner2-7/+11
2015-04-24nir: Transform pow(x, 4) into (x*x)*(x*x).Matt Turner1-0/+1
2015-04-24glsl: Transform pow(x, 4) into (x*x)*(x*x).Matt Turner1-0/+20
2015-04-24mesa: fix glGetActiveUniformsiv regressionTapani Pälli1-4/+16
2015-04-24mesa: refactor active attrib queries for glGetProgramivTapani Pälli1-25/+14
2015-04-23i965: Add an INTEL_DEBUG=spill option to test spillingJason Ekstrand3-1/+3
2015-04-23i965/debug: Use the ull specifier for DEBUG enum definesJason Ekstrand1-31/+31
2015-04-23i965: Disallow linear blits that are not cacheline aligned.Kenneth Graunke1-8/+19
2015-04-23i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.Kenneth Graunke1-8/+14
2015-04-23mapi: Adding missing string.h include.Pali Rohár1-0/+2
2015-04-23os/os_memory_aligned.h: Handle integer overflow.Jose Fonseca1-1/+27
2015-04-23draw: fix prim ids when there's no gsRoland Scheidegger3-2/+15
2015-04-23gallium/radeon: don't crash when getting out-of-bounds TEMP referencesMarek Olšák1-0/+6
2015-04-22nir/lower_source_mods: Don't propagate register sourcesJason Ekstrand1-0/+7
2015-04-22nir: Rewrite instr_rewrite_srcJason Ekstrand1-24/+28
2015-04-22nir/locals_to_regs: Hanadle indirect accesses of length-1 arraysJason Ekstrand1-0/+8
2015-04-22nir/locals_to_regs: Initialize registers with constant initializersJason Ekstrand1-0/+103
2015-04-22nir/locals_to_regs: Pass around the nir_shader rather than a void * mem_ctxJason Ekstrand1-13/+13
2015-04-22nir: Add a simple growing array data structureJason Ekstrand1-0/+96
2015-04-22nir/types: Make glsl_get_length smarterJason Ekstrand4-55/+8
2015-04-22nir: Move get_const_initializer_load from vars_to_ssa to NIR coreJason Ekstrand3-62/+65
2015-04-22nir/lower_vars_to_ssa: Pass around the nir_shader instead of a void mem_ctxJason Ekstrand1-14/+14
2015-04-22i965/nir: Use the correct offsets when handling register indirectsJason Ekstrand1-27/+27
2015-04-22nir/print: Print the closing paren on load_const instructionsJason Ekstrand1-0/+2
2015-04-22nir/tex: Use the correct return size for query_levels and lodJason Ekstrand1-1/+4
2015-04-22nir: Refactor tex_instr_dest_size to use a switch statementJason Ekstrand1-5/+8
2015-04-22nir/lower_vars_to_ssa: Actually look for indirects when determining aliasingJason Ekstrand1-0/+4
2015-04-23docs: mark off texture_stencil8 (v2.1)Dave Airlie2-1/+2
2015-04-23st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie4-16/+22
2015-04-23mesa: finish implementing ARB_texture_stencil8 (v5)Dave Airlie4-5/+58
2015-04-22mesa: remove the gl_sl_pragmas structureJason Ekstrand3-22/+0
2015-04-22i965: Add a brw_compiler structure and store the register sets in itJason Ekstrand7-97/+120
2015-04-22i965: Rename brw_compile to brw_codegenJason Ekstrand29-246/+246
2015-04-22i965: Use device_info instead of the context for computing vue mapsJason Ekstrand4-7/+12
2015-04-22i965: Use device_info instead of the context in instruction schedulingJason Ekstrand3-14/+13
2015-04-22i965: Add a devinfo field to backend_visitor and use it for gen checksJason Ekstrand19-221/+225
2015-04-22i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitorsJason Ekstrand2-12/+6
2015-04-22i965/vec4: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2-46/+42
2015-04-22i965/fs: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2-59/+58
2015-04-22i965/device_info: Add a supports_simd16_3src flagJason Ekstrand6-55/+56
2015-04-22i965/device_info: Add a HSW_FEATURES macroJason Ekstrand1-3/+7
2015-04-22i965: Make the annotation code take a device_info instead of a contextJason Ekstrand4-10/+14