summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: correctly calculate the storage offsetTimothy Arceri2017-08-154-2/+165
* mesa: correctly calculate the storage offset for i915Timothy Arceri2017-08-151-3/+1
* i965: Advertise the CCS modifierBen Widawsky2017-08-141-4/+40
* i965/miptree: More conservatively resolve external imagesJason Ekstrand2017-08-143-1/+47
* i965: Pretend that CCS modified images are two planesBen Widawsky2017-08-141-21/+34
* i965/screen: Support import and export of surfaces with CCSJason Ekstrand2017-08-141-8/+71
* i965/miptree: Allocate mcs_buf for an image's CCSBen Widawsky2017-08-141-4/+91
* i965: Support images with aux buffersBen Widawsky2017-08-141-0/+6
* i965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID|LINEAR)Jason Ekstrand2017-08-141-8/+0
* i965/blorp: Correct type of src_format in call to intel_miptree_texture_aux_u...Scott D Phillips2017-08-141-1/+2
* i965: Guard GetBufferSubData's streaming memcpy load with USE_SSE41Kenneth Graunke2017-08-121-0/+2
* i965: Clean up intel_batchbuffer_init().Kenneth Graunke2017-08-123-12/+11
* glsl: pass mem_ctx to constant_expression_value(...) and friendsTimothy Arceri2017-08-112-4/+9