index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Simplify the no-reopening-the-winsys-buffer tests.
Eric Anholt
2014-03-24
1
-22
/
+16
*
i965: Allocate register sets at screen creation, not context creation.
Kenneth Graunke
2014-03-18
1
-3
/
+0
*
Add the EGL_MESA_configless_context extension
Neil Roberts
2014-03-12
1
-6
/
+0
*
i965: Drop broken front_buffer_reading/drawing optimization.
Eric Anholt
2014-03-11
1
-7
/
+12
*
i965: Fix render-to-texture in non-FinishRenderTexture cases.
Eric Anholt
2014-03-06
1
-2
/
+2
*
i965: Move the remaining driver debug over to stderr.
Eric Anholt
2014-02-22
1
-2
/
+2
*
i965: Create a hardware context before initializing state module.
Kenneth Graunke
2014-02-20
1
-6
/
+6
*
i965: Actually claim to support MSAA on Broadwell.
Kenneth Graunke
2014-02-19
1
-0
/
+6
*
i965: Enable HiZ on Broadwell.
Kenneth Graunke
2014-02-19
1
-1
/
+1
*
i965: Bump MaxTexMbytes from 1GB to 1.5GB.
Kenneth Graunke
2014-02-18
1
-0
/
+1
*
i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.
Kenneth Graunke
2014-02-18
1
-1
/
+1
*
i965: Bump MAX_3D_TEXTURE_SIZE to 2048.
Kenneth Graunke
2014-02-18
1
-1
/
+1
*
i965: Move singlesample_mt to the renderbuffer.
Eric Anholt
2014-02-18
1
-11
/
+9
*
i965: Drop some duplicated code in DRI winsys BO updates.
Eric Anholt
2014-02-18
1
-11
/
+15
*
i965: Enable ARB_texture_gather for one component on Gen6.
Chris Forbes
2014-02-08
1
-0
/
+2
*
i965: Add some informative debug when the X Server botches DRI2 GetBuffers.
Eric Anholt
2014-02-07
1
-1
/
+11
*
i965/cs: Allow ARB_compute_shader to be enabled via env var.
Paul Berry
2014-02-05
1
-1
/
+10
*
i965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and such for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+1
*
i965: Rework SURFACE_STATE entries for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+5
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-1
/
+1
*
i965: Support 32 texture image units on Haswell+.
Kenneth Graunke
2014-01-22
1
-3
/
+6
*
intel: Fix initial MakeCurrent for single-buffer drawables
Kristian Høgsberg
2014-01-22
1
-6
/
+4
*
i965: Enable AOS optimizations for the geometry shader.
Matt Turner
2014-01-21
1
-0
/
+1
*
mesa: rename PreferDP4 to OptimizeForAOS.
Matt Turner
2014-01-21
1
-1
/
+1
*
i965: Enable ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+11
*
i965: Only update renderbuffers on initial intelMakeCurrent
Kristian Høgsberg
2014-01-19
1
-1
/
+8
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
1
-6
/
+1
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-49
/
+49
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-1
/
+1
*
i965: Correct check for re-bound buffer in intel_update_image_buffer
Keith Packard
2013-12-20
1
-4
/
+15
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
1
-0
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-5
/
+5
*
i965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS when __DRI2_ROBUSTN...
Ian Romanick
2013-11-27
1
-3
/
+10
*
i965: Only enable __DRI2_ROBUSTNESS if kernel support is available
Ian Romanick
2013-11-26
1
-15
/
+0
*
Revert "i965: Make the driver compile until a proper libdrm can be released."
Ian Romanick
2013-11-26
1
-3
/
+5
*
i965: Let driconf clamp_max_samples affect context version
Chad Versace
2013-11-22
1
-40
/
+20
*
i965: Share code between intel_quantize_num_samples and clamp_max_samples
Chad Versace
2013-11-22
1
-22
/
+4
*
i965: Terminate brw_supported_msaa_modes() list with -1, not 0
Chad Versace
2013-11-22
1
-5
/
+6
*
i965: Add basic driver hooks and plumbing for AMD_performance_monitor.
Kenneth Graunke
2013-11-21
1
-0
/
+4
*
i965: Disable HiZ on Broadwell for now.
Kenneth Graunke
2013-11-21
1
-1
/
+1
*
i965/gen7: Emit workaround flush when changing GS enable state.
Paul Berry
2013-11-18
1
-0
/
+1
*
i965: Make the driver compile until a proper libdrm can be released.
Eric Anholt
2013-11-09
1
-5
/
+3
*
dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension
Keith Packard
2013-11-07
1
-5
/
+109
*
dri/intel: Split out DRI2 buffer update code to separate function
Keith Packard
2013-11-07
1
-3
/
+19
*
i965: Refactor the renderer string creation out of intelGetString
Ian Romanick
2013-11-07
1
-13
/
+21
*
i965: Refactor the vendor string out of intelGetString
Ian Romanick
2013-11-07
1
-2
/
+3
*
i965: Propagate the GPU reset notifiction strategy down into the driver
Ian Romanick
2013-11-07
1
-5
/
+21
*
i965: Handle __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS flag
Ian Romanick
2013-11-07
1
-1
/
+6
[next]