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
/
i915_vtbl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-4
/
+4
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-7
/
+7
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
mesa: Eliminate parameters to dd_function_table::Scissor
Ian Romanick
2014-01-15
1
-2
/
+1
*
i915: Remove spurious calls to DepthRange
Ian Romanick
2014-01-15
1
-4
/
+1
*
i915: Remove gen6+ batchbuffer support.
Eric Anholt
2013-06-28
1
-3
/
+3
*
i915: Remove all the HiZ code from i915.
Eric Anholt
2013-06-28
1
-9
/
+0
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-1
/
+1
*
i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect check
Yuanhan Liu
2012-03-07
1
-4
/
+3
*
intel: Pass the gl_renderbuffer to render_target_supported() vtable method.
Eric Anholt
2012-01-27
1
-1
/
+4
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
1
-3
/
+3
*
i915: Fix build since hiz merge.
Eric Anholt
2011-11-23
1
-8
/
+9
*
intel: Add the context to the render_target_supported() vtbl method.
Eric Anholt
2011-11-22
1
-1
/
+1
*
intel: Remove unused HiZ functions
Chad Versace
2011-11-22
1
-9
/
+0
*
i915: make i830/i915_hiz_resolve_noop() static
Brian Paul
2011-10-18
1
-1
/
+1
*
intel: Add HiZ operations to intel_context::vtbl for all drivers
Chad Versace
2011-10-18
1
-0
/
+9
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-8
/
+8
*
i915,i830: Remove dead HiZ assertions in *update_draw_buffer()
Chad Versace
2011-10-07
1
-2
/
+0
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-4
/
+4
*
i915: Add support for HW rendering with no color draw buffer.
Eric Anholt
2011-07-18
1
-51
/
+51
*
i915: Make stencil test for no-stencil handling match depth test.
Eric Anholt
2011-07-18
1
-2
/
+1
*
i915: Disable the depth test whenever we don't have a depth buffer.
Eric Anholt
2011-07-18
1
-2
/
+1
*
i915: Remove i965 paths from i915_update_drawbuffer() and i830's too.
Eric Anholt
2011-07-18
1
-56
/
+10
*
intel: Move intel_draw_buffers() code into each driver.
Eric Anholt
2011-07-18
1
-0
/
+200
*
intel: Rely on intel_region_reference()'s support of *dst != NULL.
Eric Anholt
2011-07-07
1
-2
/
+0
*
i965: Don't bother telling swrast_setup about state updates until fallback.
Eric Anholt
2011-06-24
1
-0
/
+2
*
i965: Don't bother telling tnl about state updates unless we fall back.
Eric Anholt
2011-06-24
1
-0
/
+11
*
intel: Move the draw_x/draw_y to the renderbuffer where it belongs.
Eric Anholt
2011-06-13
1
-10
/
+18
*
intel: Add is_hiz_depth_format() to intel_contex.vtbl
Chad Versace
2011-05-25
1
-0
/
+9
*
i915: Gut all remaining bits of hardware fog
Ian Romanick
2011-04-21
1
-9
/
+0
*
i915: Detect allocation failure of batch buffer
Chris Wilson
2011-03-29
1
-0
/
+4
*
i915: Emit a single relocation per vbo
Chris Wilson
2011-02-21
1
-0
/
+3
*
i915: Separate BLEND from general context state.
Chris Wilson
2011-02-21
1
-0
/
+10
*
i915: suppress repeated sampler state emission
Chris Wilson
2011-02-21
1
-0
/
+10
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-6
/
+4
*
i915: Drop old checks for the settexoffset hack.
Eric Anholt
2011-01-07
1
-9
/
+3
*
intel: Add a vtbl hook for determining if a format is renderable.
Eric Anholt
2011-01-07
1
-18
/
+23
*
i965: Add support for using the BLT ring on gen6.
Eric Anholt
2010-12-13
1
-2
/
+3
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
i915: Silence unused variable warning in non-debug builds.
Vinson Lee
2010-10-08
1
-0
/
+1
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-2
/
+2
*
i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.
Chris Wilson
2010-06-05
1
-8
/
+23
*
i915: Fix off-by-one for drawing rectangle.
Chris Wilson
2010-06-05
1
-2
/
+2
*
i915: Inhibit render cache flush when changing drawing rectangle offset.
Chris Wilson
2010-06-05
1
-1
/
+1
*
i915: Use x,y drawing offsets instead of changing buffer offsets.
Eric Anholt
2010-03-03
1
-12
/
+38
*
i915: update render buffers at prepare_render time
Jesse Barnes
2010-02-18
1
-0
/
+1
*
i915: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-1
/
+0
[next]