aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Simplify the no-reopening-the-winsys-buffer tests.Eric Anholt2014-03-241-22/+16
* i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke2014-03-181-3/+0
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-121-6/+0
* i965: Drop broken front_buffer_reading/drawing optimization.Eric Anholt2014-03-111-7/+12
* i965: Fix render-to-texture in non-FinishRenderTexture cases.Eric Anholt2014-03-061-2/+2
* i965: Move the remaining driver debug over to stderr.Eric Anholt2014-02-221-2/+2
* i965: Create a hardware context before initializing state module.Kenneth Graunke2014-02-201-6/+6
* i965: Actually claim to support MSAA on Broadwell.Kenneth Graunke2014-02-191-0/+6
* i965: Enable HiZ on Broadwell.Kenneth Graunke2014-02-191-1/+1
* i965: Bump MaxTexMbytes from 1GB to 1.5GB.Kenneth Graunke2014-02-181-0/+1
* i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.Kenneth Graunke2014-02-181-1/+1
* i965: Bump MAX_3D_TEXTURE_SIZE to 2048.Kenneth Graunke2014-02-181-1/+1
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-181-11/+9
* i965: Drop some duplicated code in DRI winsys BO updates.Eric Anholt2014-02-181-11/+15
* i965: Enable ARB_texture_gather for one component on Gen6.Chris Forbes2014-02-081-0/+2
* i965: Add some informative debug when the X Server botches DRI2 GetBuffers.Eric Anholt2014-02-071-1/+11
* i965/cs: Allow ARB_compute_shader to be enabled via env var.Paul Berry2014-02-051-1/+10
* i965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and such for Broadwell.Kenneth Graunke2014-01-311-1/+1
* i965: Rework SURFACE_STATE entries for Broadwell.Kenneth Graunke2014-01-311-1/+5
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-1/+1
* i965: Support 32 texture image units on Haswell+.Kenneth Graunke2014-01-221-3/+6
* intel: Fix initial MakeCurrent for single-buffer drawablesKristian Høgsberg2014-01-221-6/+4
* i965: Enable AOS optimizations for the geometry shader.Matt Turner2014-01-211-0/+1
* mesa: rename PreferDP4 to OptimizeForAOS.Matt Turner2014-01-211-1/+1
* i965: Enable ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-0/+11
* i965: Only update renderbuffers on initial intelMakeCurrentKristian Høgsberg2014-01-191-1/+8
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-6/+1
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-49/+49
* mesa: Clean up nomenclature for pipeline stages.Paul Berry2014-01-081-1/+1
* i965: Correct check for re-bound buffer in intel_update_image_bufferKeith Packard2013-12-201-4/+15
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2013-12-131-0/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-5/+5
* i965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS when __DRI2_ROBUSTN...Ian Romanick2013-11-271-3/+10
* i965: Only enable __DRI2_ROBUSTNESS if kernel support is availableIan Romanick2013-11-261-15/+0
* Revert "i965: Make the driver compile until a proper libdrm can be released."Ian Romanick2013-11-261-3/+5
* i965: Let driconf clamp_max_samples affect context versionChad Versace2013-11-221-40/+20
* i965: Share code between intel_quantize_num_samples and clamp_max_samplesChad Versace2013-11-221-22/+4
* i965: Terminate brw_supported_msaa_modes() list with -1, not 0Chad Versace2013-11-221-5/+6
* i965: Add basic driver hooks and plumbing for AMD_performance_monitor.Kenneth Graunke2013-11-211-0/+4
* i965: Disable HiZ on Broadwell for now.Kenneth Graunke2013-11-211-1/+1
* i965/gen7: Emit workaround flush when changing GS enable state.Paul Berry2013-11-181-0/+1
* i965: Make the driver compile until a proper libdrm can be released.Eric Anholt2013-11-091-5/+3
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-071-5/+109
* dri/intel: Split out DRI2 buffer update code to separate functionKeith Packard2013-11-071-3/+19
* i965: Refactor the renderer string creation out of intelGetStringIan Romanick2013-11-071-13/+21
* i965: Refactor the vendor string out of intelGetStringIan Romanick2013-11-071-2/+3
* i965: Propagate the GPU reset notifiction strategy down into the driverIan Romanick2013-11-071-5/+21
* i965: Handle __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS flagIan Romanick2013-11-071-1/+6