index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-26
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
1
-1010
/
+0
2013-06-26
i965/gen4-5: Stop using bogus polygon_offset_scale field.
Eric Anholt
1
-17
/
+0
2013-06-12
i965/gen7+: Ensure that front/back buffers are fast-clear resolved.
Paul Berry
1
-9
/
+12
2013-06-07
intel: flush fake front buffer if server is about to destroy it.
Paul Berry
1
-0
/
+9
2013-06-07
intel: flush fake front buffer more robustly.
Paul Berry
1
-11
/
+9
2013-06-07
intel: make intel_flush_front safe to call during initial MakeCurrent
Paul Berry
1
-1
/
+1
2013-06-06
intel: Use the CHIPSET macro in the PCI ID tables for the device name.
Kenneth Graunke
1
-184
/
+4
2013-06-05
i965: Adding more reserved PCI IDs for Haswell.
Rodrigo Vivi
1
-0
/
+26
2013-05-09
i965: make GT3 machines work as GT3 instead of GT2
Paulo Zanoni
1
-12
/
+14
2013-04-16
i965: Enable the Bay Trail platform.
Kenneth Graunke
1
-0
/
+10
2013-04-12
intel: Fix a warning in the release build.
Eric Anholt
1
-2
/
+1
2013-04-10
intel: Move the max_gtt_map_object_size estimation to intel_context.
Kenneth Graunke
1
-0
/
+17
2013-04-10
intel/hsw: Enable hiz (v2)
Chad Versace
1
-1
/
+1
2013-04-08
intel: Remove the texture_tiling driconf option.
Kenneth Graunke
1
-2
/
+0
2013-03-21
i965: Add a driconf option to disable flush throttling.
Paul Berry
1
-1
/
+7
2013-03-18
i965/blorp: Add INTEL_DEBUG=blorp flag.
Paul Berry
1
-0
/
+1
2013-03-11
intel: Remove some unused debug flags.
Eric Anholt
1
-4
/
+0
2013-03-05
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
1
-0
/
+2
2013-03-01
intel: Use the new "ctx" local variable I just added some more.
Eric Anholt
1
-2
/
+2
2013-03-01
i965: Make sRGB-capable framebuffers by default.
Eric Anholt
1
-1
/
+54
2013-02-08
intel/pre-gen6: Disable EXT_framebuffer_multisample.
Paul Berry
1
-2
/
+0
2013-01-29
intel: Use a CPU map of the batch on LLC-sharing architectures.
Eric Anholt
1
-1
/
+1
2013-01-24
intel: callocing a 32 byte temp is silly, so don't
Ian Romanick
1
-3
/
+3
2013-01-18
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
1
-1
/
+1
2013-01-15
intel: Move validation of context version into intelInitContext
Chad Versace
1
-3
/
+53
2013-01-12
i965: Move program_id to intel_screen instead of brw_context.
Kenneth Graunke
1
-1
/
+2
2013-01-12
i965: Add an INTEL_DEBUG=no16 option.
Kenneth Graunke
1
-0
/
+1
2013-01-04
intel: Fix copy-and-paste bug setting gl_constants::MaxSamples
Ian Romanick
1
-1
/
+1
2012-12-05
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
1
-0
/
+6
2012-12-03
i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.
Kenneth Graunke
1
-0
/
+1
2012-10-05
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
1
-1
/
+1
2012-08-28
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
1
-12
/
+27
2012-08-28
intel: Move RenderMode fallback func to i915 driver.
Eric Anholt
1
-1
/
+0
2012-08-28
i965: Drop support for forcing drawing through sw fallbacks.
Eric Anholt
1
-0
/
+2
2012-08-14
intel: Fix rendering to a multisample front buffer
Chad Versace
1
-0
/
+10
2012-08-14
intel: Clean up intel_flush_front
Chad Versace
1
-4
/
+5
2012-08-14
intel: Refactor intel_downsample_for_dri2_flush
Chad Versace
1
-0
/
+30
2012-08-12
intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
Eric Anholt
1
-1
/
+2
2012-08-07
intel: Allocate miptree for multisample DRI2 buffers
Chad Versace
1
-8
/
+19
2012-08-07
i965: add more Haswell PCI IDs
Paulo Zanoni
1
-1
/
+34
2012-07-17
intel: Add a comment explaining why we early return on matching BO names.
Eric Anholt
1
-0
/
+4
2012-07-17
intel: Drop other checks for old loader version.
Eric Anholt
1
-38
/
+26
2012-07-17
intel: Replace the non-getBuffersWithFormat compat path with an error message.
Eric Anholt
1
-21
/
+0
2012-07-17
intel: Convert to using private depth/stencil buffers (v2)
Eric Anholt
1
-582
/
+34
2012-06-01
intel: Change vendor string to "Intel Open Source Technology Center".
Kenneth Graunke
1
-1
/
+1
2012-05-23
i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
1
-11
/
+1
2012-05-22
intel: When AUB dumping, flush before emitting final bitmap command.
Paul Berry
1
-1
/
+3
2012-05-01
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
1
-2
/
+2
2012-04-10
i965: Stop lying about cpp and height of a stencil buffer.
Paul Berry
1
-9
/
+27
2012-04-02
i965/aub: Dump a final bitmap from DestroyContext.
Kenneth Graunke
1
-0
/
+4
[next]