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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: add initial linestipple support.
Dave Airlie
2011-11-06
6
-6
/
+51
*
gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...
Christian Inci
2011-11-06
1
-0
/
+4
*
g3dvl: Fix memory leaks on error paths.
Vinson Lee
2011-11-05
1
-1
/
+4
*
pp: Reorder calloc to avoid memory leak on error path.
Vinson Lee
2011-11-05
1
-3
/
+4
*
r600g: move SPI setup to PS setup
Vadim Girlin
2011-11-05
4
-74
/
+73
*
r600g: precalculate semantic indices for SPI setup
Vadim Girlin
2011-11-05
5
-58
/
+65
*
Revert "r600g: precalculate semantic indices for SPI setup"
Alex Deucher
2011-11-04
5
-64
/
+57
*
Revert "r600g: move SPI setup to PS setup"
Alex Deucher
2011-11-04
4
-73
/
+74
*
svga: fix varying var remapping for unused FS outputs
Brian Paul
2011-11-04
3
-9
/
+22
*
svga: add comments and reformat code in svga_tgsi_decl_sm30.c
Brian Paul
2011-11-04
1
-47
/
+85
*
st/mesa: set geometry shader to NULL when doing internal drawing
Marek Olšák
2011-11-04
8
-2
/
+44
*
mesa/st: Be nice with the stack -- use malloc for large structures/arrays.
José Fonseca
2011-11-04
1
-12
/
+40
*
dri: cosmetic
George Sapountzis
2011-11-04
2
-65
/
+42
*
dri_util: move drawable functions
George Sapountzis
2011-11-04
1
-27
/
+26
*
dri_util: move context functions
George Sapountzis
2011-11-04
1
-35
/
+36
*
dri_util: move context functions
George Sapountzis
2011-11-04
1
-86
/
+86
*
dri_util: move screen functions
George Sapountzis
2011-11-04
1
-100
/
+100
*
dri: drop stray includes and typedef
George Sapountzis
2011-11-04
1
-11
/
+0
*
dri: move __driUtilMessage to xmlconfig.c
George Sapountzis
2011-11-04
4
-30
/
+23
*
dri: drop drisw_util.h
George Sapountzis
2011-11-04
8
-154
/
+12
*
dri: reorder as driver,screen,context,drawable
George Sapountzis
2011-11-04
1
-65
/
+65
*
dri: unify __DRIcontextRec, __DRIdrawableRec
George Sapountzis
2011-11-04
2
-19
/
+18
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
16
-67
/
+55
*
dri: unify __DriverAPIRec
George Sapountzis
2011-11-04
8
-49
/
+29
*
dri: drop drmLock remnants
George Sapountzis
2011-11-04
4
-10
/
+1
*
dri: drop DRI_VALIDATE macros
George Sapountzis
2011-11-04
1
-24
/
+0
*
gallium/cso_cache: remove one call to pipe_sampler_view_reference
Marek Olšák
2011-11-04
1
-2
/
+4
*
r600g: move SPI setup to PS setup
Vadim Girlin
2011-11-04
4
-74
/
+73
*
r600g: precalculate semantic indices for SPI setup
Vadim Girlin
2011-11-04
5
-57
/
+64
*
svga: Tighten the register file assertions.
José Fonseca
2011-11-04
1
-4
/
+2
*
radeon/r200: strip texture borders.
Dave Airlie
2011-11-04
2
-0
/
+4
*
radeon/r200: fix r100/r200 blit to use the offsets.
Dave Airlie
2011-11-04
2
-4
/
+4
*
radeon: drop mtface/mtlevel, use ones in base class.
Dave Airlie
2011-11-04
3
-18
/
+9
*
u_vbuf_mgr: avoid one call to pipe_resource_reference in most cases
Marek Olšák
2011-11-04
1
-1
/
+2
*
swrast: Avoid void * arithmetic.
José Fonseca
2011-11-04
1
-1
/
+1
*
i965/gen6: Improve glReadPixels() performance by blitting to a linear temp.
Eric Anholt
2011-11-03
2
-8
/
+81
*
intel: Add safety asserts for the blit engine's pitch alignment requirements.
Eric Anholt
2011-11-03
1
-0
/
+6
*
intel: Don't force a batchbuffer flush in readpixels.
Eric Anholt
2011-11-03
3
-3
/
+12
*
radeon: Remove early dereference of src/dst width in glCopyTexSubImage.
Eric Anholt
2011-11-03
1
-6
/
+2
*
swrast: Drop the global mapping of buffers across glReadPixels().
Eric Anholt
2011-11-03
1
-8
/
+0
*
swrast: Drop the remaining GetRow-based glReadPixels() fast-path.
Eric Anholt
2011-11-03
1
-90
/
+0
*
swrast: Remove dead _swrast_read_depth_span_uint().
Eric Anholt
2011-11-03
2
-88
/
+0
*
swrast: Convert color glReadPixels slow path to using MapRenderbuffer.
Eric Anholt
2011-11-03
1
-72
/
+33
*
swrast: Skip _swrast_validate_derived in _swrast_ReadPixels().
Eric Anholt
2011-11-03
1
-4
/
+0
*
swrast: Add a readpixels fast-path based on memcpy and MapRenderbuffer.
Eric Anholt
2011-11-03
1
-4
/
+53
*
mesa: Add a function for comparing gl_format to format/type.
Eric Anholt
2011-11-03
2
-0
/
+321
*
swrast: Switch the remaining depth readpixels to MapRenderbuffer.
Eric Anholt
2011-11-03
1
-5
/
+17
*
swrast: Switch the remaining depth/stencil readpixels path to MapRenderbuffer.
Eric Anholt
2011-11-03
1
-30
/
+42
*
swrast: MapRenderbuffer in separate depth/stencil readpixels fastpath
Eric Anholt
2011-11-03
2
-21
/
+59
*
swrast: Calculate image address/stride once for depth/stencil readpixels.
Eric Anholt
2011-11-03
1
-16
/
+14
[next]