summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: fix unused var warnings in release buildTimothy Arceri2017-10-256-32/+13
* i965: Call gen6_upload_push_constants() even when the stage is disabled.Kenneth Graunke2017-10-242-18/+16
* i965: Drop a bunch of downcasting and upcasting of gl_program pointers.Kenneth Graunke2017-10-241-19/+12
* i965: Move _mesa_shader_write_subroutine_indices down a level.Kenneth Graunke2017-10-242-6/+3
* i965: Don't disable CCS for RT dependencies when dispatching compute.Kenneth Graunke2017-10-243-5/+5
* mesa/bufferobj: don't double negate the rangeDave Airlie2017-10-241-3/+3
* mesa: use util_strdup() macro in symbol_table.cBrian Paul2017-10-231-2/+3
* i965: Revert absolute mode for constant buffer pointers.Kenneth Graunke2017-10-232-25/+1
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-203-9/+11
* st/mesa: correct a u_vbuf commentMarek Olšák2017-10-201-3/+5
* i965: Report supported context priorities to EGL/DRIChris Wilson2017-10-201-0/+13
* i965: Pass the EGL/DRI context priority through to the kernelChris Wilson2017-10-203-0/+46
* i965: Record the presence of the kernel schedulerChris Wilson2017-10-201-0/+11
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-2012-23/+38
* i965: Don't disable aux buffers for non-overlapping miplevels.Kenneth Graunke2017-10-191-3/+7
* i965: Remove the intel_miptree_prepare_fb_fetch wrapper.Kenneth Graunke2017-10-193-20/+10
* i965: Only resolve texture levels/layers that are accessed.Kenneth Graunke2017-10-191-2/+16
* i965: Make intel_miptree_prepare_texture() take level/layer arguments.Kenneth Graunke2017-10-193-21/+13
* i965/sbe: fix active components for SSO programs with over 16 inputsIago Toral Quiroga2017-10-191-8/+2
* i965: Do not log a perf warning when mapping an idle boChris Wilson2017-10-191-2/+3
* i965: Use a union to bitcast a floatMatt Turner2017-10-181-1/+2
* st/mesa: set dimension for constants in ATI_fragment_shaderMiklós Máté2017-10-181-0/+4
* st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer2017-10-181-0/+2
* mesa: fix trivial typo in _mesa_PixelMapusv() error stringBrian Paul2017-10-181-1/+1
* Revert "mesa: fix texture updates for ATI_fragment_shader"Marek Olšák2017-10-171-5/+3
* mesa: remove redundant NULL check in update_single_program_texture_stateMiklós Máté2017-10-171-2/+0
* meson: build mesa test.Dylan Baker2017-10-162-0/+46
* meson: build libmesa_galliumDylan Baker2017-10-161-2/+141
* meson: Don't try to install dri drivers unless one is builtDylan Baker2017-10-161-1/+1
* Revert "i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2"Kenneth Graunke2017-10-161-5/+20
* Android: add libmesa_nir dependency to libmesa_dricoreRob Herring2017-10-161-0/+3
* i965: Only put external handles into the handle htChris Wilson2017-10-161-11/+25
* i965/miptree: Drop the invalidate parameter form copy_teximageJason Ekstrand2017-10-163-17/+8
* mesa: minor simplification in test_attachment_completeness()Brian Paul2017-10-141-2/+1
* i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke2017-10-135-12/+12
* i965: Delete dead brw_context fields.Kenneth Graunke2017-10-132-4/+0
* i965: Complete 'expose RGBA visuals only on Android'Mario Kleiner2017-10-131-2/+2
* meson: Build i915Ville Syrjälä2017-10-132-0/+100
* intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand2017-10-121-6/+4
* intel/compiler: Allocate pull_param in assign_constant_locationsJason Ekstrand2017-10-121-2/+0
* intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand2017-10-127-84/+51
* intel/vs: Grow the param array for clip planesJason Ekstrand2017-10-121-5/+0
* intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand2017-10-121-3/+0
* intel/compiler: Stop adding params for texture sizesJason Ekstrand2017-10-122-6/+0
* i965: Only add the wpos state reference if we lowered somethingJason Ekstrand2017-10-121-6/+6
* intel/compiler: Add a flag for pull constant supportJason Ekstrand2017-10-121-0/+1
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-1212-41/+15
* i965: Use prog->info.num_images for needs_dc computationJason Ekstrand2017-10-121-2/+3
* intel: Rewrite the world of push/pull paramsJason Ekstrand2017-10-1210-82/+155
* i965: Get rid of gen7_cs_state.cJason Ekstrand2017-10-126-177/+145