index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_span.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Disable the swrast context setup on GL 3.1 core.
Eric Anholt
2012-08-28
1
-2
/
+4
*
i965: Move depth resolve for span fallbacks to a simpler place.
Eric Anholt
2012-08-28
1
-28
/
+0
*
i965: Drop manual hiz resolves in span rendering.
Eric Anholt
2012-08-28
1
-10
/
+0
*
i965: fixup W-tile offset computation to take swizzling into account
Daniel Vetter
2012-03-05
1
-17
/
+11
*
intel: use swrast code to map/unmap renderbuffers for swrast rendering
Brian Paul
2012-01-24
1
-79
/
+2
*
intel: remove intel_span_supports_format()
Brian Paul
2012-01-24
1
-12
/
+0
*
intel: derive intel_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
1
-6
/
+6
*
mesa: remove gl_renderbuffer:RowStride field
Brian Paul
2012-01-24
1
-2
/
+0
*
intel: remove most of the span Get/PutRow code
Brian Paul
2012-01-24
1
-119
/
+1
*
mesa: use gl_renderbuffer::Map for all depth/stencil accesses
Brian Paul
2012-01-24
1
-6
/
+8
*
intel: make intel_renderbuffer_map/unmap() static
Brian Paul
2012-01-24
1
-2
/
+2
*
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
2011-12-08
1
-13
/
+14
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
1
-1
/
+1
*
intel: Resolve buffers in intelSpanRenderStart
Chad Versace
2011-11-22
1
-1
/
+39
*
intel: Refactor intelSpanRenderStart
Chad Versace
2011-11-22
1
-16
/
+25
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-1
/
+2
*
intel: Fix swrast_render_start() for depthstencil buffers with separate stencil
Chad Versace
2011-11-21
1
-8
/
+14
*
intel: Don't use special stencil span accessors
Chad Versace
2011-11-21
1
-42
/
+1
*
intel: Simplify stencil detiling arithmetic
Chad Versace
2011-11-15
1
-2
/
+1
*
intel: Fix software detiling of system stencil buffers
Chad Versace
2011-11-15
1
-2
/
+2
*
i965: Claim to support rendering to integer FBOs.
Eric Anholt
2011-11-09
1
-1
/
+6
*
intel: Don't _mesa_problem when asked for an RB of a texturing-only type.
Eric Anholt
2011-11-09
1
-0
/
+7
*
intel: Use MapRenderbuffer in spans setup.
Eric Anholt
2011-11-01
1
-23
/
+10
*
intel: Add an implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
1
-1
/
+1
*
intel: Add 'mode' param to intel_region_map
Chad Versace
2011-10-18
1
-2
/
+4
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-4
/
+4
*
intel: Fix stencil buffer to be W tiled
Chad Versace
2011-07-19
1
-21
/
+67
*
intel: Add fields to intel_renderbuffer for unwrapping packed depth/stencil b...
Chad Versace
2011-06-21
1
-2
/
+18
*
intel: Fix typo in intel_offset_S8 comments
Chad Versace
2011-06-15
1
-1
/
+1
*
intel: Do the drawable x/y offset in intel_renderbuffer_map() for spans.
Eric Anholt
2011-06-13
1
-64
/
+27
*
intel: Use rb->Data and rb->RowStride to handle spans Y flipping.
Eric Anholt
2011-06-13
1
-7
/
+4
*
intel: Define span functions for S8 renderbuffers
Chad Versace
2011-06-08
1
-0
/
+64
*
intel: Remove unused NO_TILE macro
Ian Romanick
2011-05-31
1
-3
/
+0
*
intel: Add support for ARB_texture_float.
Eric Anholt
2011-04-20
1
-0
/
+5
*
intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.
Eric Anholt
2011-04-18
1
-25
/
+4
*
intel: Use Mesa core's renderbuffer accessors for depth.
Eric Anholt
2011-04-18
1
-33
/
+15
*
intel: Add a couple of helper functions to reduce rb code duplication.
Eric Anholt
2010-12-10
1
-45
/
+29
*
intel: Add spans code for the ARB_texture_rg support.
Eric Anholt
2010-12-10
1
-0
/
+32
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
i965: Add support for rendering to SARGB8 FBOs.
Eric Anholt
2010-09-24
1
-0
/
+1
*
intel: Finalize the miptree before mapping it for fallbacks.
Eric Anholt
2010-06-18
1
-0
/
+2
*
i965: Add support for GL_ALPHA framebuffer objects.
Eric Anholt
2010-06-10
1
-0
/
+10
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-1
/
+1
*
intel: Rename the z24_x8 depth spans to z24_s8 since they do stencil too.
Eric Anholt
2010-03-17
1
-2
/
+2
*
i965: Fix readpixels from ReadBuffer != DrawBuffer.
Eric Anholt
2010-03-16
1
-8
/
+8
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-397
/
+54
*
intel: Remove the unused s8 spans code. Not hit during no_rast piglit.
Eric Anholt
2010-03-04
1
-59
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+1
*
intel: Remove DRI1 junk from spans code.
Eric Anholt
2010-01-26
1
-30
/
+11
[next]