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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.
Michel Dänzer
2009-06-19
3
-16
/
+11
*
i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.
Eric Anholt
2009-06-17
2
-4
/
+8
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-16
1
-0
/
+24
|
\
|
*
intel: Release fb backing regions in intelDestroyBuffer()
Shuang He
2009-06-15
1
-0
/
+24
|
*
intel: Clip to window after calling Driver.TexImage2D
Ian Romanick
2009-06-02
1
-9
/
+8
*
|
enable ARB_half_float_pixel for intel drivers
Roland Scheidegger
2009-06-15
1
-0
/
+1
*
|
intel: fix (cosmetic) typo flag used twice
Roland Scheidegger
2009-06-15
1
-1
/
+0
*
|
intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.
Michel Dänzer
2009-06-11
1
-1
/
+1
*
|
i915: Add an option for testing the effect of early Z in classic mode.
Eric Anholt
2009-06-09
3
-1
/
+7
*
|
intel: Remove an unneeded hunk that slipped in with texture tiling.
Eric Anholt
2009-06-09
1
-5
/
+0
*
|
intel: Base tri clearing depth on Y tiling, not IS_I965().
Eric Anholt
2009-06-09
1
-4
/
+5
*
|
intel: Fix intel_region_unmap to do unmap, not map.
Eric Anholt
2009-06-09
1
-1
/
+1
*
|
i965: added intelFlush() call in intel_get_tex_image()
Brian Paul
2009-06-09
1
-0
/
+6
*
|
intel: use GLboolean, not int, for compressed parameter
Brian Paul
2009-06-09
1
-8
/
+9
*
|
intel: make a bunch of glTexImage-related functions static
Brian Paul
2009-06-09
6
-149
/
+66
*
|
intel: whitespace clean-ups
Brian Paul
2009-06-09
2
-14
/
+5
*
|
intel: remove extra \n from warning string
Brian Paul
2009-06-09
1
-1
/
+1
*
|
intel: Add support for tiled textures.
Eric Anholt
2009-06-04
11
-20
/
+88
*
|
i915: Don't rely on fence regs when we don't have to.
Eric Anholt
2009-06-04
2
-0
/
+16
*
|
intel: Clip to window after calling Driver.TexImage2D
Ian Romanick
2009-06-02
1
-9
/
+8
*
|
i915: Don't put VBOs in graphics memory unless required for an operation.
Eric Anholt
2009-06-02
2
-1
/
+40
*
|
i915: Fall back on NPOT textured metaops on 830-class.
Eric Anholt
2009-05-26
3
-0
/
+30
*
|
intel: Override MaxRenderbufferSize with hardware constraints
Chris Wilson
2009-05-26
1
-0
/
+7
*
|
intel: Fall back on any rendering to texture with no miptree.
Eric Anholt
2009-05-21
1
-4
/
+4
*
|
intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.
Eric Anholt
2009-05-21
1
-0
/
+5
*
|
intel: Don't segfault on glGenerateMipmaps of a cube map with one face defined.
Eric Anholt
2009-05-21
1
-2
/
+2
*
|
intel: Use _mesa_CheckFramebufferStatusEXT insteaad of glCheck...
Eric Anholt
2009-05-21
1
-1
/
+1
*
|
intel: Don't complain on falling back from PBO fastpaths.
Eric Anholt
2009-05-15
1
-3
/
+3
*
|
i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.
Eric Anholt
2009-05-15
1
-1
/
+1
*
|
intel: Use FRONT_AND_BACK for StencilOp as well.
Eric Anholt
2009-05-14
1
-1
/
+2
*
|
intel: Use GL_FRONT_AND_BACK for stencil clearing.
Eric Anholt
2009-05-14
1
-1
/
+2
*
|
i965: send all warnings through _mesa_warning()
Robert Ellison
2009-05-14
1
-1
/
+1
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-13
1
-1
/
+2
|
\
|
|
*
intel: added null ptr check
Brian Paul
2009-05-13
1
-1
/
+2
*
|
intel: enable GL_APPLE_vertex_array_object
Brian Paul
2009-05-13
1
-0
/
+2
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-13
3
-29
/
+75
|
\
|
|
*
intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638
Brian Paul
2009-05-13
3
-29
/
+75
|
*
Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering
Ian Romanick
2009-05-11
1
-1
/
+2
*
|
intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.
Eric Anholt
2009-05-12
1
-1
/
+1
*
|
intel: Map write-only buffer objects through the GTT when possible.
Eric Anholt
2009-05-12
2
-2
/
+15
*
|
i965: improve debug logging
Robert Ellison
2009-05-08
2
-14
/
+80
*
|
i965: fix memory leak in context/renderbuffer region management
Robert Ellison
2009-05-08
1
-4
/
+60
*
|
intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.
Eric Anholt
2009-05-08
7
-76
/
+300
*
|
intel: Put the constant texcoords used in metaops into a vbo.
Eric Anholt
2009-05-08
5
-40
/
+102
*
|
intel: Unmap buffers if needed at DeleteBuffer time.
Eric Anholt
2009-05-06
1
-1
/
+10
*
|
mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
Brian Paul
2009-05-01
1
-1
/
+1
*
|
Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering
Ian Romanick
2009-05-01
1
-1
/
+2
|
/
*
i965: avoid segfault in intel_update_renderbuffers() if using DRI1
Brian Paul
2009-04-28
1
-3
/
+4
*
intel: Fix more issues with the combined depth-stencil attachment
Ian Romanick
2009-04-24
1
-6
/
+13
*
intel: Initialize region ptr to prevent assertion in intel_region_reference
Ian Romanick
2009-04-24
1
-1
/
+1
[next]