summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965/rbc: Clarify rational given for shader image resolvesTopi Pohjolainen2016-09-121-3/+4
* i965: Track non-compressible sampling of renderbuffersTopi Pohjolainen2016-09-121-0/+32
* intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand2016-09-031-1/+1
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* i965: enable OES_primitive_bounding_box with the no-op implementationIlia Mirkin2016-08-301-0/+3
* i965/blorp: Add a blorp_context struct and init/finish funcsJason Ekstrand2016-08-291-0/+7
* i965/gen7: Copy stencil when sampling the stencil textureJordan Justen2016-08-261-0/+5
* i965/hsw: Don't advertise more than 64 threads for compute shadersJordan Justen2016-08-261-14/+25
* i965: Embrace "unlimited" GTT mmap supportChris Wilson2016-08-261-15/+2
* i965: Resolve color for non-coherent FB fetch at UpdateState time.Francisco Jerez2016-08-251-0/+17
* i965: Add an isl_device to the brw_contextJason Ekstrand2016-07-151-0/+2
* glsl: add driconf to zero-init unintialized varsRob Clark2016-07-021-0/+2
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-301-2/+3
* i965: Drop the maximum 3D texture size to 512 on Sandy BridgeJason Ekstrand2016-06-221-1/+10
* i965: Use a uniform for gl_PatchVerticesIn in the TCS on Gen8+.Kenneth Graunke2016-06-151-0/+1
* i965: Use a uniform for gl_PatchVerticesIn in the TES.Kenneth Graunke2016-06-151-0/+1
* i965: Check return value of screen->image.loader->getBuffers (v2)Tomasz Figa2016-06-141-6/+9
* i965/compiler: Bring back the INTEL_PRECISE_TRIG environment variableJason Ekstrand2016-06-131-2/+2
* i965: Don't leak scratch BOs for TCS/TES.Kenneth Graunke2016-06-131-0/+4
* i965: Integrate precise trig into configuration infrastructureGurchetan Singh2016-06-071-0/+3
* i965: Enable cross-thread constants and compact local IDs for hsw+Jordan Justen2016-06-011-1/+0
* glsl: Add glsl LowerCsDerivedVariables optionJordan Justen2016-06-011-0/+1
* i965/gen9: Configure rbc buffers as plain for non-rbc tex viewsTopi Pohjolainen2016-06-011-2/+36