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
/
i915
/
intel_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Check return value of screen->image.loader->getBuffers
Emil Velikov
2016-08-30
1
-6
/
+9
*
i915: correctly parse/set the context flags
Emil Velikov
2016-01-22
1
-0
/
+2
*
util: Move DRI parse_debug_string() to util
Kristian Høgsberg Kristensen
2015-10-08
1
-2
/
+3
*
i915: Drop broken front_buffer_reading/drawing optimization
Ville Syrjälä
2015-10-06
1
-5
/
+7
*
i915: Adjust line size limits
Ville Syrjälä
2015-10-06
1
-2
/
+2
*
i915: remove unused driFd variable
Emil Velikov
2015-07-13
1
-1
/
+0
*
i915: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
i915: Kill intel_context::hw_stencil
Ville Syrjälä
2014-11-13
1
-1
/
+0
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
i915: add a missing NULL pointer check
Lubomir Rintel
2014-05-30
1
-1
/
+1
*
Add the EGL_MESA_configless_context extension
Neil Roberts
2014-03-12
1
-6
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
mesa: Eliminate parameters to dd_function_table::Viewport
Ian Romanick
2014-01-15
1
-13
/
+2
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
1
-0
/
+1
*
dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension
Keith Packard
2013-11-07
1
-4
/
+109
*
dri/intel: Split out DRI2 buffer update code to separate function
Keith Packard
2013-11-07
1
-41
/
+49
*
i915: Refactor the renderer string creation out of intelGetString
Ian Romanick
2013-11-07
1
-13
/
+21
*
i915: Refactor the vendor string out of intelGetString
Ian Romanick
2013-11-07
1
-2
/
+2
*
i915: Bring sanity to the Viewport function
Ian Romanick
2013-11-05
1
-6
/
+22
*
i915: Build the driver into the shared mesa_dri_drivers.so.
Eric Anholt
2013-10-24
1
-2
/
+0
*
intel: Remove silly check for !bufmgr.
Eric Anholt
2013-10-10
1
-6
/
+0
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
1
-44
/
+0
*
i915: Remove i965+ chip names.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i915: Remove GLES 3.0 sRGB workaround.
Kenneth Graunke
2013-06-28
1
-52
/
+0
*
i915: Remove dead debug flags.
Eric Anholt
2013-06-28
1
-10
/
+0
*
i915: Drop context fields specific to 965+ chipsets.
Eric Anholt
2013-06-28
1
-19
/
+2
*
i915: Drop all has_llc code.
Eric Anholt
2013-06-28
1
-1
/
+0
*
i915: Remove most of the code under gen >= 4 checks.
Eric Anholt
2013-06-28
1
-35
/
+5
*
i915: Remove separate stencil code.
Eric Anholt
2013-06-28
1
-2
/
+0
*
i915: Remove the I915 macro from the formerly shared code.
Eric Anholt
2013-06-28
1
-2
/
+0
*
i915: Remove all the MSAA support code.
Eric Anholt
2013-06-28
1
-58
/
+4
*
i915: Remove all the HiZ code from i915.
Eric Anholt
2013-06-28
1
-8
/
+0
*
i915: Fork the shared code from i965.
Eric Anholt
2013-06-26
1
-1
/
+1010
*
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg
2008-02-22
1
-862
/
+1
*
Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h
Alan Hourihane
2008-02-22
1
-2
/
+2
*
Add E7221 variant to i915.
Adam Jackson
2008-02-15
1
-0
/
+4
*
Hook up i915 driver to new DRI2 infrastructure.
Kristian Høgsberg
2008-02-14
1
-32
/
+43
*
[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.
Eric Anholt
2008-02-13
1
-0
/
+5
*
[intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.
Eric Anholt
2008-01-17
1
-1
/
+1
*
[i915] Fix recursive lock hang in intelContendedLock handling.
Eric Anholt
2008-01-14
1
-2
/
+2
*
[intel] Add more cliprect modes to cover other meanings for batch emits.
Eric Anholt
2008-01-10
1
-1
/
+7
*
[intel] Simplify intelCreateBuffer() a bit.
Kristian Høgsberg
2008-01-09
1
-13
/
+13
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-3
/
+1
*
fix fd.o bug #13761
Zou Nan hai
2008-01-03
1
-2
/
+2
*
[intel] Fix and reenable (software) SGIS_generate_mipmap
Eric Anholt
2007-12-20
1
-1
/
+1
*
[915] Free dri_bufmgr after mesa context data.
Eric Anholt
2007-12-18
1
-2
/
+2
*
[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.
Eric Anholt
2007-12-13
1
-2
/
+2
*
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-12
1
-17
/
+101
*
[i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake.
Eric Anholt
2007-11-29
1
-0
/
+2
*
[i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them.
Eric Anholt
2007-11-16
1
-0
/
+1
[next]