aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Add CSEL opcode definition for Gen8.Matt Turner2014-06-261-0/+1
* i965: Document which instructions are generation specific.Matt Turner2014-06-261-20/+20
* i965: Don't set UIP for ENDIF/WHILE.Matt Turner2014-06-261-0/+4
* i965: Replace struct brw_compact_instruction with brw_compact_inst.Matt Turner2014-06-266-61/+24
* i965: Convert brw_eu_compact.c to the new brw_compact_inst API.Matt Turner2014-06-261-38/+44
* i965: Introduce a new brw_compact_inst API.Matt Turner2014-06-261-0/+90
* i965: Replace 'struct brw_instruction' with 'brw_inst'.Matt Turner2014-06-2612-273/+223
* i965: Throw out guts of struct brw_instruction.Matt Turner2014-06-261-644/+1
* i965: Convert brw_gs_emit.c to the new brw_inst API.Matt Turner2014-06-261-3/+4
* i965: Convert brw_disasm.c to the new brw_inst API.Matt Turner2014-06-261-341/+316
* i965: Pass brw rather than gen to brw_disassemble_inst().Matt Turner2014-06-265-33/+33
* i965: Convert brw_eu_compact.c to the new brw_inst API.Matt Turner2014-06-261-105/+104
* i965: Extend is_haswell checks to gen >= 8 in Gen4-7 generators.Kenneth Graunke2014-06-262-7/+7
* i965: Convert test_eu_compact.c to the new brw_inst API.Kenneth Graunke2014-06-261-22/+19
* i965: Convert vec4_generator to the new brw_inst API.Kenneth Graunke2014-06-261-8/+8
* i965: Convert fs_generator to the new brw_inst API.Kenneth Graunke2014-06-261-9/+9
* i965: Convert Gen4-5 clipping code to the new brw_inst API.Kenneth Graunke2014-06-264-41/+52
* i965: Convert brw_sf_emit.c to the new brw_inst API.Kenneth Graunke2014-06-261-3/+4
* i965: Convert brw_eu_emit.c to the new brw_inst API.Kenneth Graunke2014-06-261-482/+461
* i965: Convert brw_eu.[ch] to use the new brw_inst API.Kenneth Graunke2014-06-262-16/+19
* i965: Introduce a new brw_inst API.Kenneth Graunke2014-06-261-0/+707
* i965: Pass brw into next_offset().Kenneth Graunke2014-06-263-9/+12
* i965: Remove unneeded VS workaround stalls on Baytrail.Greg Hunt2014-06-264-6/+6
* mesa/main: In register_surface() verify gl_texture_object was foundJuha-Pekka Heikkila2014-06-261-0/+6
* mesa/main: Verify calloc return value in register_surface()Juha-Pekka Heikkila2014-06-261-0/+5
* i965/fs: Check variable_storage return value in fs_visitor::visitJuha-Pekka Heikkila2014-06-261-0/+6
* i965: Handle miptree creation failure in intel_alloc_texture_storage()Juha-Pekka Heikkila2014-06-261-0/+3
* i965: Check calloc return value in gather_statistics_results()Juha-Pekka Heikkila2014-06-261-1/+14
* i965/vec4: Try constant propagate after copy propagate made progress.Matt Turner2014-06-251-2/+4
* i965/vec4: Make try_copy_propagate() static.Matt Turner2014-06-252-7/+4
* i965/vec4: Rename try_copy/constant_propagat{ion,e} to match the fs.Matt Turner2014-06-252-8/+8
* i965/vec4: Constant propagate into 2-src math instructions on Gen8.Matt Turner2014-06-251-2/+9
* i965/fs: Constant propagate into 2-src math instructions on Gen8.Matt Turner2014-06-251-2/+9
* i965/fs: Make try_constant_propagate() static.Matt Turner2014-06-252-3/+2
* i965: Make can_do_source_mods() a member of the instruction classes.Matt Turner2014-06-256-14/+12
* i965/fs: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-06-241-2/+4
* i965/vec4: Don't fix_math_operand() on Gen >= 8.Matt Turner2014-06-241-2/+6
* i965/vec4: Don't return void from a void function.Matt Turner2014-06-241-4/+4
* mesa: Don't use derived vertex state in api_arrayelt.cFredrik Höglund2014-06-241-54/+57
* mesa/st: handle gl_Layer input semanticIlia Mirkin2014-06-231-0/+5
* i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.Kenneth Graunke2014-06-232-8/+15
* i965: Allow the blorp blit between BGR and RGBNeil Roberts2014-06-231-7/+21
* i915: Fix gen2 texblend setupVille Syrjälä2014-06-231-1/+1
* mesa: Make Geom.UsesEndPrimitive a bool instead of a GLbooleanIago Toral Quiroga2014-06-232-3/+3
* mesa: Add extension plumbing for ARB_fragment_layer_viewportChris Forbes2014-06-222-0/+2
* i965: Save meta stencil blit programs in the context.Kenneth Graunke2014-06-212-8/+13
* mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.Iago Toral Quiroga2014-06-201-0/+1
* mesa: Init Geom.UsesEndPrimitive in shader programs.Iago Toral Quiroga2014-06-201-0/+1
* gallium: implement ARB_texture_query_levelsMarek Olšák2014-06-192-7/+19
* st/mesa: set sampler_view::last_level correctlyMarek Olšák2014-06-192-6/+12