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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: limit extern "C" hack only for libdrm headers
Emil Velikov
2016-03-09
1
-7
/
+6
*
i915: Drop broken front_buffer_reading/drawing optimization
Ville Syrjälä
2015-10-06
1
-16
/
+0
*
i915: remove unused driFd variable
Emil Velikov
2015-07-13
1
-2
/
+0
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
i915: Remove hand-rolled memcpy implementation.
Matt Turner
2015-03-02
1
-28
/
+0
*
i915: replace INLINE with inline
Brian Paul
2015-02-26
1
-2
/
+2
*
mesa: Add a source parameter to _mesa_gl_debug.
Matt Turner
2014-12-05
1
-0
/
+2
*
i915: Kill intel_context::hw_stencil
Ville Syrjälä
2014-11-13
1
-1
/
+0
*
i915: Fix build error.
Iago Toral Quiroga
2014-04-08
1
-6
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context
Kristian Høgsberg
2013-12-13
1
-0
/
+1
*
i915: Refactor the renderer string creation out of intelGetString
Ian Romanick
2013-11-07
1
-0
/
+2
*
i915: Refactor the vendor string out of intelGetString
Ian Romanick
2013-11-07
1
-0
/
+2
*
i915: Bring sanity to the Viewport function
Ian Romanick
2013-11-05
1
-2
/
+0
*
mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.
Kenneth Graunke
2013-10-13
1
-13
/
+0
*
mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.
Kenneth Graunke
2013-10-13
1
-13
/
+0
*
intel: Remove unused INTEL_MAX_FIXUP macro.
Kenneth Graunke
2013-06-28
1
-2
/
+0
*
i915: Remove a duplicated set of PCI IDs.
Eric Anholt
2013-06-28
1
-14
/
+0
*
i915: Remove various remaining dead code.
Eric Anholt
2013-06-28
1
-4
/
+0
*
i915: Remove dead debug flags.
Eric Anholt
2013-06-28
1
-10
/
+0
*
i915: Remove state batch emit support.
Eric Anholt
2013-06-28
1
-2
/
+0
*
i915: Remove gen6+ batchbuffer support.
Eric Anholt
2013-06-28
1
-4
/
+0
*
i915: Drop context fields specific to 965+ chipsets.
Eric Anholt
2013-06-28
1
-29
/
+0
*
i915: Remove the remainder of the batchbuffer caching.
Eric Anholt
2013-06-28
1
-2
/
+0
*
i915: Remove miscellanous uncalled gen4 code from formerly shared files.
Eric Anholt
2013-06-28
1
-8
/
+0
*
i915: Remove most of the code under gen >= 4 checks.
Eric Anholt
2013-06-28
1
-2
/
+0
*
i915: Remove separate stencil code.
Eric Anholt
2013-06-28
1
-2
/
+0
*
i915: Remove all the MSAA support code.
Eric Anholt
2013-06-28
1
-4
/
+0
*
i915: Remove all the HiZ code from i915.
Eric Anholt
2013-06-28
1
-20
/
+0
*
i915: Fork the shared code from i965.
Eric Anholt
2013-06-26
1
-0
/
+643
*
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg
2008-02-22
1
-453
/
+0
*
Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h
Alan Hourihane
2008-02-22
1
-2
/
+1
*
[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.
Eric Anholt
2008-02-13
1
-0
/
+2
*
[i915] Fix driver from cliprects changes, and clean up state emission.
Eric Anholt
2008-01-17
1
-2
/
+1
*
[intel] Rename lost_hardware vtbl entry to new_batch.
Eric Anholt
2008-01-09
1
-1
/
+1
*
i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965.
Xiang, Haihao
2007-12-25
1
-0
/
+1
*
[i915] Move meta_draw_quad into the vtbl with other meta operations.
Eric Anholt
2007-12-20
1
-0
/
+8
*
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-12
1
-0
/
+16
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-0
/
+1
*
i915: Catch cases where not all state is emitted for a new batchbuffer.
Keith Whitwell
2007-11-26
1
-0
/
+1
*
[intel] Move additional code to be shared from intel_context.h to intel/.
Eric Anholt
2007-11-16
1
-59
/
+1
*
[i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them.
Eric Anholt
2007-11-16
1
-0
/
+1
*
[i915] Remove old frontbuffer rotation hack.
Eric Anholt
2007-11-09
1
-17
/
+3
*
[965] Replace various alignment code with a shared ALIGN() macro.
Eric Anholt
2007-10-04
1
-0
/
+2
*
Replace duplicated intel_reg.h with a shared header.
Eric Anholt
2007-10-04
1
-3
/
+0
*
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
1
-0
/
+498
*
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-09-24
1
-564
/
+0
*
fix fallback crashes when driver can't handle frag prog for i915 driver too (...
Roland Scheidegger
2007-07-29
1
-0
/
+1
*
Add PCI IDs for the G33, Q33, and Q35 chipsets.
Wang Zhenyu
2007-06-05
1
-0
/
+3
*
i915: Add support for 945GME chip
Wang Zhenyu
2007-05-31
1
-0
/
+1
[next]