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: 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
*
mesa/dri: Move context flag validation down into the drivers
Ian Romanick
2013-11-07
1
-0
/
+5
*
mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy
Ian Romanick
2013-11-07
1
-0
/
+6
*
i965/gen7: Expose ARB_shader_atomic_counters.
Francisco Jerez
2013-11-07
1
-0
/
+10
*
Revert "i965: Add support for GL_AMD_performance_monitor on Ironlake."
Kenneth Graunke
2013-11-07
1
-4
/
+0
*
i965: Fix compiler warning.
Courtney Goeltzenleuchter
2013-11-05
1
-1
/
+1
*
i965: Fix context initialization after 2f896627175384fd5
Eric Anholt
2013-11-05
1
-3
/
+6
*
i965: Eliminate the saved_viewport wrapper
Ian Romanick
2013-11-05
1
-5
/
+5
*
i965: Add driconf option clamp_max_samples
Chad Versace
2013-11-03
1
-11
/
+60
*
i965: Initialize batchbuffer and state modules before extensions.
Kenneth Graunke
2013-10-31
1
-4
/
+4
*
i965: Implement glDrawTransformFeedback().
Kenneth Graunke
2013-10-31
1
-0
/
+2
*
mesa: Add a new GetTransformFeedbackVertexCount() driver hook.
Kenneth Graunke
2013-10-31
1
-0
/
+2
*
i965: Implement Pause/ResumeTransformfeedback driver hooks on Gen7+.
Kenneth Graunke
2013-10-31
1
-0
/
+2
*
i965: Create a new brw_transform_feedback_object subclass.
Kenneth Graunke
2013-10-31
1
-0
/
+2
*
i965: Reduce gl_MaxGeometryInputComponents to 64.
Paul Berry
2013-10-24
1
-1
/
+1
*
i965: Fix gl_MaxCombinedTextureImageUnits.
Paul Berry
2013-10-24
1
-1
/
+6
[prev]
[next]