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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r200: Don't use driIsTextureResident helper
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
dri: Drop unused dri renderbuffer helper functions
Kristian Høgsberg
2011-11-02
5
-255
/
+1
*
dri: Move driUpdateFramebufferSize to dri_util.c
Kristian Høgsberg
2011-11-02
3
-21
/
+21
*
dri: Remove unnecessary #defines and #includes
Kristian Høgsberg
2011-11-02
1
-8
/
+0
*
dri: Remove unnecessary timestamp pointer indirection
Kristian Høgsberg
2011-11-02
3
-14
/
+9
*
dri: Remove unused fields from __DriverAPIRec
Kristian Høgsberg
2011-11-02
1
-34
/
+0
*
dri: Remove dri2.enabled flag
Kristian Høgsberg
2011-11-02
6
-79
/
+9
*
dri: Remove DRI1 fields from DRI structs
Kristian Høgsberg
2011-11-02
3
-138
/
+2
*
dri: Remove remaining DRI1 vblank code
Kristian Høgsberg
2011-11-02
8
-523
/
+0
*
dri: Remove cliprect information from __DRIdrawable
Kristian Høgsberg
2011-11-02
8
-95
/
+18
*
dri: Drop unused driCalculateSwapUsage
Kristian Høgsberg
2011-11-02
2
-67
/
+0
*
dri: Remove unused driIntersectArea
Kristian Høgsberg
2011-11-02
2
-16
/
+0
*
dri: Drop __driUtilUpdateDrawableInfo and helper macros
Kristian Høgsberg
2011-11-02
2
-145
/
+0
*
dri: Remove unused driSwapBuffers
Kristian Høgsberg
2011-11-02
1
-64
/
+1
*
dri: Drop unused driCreateNewContext
Kristian Høgsberg
2011-11-02
1
-52
/
+0
*
dri: Fold driCreateNewDrawable into dri2CreateNewDrawable
Kristian Høgsberg
2011-11-02
1
-55
/
+30
*
dri: Remove unsused driCreateNewScreen
Kristian Høgsberg
2011-11-02
1
-93
/
+0
*
dri: Remove unused __DRIswapInfoRec
Kristian Høgsberg
2011-11-02
1
-40
/
+0
*
dri: Remove driMediaStreamCounterExtension
Kristian Høgsberg
2011-11-02
3
-43
/
+0
*
dri: Remove driSwapControlExtension
Kristian Høgsberg
2011-11-02
3
-21
/
+1
*
dri: Drop driCopySubBufferExtension
Kristian Høgsberg
2011-11-02
3
-21
/
+0
*
dri: Drop driReadDrawableExtension
Kristian Høgsberg
2011-11-02
4
-11
/
+0
*
dri: Drop driLegacyExtension
Kristian Høgsberg
2011-11-02
3
-10
/
+0
*
Build fix for -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast
Jeremy Huddleston
2011-11-01
2
-4
/
+4
*
intel: fix potential segfault error
Yuanhan Liu
2011-11-02
1
-2
/
+4
*
swrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_COMPONENT) fast-paths.
Eric Anholt
2011-11-01
1
-68
/
+63
*
mesa: Make unpack_uint_z_row return 32 bits of data.
Eric Anholt
2011-11-01
1
-25
/
+10
*
nouveau: Add implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
1
-0
/
+46
*
radeon: Add implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
2
-0
/
+98
*
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
4
-1
/
+130
*
intel: Improve the debug info for renderbuffer allocation.
Eric Anholt
2011-11-01
1
-4
/
+4
*
Add MapRenderbuffer implementations for software drivers.
Eric Anholt
2011-11-01
6
-4
/
+127
*
mesa: Add a driver hook for mapping renderbuffers.
Eric Anholt
2011-11-01
1
-0
/
+9
*
Revert "intel: Drop the immediate validation of the texture object in TFP."
Eric Anholt
2011-11-01
1
-0
/
+5
*
mesa: make save_EndConditionalRender param list (void) to silence warning
Brian Paul
2011-11-01
1
-1
/
+1
*
mesa: Fix memory leak in out-of-memory path.
Vinson Lee
2011-11-01
1
-0
/
+1
*
dri/nouveau: Enable NV_fog_distance on NV10 and NV20 hardware
Nicholas Miell
2011-11-01
4
-9
/
+30
*
st/mesa: Enable NV_fog_distance for Gallium drivers
Nicholas Miell
2011-11-01
1
-0
/
+1
*
mesa: Add NV_fog_distance to the fixed-function vertex program generator
Nicholas Miell
2011-11-01
1
-4
/
+39
*
mesa: Add the basics for the NV_fog_distance extension
Nicholas Miell
2011-11-01
4
-0
/
+22
*
i965: Fix flat integral varyings.
Paul Berry
2011-10-31
2
-3
/
+5
*
i965/gen6+: Switch GLSL from ALT to IEEE floating point mode
Paul Berry
2011-10-31
4
-6
/
+26
*
mesa: add note about immutable textures for _mesa_test_texobj_completeness()
Brian Paul
2011-10-31
1
-0
/
+4
*
swrast: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
4
-0
/
+43
*
st/mesa: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
2
-0
/
+63
*
mesa: plug in dispatch functions for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+9
*
mesa: compile new texstore.c file
Brian Paul
2011-10-31
2
-0
/
+2
*
mesa: init extension entry for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+1
*
mesa: display list dispatch for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+9
[next]