summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Move clip program compilation to the compilerJason Ekstrand2017-05-2610-2339/+22
* i965: Move SF compilation to the compilerJason Ekstrand2017-05-267-981/+12
* i965/clip: Make brw_clip_prog_key::interp_mode an arrayJason Ekstrand2017-05-262-2/+6
* i965/sf: make brw_sf_prog_key::interp_mode an arrayJason Ekstrand2017-05-262-2/+6
* intel/genxml: Sampler state is a pointer on gen4-5Jason Ekstrand2017-05-261-1/+1
* i965/blorp: Properly handle mt->first_levelJason Ekstrand2017-05-261-0/+3
* i965/miptree: Take first_level into account when converting to ISLJason Ekstrand2017-05-261-1/+1
* i965: Use blorp_copy for doing r8 stencil updates on HSWJason Ekstrand2017-05-261-15/+4
* i965/blorp: Do and end-of-pipe sync on both sides of fast-clear opsJason Ekstrand2017-05-261-18/+38
* i965: use mmap64 for AndroidRob Herring2017-05-251-16/+3
* i965: Enable ASTC HDR for BroxtonNanley Chery2017-05-221-0/+3
* mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick2017-05-221-1/+0
* drirc: Add allow_glsl_builtin_variable_redeclaration for Dead Island Riptide ...Benedikt Schemmer2017-05-221-0/+4
* drirc: Add allow_glsl_builtin_variable_redeclaration for Dying Light and Dead...John Brooks2017-05-201-1/+12
* driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks2017-05-203-0/+9
* i965: Use the upload BO for push constants on Gen7.5-Gen8.Kenneth Graunke2017-05-202-2/+2
* i965: Use the upload BO for push constants on Gen9+.Kenneth Graunke2017-05-202-6/+11
* i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from CS packets.Kenneth Graunke2017-05-202-3/+1
* i965/formats: Update the three-channel DXT1 mappingsNanley Chery2017-05-182-14/+5
* Android: correct libz dependencyChih-Wei Huang2017-05-171-1/+2
* mesa: create validate_buffer_sub_data() helperTimothy Arceri2017-05-172-10/+5
* i965: Mark shader programs for capture in the error state.Matt Turner2017-05-156-1/+26
* i965: perf: fix pointer to integer castLionel Landwerlin2017-05-151-1/+1
* i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.Rafael Antognolli2017-05-114-56/+21
* i965: Port 3DSTATE_INDEX_BUFFER to genxml.Rafael Antognolli2017-05-115-74/+40
* i965: Port brw_cs_state tracked state to genxml.Rafael Antognolli2017-05-113-164/+145
* i965/genxml: Mostly style fixes for emit_vertices code.Rafael Antognolli2017-05-111-25/+17
* i965: Drop brw_context::viewport_transform_enable.Kenneth Graunke2017-05-113-3/+1
* i965: Port Gen4-5 VS_STATE to genxml.Kenneth Graunke2017-05-115-235/+68
* i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.Kenneth Graunke2017-05-111-5/+4
* Android: remove needless conditional including of child makefilesRob Herring2017-05-111-10/+1
* mesa: remove _CurrentFragmentProgram from gl_pipeline_objectTimothy Arceri2017-05-111-1/+1
* mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri2017-05-111-2/+6
* i965: Make INTEL_DEBUG=bat decode VS/CLIP/GS/SF/WM/CC_STATE on Gen4-5.Kenneth Graunke2017-05-101-1/+21
* i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.Kenneth Graunke2017-05-108-18/+14
* i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from Gen6 code.Kenneth Graunke2017-05-101-9/+3
* i965: Only #if...#endif a single function or related section at a time.Kenneth Graunke2017-05-101-3/+38
* i965: Turn brw_get_line_width_float() into brw_get_line_width().Kenneth Graunke2017-05-102-12/+4
* i965: Drop INTEL_DEBUG=stats.Kenneth Graunke2017-05-106-15/+2
* i965: Disable ARB_pipeline_statistics_query on Gen4-5.Kenneth Graunke2017-05-101-1/+1
* intel/compiler/vs: Move inputs_read handling to generic codeJason Ekstrand2017-05-091-2/+0
* i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE mapJason Ekstrand2017-05-091-4/+0
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-097-31/+29
* android: i965: add per-gen libmesa_i965_gen{4,45,5} staticMauro Rossi2017-05-091-0/+66
* i965: Update gen6_depth_stencil_state to use genX macro.Rafael Antognolli2017-05-071-1/+1
* i965: Move MOCS macros to brw_state.h.Rafael Antognolli2017-05-072-42/+42
* i965: Don't try to unmap NULL program cache BO.Kenneth Graunke2017-05-071-4/+7
* i965: Drop BRW_NEW_BLORP from 3DSTATE_VF atom.Kenneth Graunke2017-05-061-2/+1
* i965: Port 3DSTATE_VF to genxml and simplify the implementation.Kenneth Graunke2017-05-063-43/+29
* i915: Fix build break with empty unreachable()Daniel Stone2017-05-051-4/+2