aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: fix debug/error messages in glColorMaski()Samuel Pitoiset2017-08-241-4/+4
* i965: Stop using wm_prog_data->binding_table.render_target_start.Kenneth Graunke2017-08-231-7/+3
* i965: Add a brw_wm_prog_data::has_render_target_reads field.Kenneth Graunke2017-08-231-4/+2
* i965: Inline brw_update_renderbuffer_surfaces().Kenneth Graunke2017-08-232-38/+20
* i965: Pass fb into emit_null_surface instead of dimensions.Kenneth Graunke2017-08-231-16/+12
* i965: Devirtualize update_renderbuffer_surface.Kenneth Graunke2017-08-234-30/+5
* i965: Delete update_renderbuffer_surface flags.Kenneth Graunke2017-08-232-21/+5
* i965: Make brw_update_renderbuffer_surface static.Kenneth Graunke2017-08-232-11/+6
* i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.Kenneth Graunke2017-08-235-29/+1
* i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke2017-08-238-5/+25
* i965: Drop Gen7+ nonsense from brw_ff_gs.c.Kenneth Graunke2017-08-231-4/+3
* i965: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke2017-08-231-1/+3
* i965: Clean up brwNewProgram().Kenneth Graunke2017-08-231-28/+5
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-222-12/+4
* st/glsl_to_tgsi: fix getting the image type for array of structs (again)Samuel Pitoiset2017-08-221-5/+3
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-7/+11
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-2/+11
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-1/+0
* glsl_to_tgsi: clean up opcode translationMarek Olšák2017-08-221-62/+30
* mesa: pass ctx to add_uniform_to_shader constructorTimothy Arceri2017-08-224-7/+10
* mesa: only expose EXT_memory_object functions if the ext is supportedSamuel Pitoiset2017-08-223-7/+75
* mesa: only expose glImportMemoryFdEXT if the ext is supportedSamuel Pitoiset2017-08-221-0/+6
* i965/clear: Quantize the depth clear value based on the formatJason Ekstrand2017-08-211-2/+12
* mesa/st: simplify some UBO index logicTimothy Arceri2017-08-221-3/+2
* i965: enable STD430 packing by default on IVB+Timothy Arceri2017-08-221-0/+16
* glsl: pass UseSTD430AsDefaultPacking to where it will be usedTimothy Arceri2017-08-221-2/+4
* mesa: add UseSTD430AsDefaultPacking constantTimothy Arceri2017-08-221-0/+9
* mesa: optimize _mesa_attr_zero_aliases_vertex()Brian Paul2017-08-213-12/+22
* vbo: use new _is_vertex_position() helper in vbo_attrib_tmp.hBrian Paul2017-08-211-36/+46
* vbo: make vbo_bind_arrays() staticBrian Paul2017-08-212-3/+1
* mesa: formatting clean-up in syncobj.cBrian Paul2017-08-211-10/+13
* mesa: fix ES only draw if we have vertex positionsTimothy Arceri2017-08-221-2/+2
* glsl: Remove unused private fieldsMatt Turner2017-08-211-2/+1
* mesa: Don't compare unsigned for < 0Matt Turner2017-08-211-1/+1
* i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/Jason Ekstrand2017-08-204-19/+18
* i965/tex: Change the flags type on create_for_teximageJason Ekstrand2017-08-201-1/+1
* mesa: only copy requested compressed teximage cubemap facesChristoph Haag2017-08-201-2/+2
* i965/tex: Don't pass samples to miptree_create_for_teximageJason Ekstrand2017-08-191-1/+1
* i965: Use ISL for emitting null surface states.Kenneth Graunke2017-08-197-351/+49
* i965: Remove tabs in intel_batchbuffer.c.Kenneth Graunke2017-08-181-7/+7
* i965/miptree: Return NONE from texture_aux_usage when fully resolvedJason Ekstrand2017-08-181-1/+14
* i965: Stop looking at NewDriverState when emitting 3DSTATE_URBJason Ekstrand2017-08-183-5/+11
* i965: Mark all EGLimages as non-coherent.Kenneth Graunke2017-08-181-5/+3
* i965: Fix missing newlines in perf_debug messages.Kenneth Graunke2017-08-172-3/+3
* st/mesa: remove Windows hack for glFinishBrian Paul2017-08-161-12/+0
* st/mesa: fix a null pointer accessFrank Richter2017-08-161-1/+1
* i965: Alphabetize TCS image dirty bitsKenneth Graunke2017-08-161-1/+1
* i965: Always allow CPU readback of the scanout on LLC platformsChris Wilson2017-08-161-1/+15
* i965: make sure check_and_emit_atom gets inlinedTapani Pälli2017-08-161-1/+1
* mesa: count uniform against storage when its bindlessTimothy Arceri2017-08-151-5/+13