aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-1/+1
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-16/+16
* i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.Kenneth Graunke2017-04-101-1/+1
* i965: Just use a uint32_t context handle rather than a malloc'd wrapper.Kenneth Graunke2017-04-101-2/+2
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-19/+19
* i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke2017-03-301-1/+1
* i965: Require Kernel 3.6 for Gen4-5 platforms.Kenneth Graunke2017-03-271-1/+1
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-221-0/+3
* i965: Allow a per gen timebase scale factorRobert Bragg2017-03-171-0/+15
* intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand2017-03-141-1/+1
* i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()Anuj Phogat2017-03-091-1/+1
* i965: Remove use of deprecated drm_intel_aub routinesChris Wilson2017-03-071-6/+0
* i965: Delete vestiges of resource streamer code.Kenneth Graunke2017-03-061-8/+0
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-011-1/+0
* i965: Implement INTEL_performance_query backendRobert Bragg2017-02-221-0/+3
* i965: Enable ARB_transform_feedback2 on Sandybridge.Kenneth Graunke2017-02-211-0/+2
* i965: Properly reset SVBI counters on ResumeTransformFeedback().Kenneth Graunke2017-02-211-0/+2
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-151-0/+3
* intel/isl: Rename supports_lossless_compression to supports_ccs_eJason Ekstrand2017-02-021-2/+1
* i965: Support the force_glsl_version driconf option.Kenneth Graunke2017-01-291-0/+3
* mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri2017-01-231-6/+4
* i965: Rework gl_TessLevel*[] handling to use NIR compact arrays.Kenneth Graunke2017-01-061-1/+1
* i965: Always set MaxViewports and related limitsIan Romanick2017-01-061-2/+1
* st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_programTimothy Arceri2017-01-061-1/+2
* i965: add a kernel_features bitfield to intel screenIago Toral Quiroga2017-01-051-2/+2
* i965: get rid of brw->can_do_pipelined_register_writesIago Toral Quiroga2017-01-051-2/+0
* i965: Move the pipelined test for SO register access to the screenChris Wilson2017-01-051-0/+2
* i965: remove brw_context dependency from intel_batchbuffer_init()Iago Toral Quiroga2017-01-041-1/+1
* i965: make intel_batchbuffer_free() take a batchbuffer as argumentIago Toral Quiroga2017-01-041-1/+1
* i965: Remove perf monitor/query backendRobert Bragg2017-01-031-4/+0
* i965: Increase max texture to 16k for gen7+Jordan Justen2016-12-071-3/+10
* i965/gen7: expose larger gather offsetsIlia Mirkin2016-11-291-2/+7
* i965: Provide slice details to color resolverTopi Pohjolainen2016-11-251-5/+9
* i965: Add new interface for full color resolvesTopi Pohjolainen2016-11-251-3/+3
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-171-2/+2
* i965/compute: Allow ARB_compute_shader in compat profileJordan Justen2016-11-091-1/+1
* i965: Add function to indicate when sampling with hiz is supportedJordan Justen2016-11-081-1/+4
* i956: set RobustAccess true when is supportedTapani Pälli2016-10-271-1/+3
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-261-1/+1
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-261-1/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-1/+1
* i965: get outputs read from nir infoTimothy Arceri2016-10-061-1/+2
* i965/sync: Replace 'intel' prefix with 'brw'Chad Versace2016-10-051-1/+1
* i965/gen8+: Enable GL_OES_viewport_arrayAnuj Phogat2016-10-041-2/+3
* i965: Only emit 1 viewport when possible.Kenneth Graunke2016-10-031-0/+1
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-17/+5
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-3/+3
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-22/+22
* i965: Rename __DRIScreen pointers to "dri_screen".Kenneth Graunke2016-09-201-21/+21
* Revert "i965: Drop the maximum 3D texture size to 512 on Sandy Bridge"Jason Ekstrand2016-09-121-10/+1