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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/mesa: first implementation of Map/UnmapRenderbuffer()
Brian Paul
2011-11-07
2
-0
/
+61
*
xlib: implement renderbuffer mapping/unmapping
Brian Paul
2011-11-07
4
-5
/
+167
*
mesa: check for immutable texture in _mesa_test_texobj_completeness()
Brian Paul
2011-11-07
1
-4
/
+9
*
swrast: update program type assertion
Brian Paul
2011-11-07
1
-1
/
+3
*
st/mesa: clean-up st_translate_interp()
Brian Paul
2011-11-07
1
-3
/
+7
*
st/mesa: add some null pointer checking to better handle out of memory
Brian Paul
2011-11-07
3
-10
/
+61
*
st/mesa: fix memory leaks
Morgan Armand
2011-11-07
1
-2
/
+2
*
st/mesa: fix indentation
Morgan Armand
2011-11-07
2
-9
/
+8
*
softpipe: fix memory leaks
Morgan Armand
2011-11-07
2
-1
/
+7
*
i965: Fix Sandybridge regression introduced by workaround-free math.
Kenneth Graunke
2011-11-07
1
-1
/
+1
*
i965: Enable faster workaround-free math on Ivybridge.
Kenneth Graunke
2011-11-07
6
-17
/
+81
*
mesa: add missing checks to compute_version
Marek Olšák
2011-11-07
1
-0
/
+5
*
radeon: cleanup radeon shared code after r300 and r600 classic drivers removal
Fabio Pedretti
2011-11-07
10
-958
/
+39
*
i965: Fix struct vs class warnings in brw_fs_vector_splitting.cpp.
Kenneth Graunke
2011-11-06
1
-2
/
+2
*
llvmpipe: fix typo in the depth sampling aos code.
Dave Airlie
2011-11-06
1
-1
/
+1
*
llvmpipe: enable RGTC after u_format fix.
Dave Airlie
2011-11-06
1
-5
/
+0
*
u_format: fix RGTC support in fits 8unorm.
Dave Airlie
2011-11-06
1
-2
/
+7
*
scons: add CPP_SOURCES for nv50/nvc0
Chia-I Wu
2011-11-06
2
-2
/
+4
*
android: add CPP_SOURCES for nv50/nvc0
Chia-I Wu
2011-11-06
2
-4
/
+4
*
android: reorder nouveau pipe drivers
Chia-I Wu
2011-11-06
1
-2
/
+2
*
gl3.txt: update for ARB_texture_storage.
Dave Airlie
2011-11-06
1
-1
/
+1
*
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
*
docs: fix grammar and punctuation in llvmpipe docs.
Matt Turner
2011-11-05
1
-3
/
+3
*
gl3.txt: add not of ARB_texture_storage work started.
Dave Airlie
2011-11-05
1
-1
/
+1
*
docs: Update llvmpipe docs.
José Fonseca
2011-11-05
1
-25
/
+23
*
configure.ac: gbm_gallium requires DRI_LIB_DEPS to link
Chia-I Wu
2011-11-05
1
-2
/
+6
*
shared-glapi: fix a linking error for SELinux
Chia-I Wu
2011-11-05
1
-1
/
+1
*
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
[prev]
[next]