summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965: fix out of tree autotools buildLionel Landwerlin2018-03-201-1/+4
* i965: annotate brw_oa.py's --header and --code as requiredEmil Velikov2018-03-201-21/+14
* i965: pipecontrol: add LRI write immediate flagLionel Landwerlin2018-03-201-0/+1
* i965: fix autotools/android buildLionel Landwerlin2018-03-202-13/+6
* st/mesa: add compiler/nir/ prefix for nir includesEmil Velikov2018-03-201-2/+2
* i965: perf: reduce i965 binary sizeLionel Landwerlin2018-03-206-221/+334
* i965: perf: fix a counter return type on hswLionel Landwerlin2018-03-201-1/+1
* mesa: fix leaking ParameterValueOffsetTapani Pälli2018-03-201-0/+1
* st/nir: fix atomic lowering for gallium driversTimothy Arceri2018-03-202-2/+2
* st/radeonsi: enable uniform packing in NIR backendTimothy Arceri2018-03-201-8/+2
* st: add uniform packing support to lower_uniforms_to_ubo()Timothy Arceri2018-03-203-7/+14
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+3
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-205-0/+114
* st: add st_glsl_type_dword_size() helperTimothy Arceri2018-03-202-0/+44
* st/glsl_to_nir: add support for packed builtin uniformsTimothy Arceri2018-03-201-5/+37
* mesa: add _mesa_add_sized_state_reference() helperTimothy Arceri2018-03-202-14/+27
* mesa: add support propagate uniform support for packed uniformsTimothy Arceri2018-03-201-2/+18
* mesa: allow for uniform packing when adding uniforms to param listTimothy Arceri2018-03-201-5/+27
* mesa: add packing support for setting uniform handlesTimothy Arceri2018-03-201-3/+13
* mesa: add packing support for setting uniformsTimothy Arceri2018-03-201-19/+53
* mesa: create copy uniform to storage helpersTimothy Arceri2018-03-201-63/+91
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-2018-57/+114
* mesa: add PackedDriverUniformStorage constTimothy Arceri2018-03-201-0/+3
* mesa: adjust incorrect comment in texture_buffer_rangeMarek Olšák2018-03-191-2/+2
* main/program_binary: In ProgramBinary set link status as LINKING_SKIPPEDJordan Justen2018-03-191-1/+1
* i965: Allow disk shader cache usage with LINKING_SUCCESS statusJordan Justen2018-03-191-3/+0
* glsl: Remove api_enabled tracking for transform feedbackJordan Justen2018-03-191-3/+0
* i965: Allow disk shader cache usage with transform feedbackJordan Justen2018-03-191-8/+0
* i965: Add INTEL_DEBUG stages support for disk shader cacheJordan Justen2018-03-191-0/+26
* st/mesa: simplify st_init_limits() via tgsi_processor_to_shader_stageEmil Velikov2018-03-161-39/+6
* mesa: RGB9_E5 invalid for CopyTexSubImage* in GLESJuan A. Suarez Romero2018-03-161-0/+14
* Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()"Samuel Pitoiset2018-03-151-0/+13
* i965: silence unused function warningLionel Landwerlin2018-03-151-1/+1
* vbo: Correctly handle source arrays in vbo_split_copy.Mathias Fröhlich2018-03-151-3/+5
* st/mesa: Factorize duplicate code in st_BlitFramebuffer()Guillaume Charifi2018-03-141-50/+26
* compiler: int8/uint8 supportKarol Herbst2018-03-142-0/+6
* i965: Emit texture cache invalidates around blorp_copyJason Ekstrand2018-03-131-0/+15
* gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument.Mathias Fröhlich2018-03-123-24/+11
* mesa: Don't write to user buffer in glGetTexParameterIuiv on errorIan Romanick2018-03-121-26/+2
* x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-123-34/+0
* x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-123-57/+0
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-1027-437/+480
* i965: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen2018-03-091-17/+27
* st/mesa: gl_program::info.system_values_read is a 64-bit-fieldMichel Dänzer2018-03-092-7/+7
* i965: perf: consolidate unmapping oa perf bo outside accumulationLionel Landwerlin2018-03-081-4/+3
* i965: perf: count number of accumlated reportsLionel Landwerlin2018-03-081-0/+6
* i965: perf: reuse timescale base function from queryLionel Landwerlin2018-03-081-11/+2
* i965: perf: store sysfs device entry into contextLionel Landwerlin2018-03-082-76/+73
* i965: perf: store the hw_id of the context in the queryLionel Landwerlin2018-03-081-6/+11
* i965: perf: default case for unknown query typesLionel Landwerlin2018-03-081-1/+31