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
/
intel_buffers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Always intel_prepare_render() after invalidating front buffers.
Kenneth Graunke
2014-05-06
1
-0
/
+2
*
i965: Drop intel_check_front_buffer_rendering().
Eric Anholt
2014-03-11
1
-18
/
+0
*
i965: Drop broken front_buffer_reading/drawing optimization.
Eric Anholt
2014-03-11
1
-17
/
+27
*
intel: When checking for updating front buffer reading, use the right fb.
Eric Anholt
2014-03-11
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-5
/
+5
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Shorten context base class dereference chains.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::driContext to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+2
*
i965: Move front buffer rendering fields from intel_context to brw.
Kenneth Graunke
2013-07-09
1
-11
/
+10
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-1
/
+2
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Remove some dead code.
Kenneth Graunke
2013-07-03
1
-14
/
+0
*
i965: Drop code for calling the empty brw_update_draw_buffers() hook.
Eric Anholt
2013-06-28
1
-2
/
+0
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+118
*
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-20
1
-587
/
+1
*
[965] Use shared intel_regions.c.
Eric Anholt
2007-12-15
1
-2
/
+2
*
[intel] warnings cleanup
Eric Anholt
2007-12-14
1
-1
/
+1
*
More vblank cleanups.
Michel Dänzer
2007-10-30
1
-1
/
+1
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-0
/
+46
*
[965] Remove AUB file support.
Eric Anholt
2007-09-27
1
-6
/
+0
*
Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...
Gary Wong
2006-12-02
1
-1
/
+1
*
Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Eric Anholt
2006-11-29
1
-1
/
+1
*
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-11-01
1
-26
/
+13
*
Emit cliprects in the userspace driver as required, rather than
Keith Whitwell
2006-10-23
1
-0
/
+6
*
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-15
1
-1
/
+0
*
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-09
1
-0
/
+555