summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Update compute workgroup size limit calculation for SIMD32.Francisco Jerez2016-05-271-11/+3
* mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).Kenneth Graunke2016-05-231-0/+1
* i965: Use blorp for all clearsJason Ekstrand2016-05-141-1/+0
* i965: Reimplement ARB_transform_feedback2 on Haswell and later.Kenneth Graunke2016-05-091-4/+10
* i965: Implement ARB_query_buffer_object for HSW+Jordan Justen2016-05-041-1/+3
* dri/i965: extend GLES3 sRGB workaround to cover all formatsHaixia Shi2016-04-121-4/+3
* i965/chv: Display proper brandingBen Widawsky2016-03-111-3/+28
* i965/chv: Check that compute threads are above thresholdBen Widawsky2016-03-111-0/+4
* i965/chv: Use kernel provided info for max_cs_threadsBen Widawsky2016-03-111-1/+8
* i965: Set MaxFramebufferWidth/Height to 16384, not viewport.Kenneth Graunke2016-03-031-2/+2
* i965/formatquery: Respond queries SAMPLES and NUM_SAMPLE_COUNTSEduardo Lima Mitev2016-03-031-1/+0
* i965: Move brw_query_samples_for_format() to brw_queryformat.cEduardo Lima Mitev2016-03-031-38/+0
* i965: Add boilerplate function for QueryInternalFormat driver hookEduardo Lima Mitev2016-03-031-0/+1
* i965: set ctx->Const.MaxViewport{Width,Height} to 32kSamuel Iglesias Gonsálvez2016-03-021-0/+5
* i965: Set compute shader shared memory max to 64kJordan Justen2016-02-161-1/+1
* i965: Add a few assertions on lossless compressionTopi Pohjolainen2016-02-161-0/+4
* i965: Add a flag telling color resolve pass to ignore CCS_ETopi Pohjolainen2016-02-161-1/+11
* i965: fix MAX_COMPUTE_SHARED_SIZE constant valueSamuel Pitoiset2016-02-131-0/+1