aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965: remove unused brw_cs.h includeEmil Velikov2017-03-131-1/+0
* i965: Delete unused last_ring local.Kenneth Graunke2017-03-121-1/+0
* glsl: don't use ralloc for blob creationTimothy Arceri2017-03-131-2/+2
* mesa/glsl: introduce new gl_compile_status enumTimothy Arceri2017-03-124-6/+18
* i965: Initialize compaction tables in unit test.Matt Turner2017-03-101-0/+1
* i965: Move brw_init_compaction_tables() to brw_create_compiler().Matt Turner2017-03-103-7/+2
* dri: use correct shebang for gen-symbol-redefs.pyEmil Velikov2017-03-101-1/+1
* xmlpool: remove shebang from gen_xmlpool.pyEmil Velikov2017-03-101-1/+0
* i965: remove shebang from brw_nir_trig_workarounds.pyEmil Velikov2017-03-101-1/+0
* i965: remove execute bit from brw_nir_trig_workarounds.pyEmil Velikov2017-03-101-0/+0
* mesa: remove shebang from python scriptsEmil Velikov2017-03-105-5/+0
* mesa: remove execute bit from main/format_parser.pyEmil Velikov2017-03-101-0/+0
* i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()Anuj Phogat2017-03-097-14/+14
* i965: Add more Haswell OA metrics setsRobert Bragg2017-03-091-1/+3403
* i965: Expose OA counters via INTEL_performance_queryRobert Bragg2017-03-092-13/+1158
* i965: Add script to gen code for OA counter queriesRobert Bragg2017-03-093-2/+575
* i965: extend query/counter structs for OA queriesRobert Bragg2017-03-092-1/+21
* i965: brw_context.h additions for OA unit query codegenRobert Bragg2017-03-091-0/+21
* i965: XML description of Haswell OA metric setRobert Bragg2017-03-091-0/+998
* mesa/main: make use of lookup_samplerobj_locked()Samuel Pitoiset2017-03-091-11/+1
* mesa/main: inline {begin,end}_samplerobj_lookups()Samuel Pitoiset2017-03-091-16/+2
* i965: Delete render ring prelude.Kenneth Graunke2017-03-082-10/+0
* mesa/main: remove unused _mesa_new_texture_image()Samuel Pitoiset2017-03-092-20/+0
* i965: Remove use of deprecated drm_intel_aub routinesChris Wilson2017-03-076-96/+1
* st/mesa: don't propagate uniforms when restoring from cacheTimothy Arceri2017-03-085-9/+17
* i965: Return NULL from initScreen2, not false.Kenneth Graunke2017-03-061-4/+4
* i965: Make a devinfo local variable.Kenneth Graunke2017-03-061-12/+13
* i965: Delete vestiges of resource streamer code.Kenneth Graunke2017-03-0611-357/+10
* i965: Drop duplicate #defines now that we've bumped libdrm requirements.Kenneth Graunke2017-03-062-13/+0
* getteximage: fix _mesa_GetTextureSubImage()Samuel Pitoiset2017-03-061-1/+1
* mesa/main: remove useless check in _mesa_IsSampler()Samuel Pitoiset2017-03-061-7/+1
* getteximage: avoid to lookup textures with id 0Samuel Pitoiset2017-03-061-3/+7
* i965: Clamp texture buffer size to GL_MAX_TEXTURE_BUFFER_SIZE.Kenneth Graunke2017-03-041-0/+18
* mesa/main: *TextureSubImage* generates INVALID_OPERATION on wrong targetAlejandro PiƱeiro2017-03-031-3/+3
* automake: i965: list correct header in Makefile.sourceEmil Velikov2017-03-021-1/+1
* mesa: Avoid read of uninitialized variableRobert Foss2017-03-021-1/+1
* mesa: Use _mesa_has_OES_geometry_shader() when validating drawsTomasz Figa2017-03-021-1/+2
* i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.Kenneth Graunke2017-03-029-602/+355
* i965: Only flush the batchbuffer if we need to zero the SO offsetsChris Wilson2017-03-021-4/+14
* i965: Do int64 lowering in NIRJason Ekstrand2017-03-012-5/+4
* i965: Move intel_debug.h to intel/common/gen_debug.hJason Ekstrand2017-03-0120-260/+18
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-0155-50/+34
* i965: Move select_clip_planes to brw_vs.cJason Ekstrand2017-03-012-25/+26
* i965: Delete brw_do_cubemap_normalizeJason Ekstrand2017-03-013-124/+0
* i965: Add a header for brw_vec4_vs_visitorJason Ekstrand2017-03-015-44/+71
* i965: Move a bunch of pre-compile and link stuff to brw_program.hJason Ekstrand2017-03-012-14/+15
* i965: Move image uniform setup to brw_nir_uniforms.cppJason Ekstrand2017-03-012-51/+51
* i965: Move channel_expressions and vector_splitting to brw_program.hJason Ekstrand2017-03-014-3/+5
* i965: Make mark_surface_used a static inline in brw_compiler.hJason Ekstrand2017-03-012-13/+13
* i965: Move BRW_ATTRIB_WA_* defines to brw_compiler.hJason Ekstrand2017-03-013-13/+13