summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir: Add new 'plane' texture source typeKristian Høgsberg Kristensen2016-05-242-0/+4
* mesa: log buffer ID numbers in decimal, not hexadecimalBrian Paul2016-05-241-2/+2
* mesa: use enum name in bind_buffer_object() error messageBrian Paul2016-05-241-1/+2
* mesa: raise error for glEnable(GL_VERTEX_ARRAY), etc. in core profileBrian Paul2016-05-241-1/+11
* docs/egl: Android platform can also be build using autotoolsNicolas Boichat2016-05-241-3/+5
* i965: fix double-precision vertex inputs measurementJuan A. Suarez Romero2016-05-243-16/+53
* docs: true up nvc0 status - images, etcIlia Mirkin2016-05-232-10/+13
* st/mesa: enable ARB_ES3_1_compatibility when ES 3.1 would be exposedIlia Mirkin2016-05-233-1/+24
* mesa: remove separate enable for KHR_robust_buffer_access_behaviorIlia Mirkin2016-05-234-4/+1
* glsl: add support for explicit components to frag outputsTimothy Arceri2016-05-241-10/+62
* mesa: add view classes for 3d astc formatsIlia Mirkin2016-05-231-2/+26
* glsl: add EXT_clip_cull_distance support based on ARB_cull_distanceIlia Mirkin2016-05-235-21/+34
* nvc0: expose robust buffer accessIlia Mirkin2016-05-233-3/+3
* i965: Use ISL for surface format introspectionJason Ekstrand2016-05-237-387/+19
* anv/formats: Use isl_format_supports* for format introspectionJason Ekstrand2016-05-231-22/+19
* isl: Add per-gen format introspectionJason Ekstrand2016-05-232-0/+399
* isl: Add the ISL_FORMAT_R32G32_FLOAT_LD formatJason Ekstrand2016-05-232-0/+2
* isl: Add support for quering the string name of a formatJason Ekstrand2016-05-232-1/+9
* i965: Enable ARB/KHR_robust_buffer_access_behavior on BYT and HSW+Jason Ekstrand2016-05-232-2/+7
* main: Add extension enable bits for KHR_robust_buffer_access_behaviorJason Ekstrand2016-05-232-0/+2
* nir/lower_samplers: Protect against sampler index overflowJason Ekstrand2016-05-231-3/+6
* glsl: Add an option to clamp block indices when lowering UBO/SSBOsJason Ekstrand2016-05-235-6/+39
* glsl/linker: Add a helper variable for compiler optionsJason Ekstrand2016-05-231-2/+5
* i965/draw: Use the real size for index buffersJason Ekstrand2016-05-233-3/+8
* i965/draw: Use the real size for vertex buffersJason Ekstrand2016-05-233-2/+17
* i965/draw: Use 3-channel formats for vertex fetch when possible.Jason Ekstrand2016-05-231-11/+37
* i965/surface_formats: Update the VB column for new formats added on BYTJason Ekstrand2016-05-231-20/+20
* i965/draw: Properly handle rounding when dividing by InstanceDivisorJason Ekstrand2016-05-231-2/+2
* i965/draw: Account for BaseInstance in VBO boundsJason Ekstrand2016-05-233-2/+5
* i965/draw: Use worst-case VBO bounds if brw->num_instances == 0Jason Ekstrand2016-05-231-9/+10
* i965/draw: Delay when we get the bo for vertex buffersJason Ekstrand2016-05-231-22/+49
* i965/draw: Stop relying on min_index == -1 for invalid index boundsJason Ekstrand2016-05-233-3/+7
* vbo: Declare the index range invalid for DrawTransformFeedbackJason Ekstrand2016-05-231-1/+1
* vbo: Declare the index range invalid for DrawIndirectJason Ekstrand2016-05-231-1/+1
* mesa/teximage: fix GL_FLOAT in commentIlia Mirkin2016-05-231-1/+1
* glsl: fix explicit location validation for doublesTimothy Arceri2016-05-241-1/+3
* docs: update ARB_cull_distance status.Dave Airlie2016-05-242-2/+2
* st/mesa: reenable cullingDave Airlie2016-05-241-1/+1
* i965: reenable ARB_cull_distance.Dave Airlie2016-05-241-1/+1
* glsl: rewrite clip/cull distance lowering passDave Airlie2016-05-243-63/+170
* glsl: make max array trackers ints and use -1 as base. (v2)Dave Airlie2016-05-2410-35/+32
* anv/formats: Make alpha blending a property of render targetsNanley Chery2016-05-231-4/+2
* i965: Unset alpha blend for R10G10B10_SNORM_A2_UNORMNanley Chery2016-05-231-1/+1
* i965: deindent blorp code.Dave Airlie2016-05-241-9/+9
* glsl: reindent line in ast_function.cppDave Airlie2016-05-241-1/+1
* mesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried with ES geometryIlia Mirkin2016-05-231-2/+2
* mesa: allow xfb to be active in GLES when geometry shader is enabled.Ilia Mirkin2016-05-231-2/+4
* main: check driver float texture support before upgrading to 16F/32FIlia Mirkin2016-05-231-28/+33
* st/mesa: update inst->info along with inst->opIlia Mirkin2016-05-231-0/+1
* glsl: Use correct mode for split components.Bas Nieuwenhuizen2016-05-241-1/+1