summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-15i965/screen: Allow OpenGLES 3.1 for gen8+es31-gen8-v1Jordan Justen1-0/+5
2015-12-15i965: Enable compute shaders in more cases for OpenGLES 3.1Jordan Justen1-1/+4
2015-12-15main/version: Don't require ARB_compute_shader for OpenGLES 3.1Jordan Justen1-3/+6
2015-12-15main: Allow compute shaders to be compiled with OpenGLES 3.1Jordan Justen1-1/+1
2015-12-15main: Add MESA_VERBOSE=api for LinkProgram & UseProgramJordan Justen1-0/+5
2015-12-15nir/lower_system_values: Refactor and use the builder.Jason Ekstrand1-29/+31
2015-12-15nir/builder: Add a load_system_value helperJason Ekstrand2-10/+15
2015-12-15nir/lower_system_values: Stop supporting non-SSAJason Ekstrand1-8/+6
2015-12-15nvc0: remove old comment related to metric calculationsSamuel Pitoiset1-11/+0
2015-12-15vc4: Add support for dumping executed commands to a file.Eric Anholt3-0/+94
2015-12-15vc4: Import updated vc4_drm.h with hang state.Eric Anholt1-0/+45
2015-12-15vc4: Only update vc4->msaa when the framebuffer changes.Eric Anholt1-7/+0
2015-12-15vc4: Don't consider nr_samples==1 surfaces to be MSAA.Eric Anholt6-21/+25
2015-12-15vc4: Fix min() wrapper definition for the simulator's kernel code.Eric Anholt1-1/+1
2015-12-15vc4: Warn instead of abort()ing on exec ioctl failures.Eric Anholt1-3/+5
2015-12-15docs: Replace sourceforge logo with a text linkAndreas Boll2-5/+2
2015-12-15radeonsi: fix perfcounter selection for SI_PC_MULTI_BLOCK layoutsNicolai Hähnle1-1/+1
2015-12-15gallium/radeon: remove unnecessary test in r600_pc_query_add_resultNicolai Hähnle1-3/+0
2015-12-15mesa/main: use BITSET_FOREACH_SET in perf_monitor_result_sizeNicolai Hähnle1-4/+3
2015-12-15docs: add news item and link release notes for 11.1.0Emil Velikov2-0/+8
2015-12-15docs: add sha256 checksums for 11.0.1Emil Velikov1-1/+2
2015-12-15docs: Update 11.1.0 release notesEmil Velikov1-3/+188
2015-12-15freedreno/a4xx: fix fragcoord.z + fragdepthRob Clark2-5/+5
2015-12-15freedreno: update generated headersRob Clark6-92/+231
2015-12-15freedreno/ir3/cmdline: don't dump nir by defaultRob Clark1-3/+1
2015-12-15st/va: remove nonesense HEVC picture id handlingChristian König1-5/+0
2015-12-15i965: Allocate URB space for HS and DS stages when required.Chris Forbes3-36/+170
2015-12-15docs: mark input/output block locations as DONETimothy Arceri1-1/+1
2015-12-15glsl: add support for explicit locations inside interface blocksTimothy Arceri4-9/+105
2015-12-15glsl: simplify interface matchingTimothy Arceri1-108/+46
2015-12-15draw: remove clip_vertex from vertex headerRoland Scheidegger5-40/+54
2015-12-15draw: use clip_pos, not clip_vertex for the fake guardband xy point clippingRoland Scheidegger1-3/+3
2015-12-15draw: rename vertex header membersRoland Scheidegger6-42/+46
2015-12-15draw: don't pretend have_clipdist is per-vertexRoland Scheidegger5-18/+20
2015-12-15draw: use position not clipVertex output for xyz view volume clippingRoland Scheidegger1-1/+10
2015-12-14i965: Use DIV_ROUND_UP() in gen7_urb.c code.Kenneth Graunke1-9/+8
2015-12-14i965: Make TES inputs match TCS outputs.Kenneth Graunke1-0/+11
2015-12-14i965: Force VS -> TCS varyings to use the SSO VUE map layout.Kenneth Graunke2-2/+5
2015-12-14i965: Handle TCS outputs and TES inputs.Kenneth Graunke1-2/+112
2015-12-14i965: Handle TCS inputs and TES outputs.Kenneth Graunke1-1/+3
2015-12-14i965: Add tessellation shader VUE map code.Kenneth Graunke2-7/+107
2015-12-14i965: Fix partial variable access for geometry shaders in SSO mode.Kenneth Graunke1-4/+34
2015-12-14i965: Separate base offset/constant offset combining from remapping.Kenneth Graunke1-25/+70
2015-12-14nir: Fix number of indices on shared variable store intrinsics.Kenneth Graunke1-1/+1
2015-12-14meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFERIan Romanick1-4/+13
2015-12-14nvc0: check return value of nvc0_program_validate()Samuel Pitoiset1-4/+1
2015-12-14nv50: check return value of nouveau_object_new()Samuel Pitoiset1-4/+4
2015-12-14nv50,nvc0: make use of unreachable() when invalid texture target happensSamuel Pitoiset2-5/+2
2015-12-14st/va: handle default post process regionsChristian König1-8/+28
2015-12-14st/va: fix unused variable warningChristian König1-1/+0