summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* clover: Fix build after llvm r221375Jan Vesely2014-11-061-0/+4
* egl_dri2: do not leak dri2_dpy->driver_configsEmil Velikov2014-11-061-0/+4
* ilo: add two missing headers to the sources listEmil Velikov2014-11-061-0/+2
* Releasing a surfaceless EGL context doesn't release underlying DRI context.Alexandros Frantzis2014-11-061-2/+6
* ilo: let ilo_shader_compile_cs() return a dummy shaderChia-I Wu2014-11-061-1/+185
* ilo: hook up launch_grid()Chia-I Wu2014-11-061-3/+73
* ilo: add ilo_render_emit_launch_grid()Chia-I Wu2014-11-068-2/+621
* ilo: improve media command helpersChia-I Wu2014-11-061-71/+141
* ilo: disassemble DP DC messagesChia-I Wu2014-11-061-2/+140
* ilo: disassemble TS messagesChia-I Wu2014-11-061-0/+35
* ilo: update genhw headers for media pipelineChia-I Wu2014-11-067-148/+479
* ilo: add ilo_finalize_compute_states()Chia-I Wu2014-11-062-0/+37
* ilo: use a dynamic array for global bindingsChia-I Wu2014-11-062-32/+70
* ilo: add kernel queries for compute shadersChia-I Wu2014-11-063-0/+37
* ilo: fix compute paramsChia-I Wu2014-11-061-12/+36
* ilo: add eu_count and thread_count to ilo_dev_infoChia-I Wu2014-11-063-55/+77
* ilo: fix intel_bo_wait() on kernel 3.17Chia-I Wu2014-11-061-1/+7
* mesa: Silence unused parameter warning in check_context_limits in non-debug b...Ian Romanick2014-11-051-0/+2
* util: Implement unreachable for MSVC using __assumeIan Romanick2014-11-051-0/+6
* i965: Fix sampler state pointer adjustment for nonconst samplersChris Forbes2014-11-051-1/+1
* ilo: add drm_configuration for the pipe-targetNick Sarnie2014-11-041-1/+22
* i965: Re-enable Z16 on Gen8+.Kenneth Graunke2014-11-041-0/+7
* i965: Implement the PMA stall fix.Kenneth Graunke2014-11-044-0/+180
* i965: Add #defines for Broadwell HiZ workarounds in CACHE_MODE_1.Kenneth Graunke2014-11-041-0/+6
* i965: Update compaction code to handle Skylake like Cherryview.Kenneth Graunke2014-11-031-4/+4
* mesa: Don't call _mesa_ClipControl from glPopAttrib when unsupported.Kenneth Graunke2014-11-031-1/+2
* i965: Disable fast color clears on Skylake for now.Kenneth Graunke2014-11-031-1/+1
* i965/skl: Use new MOCS for SKLKristian Høgsberg2014-11-036-17/+33
* i965/skl: Implement workaround for VF Invalidate issueJordan Justen2014-11-031-0/+9
* i965/skl: Update Viewport Z Clip Test Enable bits for Skylake.Kenneth Graunke2014-11-032-2/+10
* i965/skl: Emit extra zeros in 3DSTATE_DS on Skylake.Kenneth Graunke2014-11-031-10/+5
* i965/skl: Init instructions compaction tables for SKLKristian Høgsberg2014-11-031-0/+1
* i965/skl: Add fast clear resolve rect multipliers for SKLKristian Høgsberg2014-11-031-2/+5
* i965/skl: Always emit 3DSTATE_BINDING_TABLE_POINTERS_* on Skylake.Kenneth Graunke2014-11-031-1/+1
* i965/skl: Allocate 16 DWords for SURFACE_STATE on Skylake.Kenneth Graunke2014-11-031-1/+1
* i965/skl: Refactor surface state allocation.Kenneth Graunke2014-11-031-10/+16
* i965/skl: Emit extra zeros in STATE_BASE_ADDRESS on Skylake.Kenneth Graunke2014-11-031-2/+11
* i965/skl: Update stencil reference handling for Skylake.Kenneth Graunke2014-11-033-6/+28
* i965/skl: Set mask bits in PIPELINE_SELECT on Skylake.Kenneth Graunke2014-11-031-1/+1
* i965/skl: Set max OpenGL version the same as gen7/8Jordan Justen2014-11-031-0/+1
* i965/skl: Update 3DSTATE_SBE for Skylake.Damien Lespiau2014-11-032-2/+34
* glsl: Improve the CSE pass debugging output.Kenneth Graunke2014-11-031-1/+8
* i965/fs: Don't compute_to_mrf() on Gen >= 7.Matt Turner2014-11-031-0/+4
* glsl: Remove now useless dot optimization on basis vectMatt Turner2014-11-033-92/+3
* glsl: Emit mul instead of dot if only one component left.Matt Turner2014-11-031-1/+4
* clover: Fix clBuildProgram piglit regressionTom Stellard2014-11-031-4/+4
* gallivm: Disable frame-pointer-omission on x86 to ensure right stack alignment.José Fonseca2014-11-031-1/+3
* gallivm: When disassemble a function, start by printing out its name.José Fonseca2014-11-031-0/+1
* i965/chv: Increase VS and GS thread countsBen Widawsky2014-11-021-2/+2
* gallium/docs: fix NRM, NRM4 docsBrian Paul2014-11-011-12/+24