aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Add means for limiting color resolvesTopi Pohjolainen2016-02-131-4/+4
* main: Use a derived value for the default sample countNeil Roberts2016-02-051-0/+19
* i965: Implement a drirc workaround for broken dual color blending.Kenneth Graunke2016-01-221-0/+3
* i965: Remove unused hw_must_use_separate_stencilBen Widawsky2016-01-131-1/+1
* i965: Enable ARB_tessellation_shader on Gen7-7.5.Kenneth Graunke2015-12-281-2/+2
* i965: Enable compute shaders in more cases for OpenGLES 3.1Jordan Justen2015-12-161-1/+4
* i965: Fix crash when calling glViewport with no surface boundNeil Roberts2015-12-161-2/+4
* i965/gen9: Resolve SRGB color buffers when GL_FRAMEBUFFER_SRGB enabledNeil Roberts2015-12-111-0/+27
* i965: Enable ARB_compute_shader extension on supported hardwareJordan Justen2015-12-091-5/+6
* i965: Resolve color and flush for all active shader images in intel_update_st...Francisco Jerez2015-12-091-0/+18
* i965: Add backend structures for tess stagesChris Forbes2015-12-071-0/+2
* i965: Set core tessellation-related limitsChris Forbes2015-12-071-2/+6
* i965: Request lowering of gl_TessLevel* from float[] to vec4s.Kenneth Graunke2015-12-071-0/+2