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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
3
-6
/
+6
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-27
1
-0
/
+1
|
\
|
*
intel: Silence implicit function declaration warning.
Vinson Lee
2009-12-25
1
-0
/
+1
*
|
intel: Bump driver date to reflect status as final Q4 driver RC
Ian Romanick
2009-12-21
1
-1
/
+1
*
|
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-12-15
1
-3
/
+8
|
\
|
|
*
intel: Fallback to software if drawable size is > MaxRenderbufferSize
Ian Romanick
2009-12-15
1
-3
/
+8
*
|
intel: Remove ARGB internal_format == GL_RGB hacks
Ian Romanick
2009-12-10
1
-36
/
+13
*
|
intel: Make RGB textures use XRGB8888
Ian Romanick
2009-12-10
1
-4
/
+2
*
|
intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.
Ian Romanick
2009-12-10
1
-5
/
+1
*
|
intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888
Ian Romanick
2009-12-10
1
-1
/
+1
*
|
intel: name in intel_create_renderbuffer was always 0, remove
Ian Romanick
2009-12-10
1
-2
/
+1
*
|
intel: Use texformat accessor to get bytes-per-pixel
Ian Romanick
2009-12-10
1
-7
/
+1
*
|
intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, r...
Ian Romanick
2009-12-10
1
-22
/
+15
*
|
intel: Axe intel_renderbuffer::texformat
Ian Romanick
2009-12-10
4
-18
/
+7
*
|
intel: Flush the render/texture cache when finishing render to texture.
Eric Anholt
2009-12-10
1
-1
/
+9
*
|
i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.
Eric Anholt
2009-12-08
1
-1
/
+1
*
|
Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system ...
Ian Romanick
2009-12-07
1
-1
/
+5
*
|
Merge commit 'mesa_7_6_branch' into mesa_7_7_branch
Jakob Bornecrantz
2009-12-02
1
-1
/
+0
|
\
|
|
*
intel: Remove GL_NV_point_sprite from extension list
Ian Romanick
2009-12-01
1
-1
/
+0
*
|
intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.
Eric Anholt
2009-12-02
1
-5
/
+1
*
|
intel: Fix more front-buffer rendering after Brian's less flushing patch.
Eric Anholt
2009-12-02
2
-0
/
+4
*
|
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-11-30
1
-0
/
+2
|
\
|
|
*
i915: Initialize Length and Offset fields when mapping a buffer object
Ian Romanick
2009-11-23
1
-0
/
+2
|
*
Fix YTILE spantmp functions
Alan Hourihane
2009-11-04
1
-2
/
+2
*
|
intel: make CopyTex[Sub]Image fallback debug messages more consistent
Roland Scheidegger
2009-11-21
1
-2
/
+8
*
|
i965: Use MESA_FORMAT_AL1616 when appropriate
Ian Romanick
2009-11-16
1
-3
/
+9
*
|
intel: Remove some dead context structure fields.
Eric Anholt
2009-11-13
1
-2
/
+0
*
|
i965: Remove an unused cache_item field.
Eric Anholt
2009-11-13
1
-1
/
+1
*
|
i965: Use bo_map instead of subdata to upload the bits of constant buffer.
Eric Anholt
2009-11-13
1
-0
/
+21
*
|
intel: When subdataing a busy buffer, use a temporary and blit in.
Eric Anholt
2009-11-13
1
-3
/
+16
*
|
intel: Don't check for context pointer to be NULL during extension init
Ian Romanick
2009-11-12
1
-7
/
+6
*
|
intel: Remove unused enable_imaging parameter to intelInitExtensions
Ian Romanick
2009-11-12
3
-6
/
+4
*
|
intel: better front color buffer test in intelClear()
Brian Paul
2009-11-06
1
-2
/
+3
*
|
intel: Finish removing the fallback code for bug #16697.
Eric Anholt
2009-11-06
1
-6
/
+2
*
|
intel: Don't validate in a texture image used as a render target.
Eric Anholt
2009-11-06
3
-11
/
+15
*
|
intel: Clean up some extra struct indirection in finalize.
Eric Anholt
2009-11-06
1
-2
/
+1
*
|
intel: Use _mesa_get_current_tex_object() to clean up TFP path.
Eric Anholt
2009-11-06
1
-4
/
+4
*
|
intel: Remove duplicated arguments from intel_miptree_match_image().
Eric Anholt
2009-11-06
3
-10
/
+7
*
|
intel: Remove obsolete comment about GEM in the spans code.
Eric Anholt
2009-11-06
1
-1
/
+0
*
|
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-11-06
3
-13
/
+35
*
|
Make a convenient int for what chipset generation we're on.
Eric Anholt
2009-11-06
5
-9
/
+20
*
|
intel: call intel_check_front_buffer_rendering() in intelClear()
Brian Paul
2009-11-06
1
-0
/
+3
*
|
Fix YTILE spantmp functions
Alan Hourihane
2009-11-04
1
-2
/
+2
*
|
intel: avoid unnecessary front buffer flushing/updating
Brian Paul
2009-11-03
3
-2
/
+23
*
|
intel: Use GTT mapping when available for swrast.
Eric Anholt
2009-10-30
3
-1
/
+88
*
|
intel: Fix up z24_x8 depth spans since the texformat merge.
Eric Anholt
2009-10-30
1
-12
/
+6
*
|
intel: Set the texture format in the TFP path.
Eric Anholt
2009-10-30
1
-3
/
+6
*
|
intel: fix up some XRGB breakage
Brian Paul
2009-10-30
3
-3
/
+6
*
|
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-29
7
-36
/
+44
*
|
intel: remove memcpy_get_tex_image() code
Brian Paul
2009-10-29
1
-103
/
+2
[next]