index
:
~osiris/mesa
master
r300-blit
r300g-vbo
radeon-texrewrite-clean
radeon_copyteximage
radeon_fbos
radeon_tiled_textures
tiled_textures
Unnamed repository; edit this file to name it for gitweb.
osiris
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-02
progs/es2: Fix an assertion failure in tri.
Chia-I Wu
1
-2
/
+3
2010-02-01
st/mesa: fix texture deallocation bug
Brian Paul
1
-12
/
+10
2010-02-01
progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug
Brian Paul
3
-0
/
+233
2010-02-01
mesa: change _mesa_find_free_register() to find multiple free regs
Brian Paul
3
-29
/
+62
2010-02-01
r300g: Inline immediates where possible.
Corbin Simpson
2
-8
/
+60
2010-02-01
st/mesa: remove duplicate calculation of fp input mapping
Keith Whitwell
5
-37
/
+12
2010-02-01
st/mesa: remove dead stfp input_map array
Keith Whitwell
2
-12
/
+0
2010-02-01
mesa: added _mesa_print_vp/p_inputs() functions (debug aids)
Brian Paul
2
-0
/
+47
2010-02-01
glslcompiler: add glapi_nop.o to OBJECTS
Brian Paul
1
-0
/
+1
2010-02-01
mesa: Remove unnecessary headers.
Vinson Lee
3
-7
/
+0
2010-02-01
glx: Remove unnecessary headers.
Vinson Lee
8
-12
/
+0
2010-01-31
st/dri: Remove duplicate type qualifier.
Vinson Lee
1
-1
/
+1
2010-01-31
i965g: Add missing va_end.
Vinson Lee
1
-0
/
+1
2010-01-31
r300g: Fix memory leak on memory allocation failure.
Vinson Lee
1
-1
/
+4
2010-01-31
r600: Remove duplicate assignment.
Vinson Lee
1
-1
/
+1
2010-01-31
egl: Remove unnecessary headers.
Vinson Lee
3
-3
/
+0
2010-02-01
nv04: Update to new nouveau_class.h
Marcin KoĆcielnicki
1
-20
/
+20
2010-02-01
nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroy
Marcin Slusarz
3
-6
/
+9
2010-02-01
nv10, nv20: Fix build.
Francisco Jerez
2
-2
/
+2
2010-01-31
egl: Clean up surface attributes.
Chia-I Wu
3
-57
/
+127
2010-01-31
egl: Add support for more EGLImage extensions to EGL core.
Chia-I Wu
4
-11
/
+60
2010-01-31
st/mesa: Remove unnecessary headers.
Vinson Lee
3
-3
/
+0
2010-01-31
mesa: Remove unnecessary headers.
Vinson Lee
4
-10
/
+0
2010-01-31
i965: Silence uninitialized variable warning.
Vinson Lee
1
-1
/
+1
2010-01-30
r300g: Silence uninitialized variable warning.
Vinson Lee
1
-1
/
+1
2010-01-31
egl: Surface type validaction should depend on extensions supported.
Chia-I Wu
1
-1
/
+2
2010-01-31
egl: Initialize display configs with the display.
Chia-I Wu
5
-6
/
+8
2010-01-31
egl: Initialize display resources with their display.
Chia-I Wu
9
-18
/
+21
2010-01-31
egl: Refactor _eglInitImage.
Chia-I Wu
1
-10
/
+40
2010-01-31
egl: Refactor _eglInitContext.
Chia-I Wu
1
-19
/
+95
2010-01-31
egl: Refactor _eglInitSurface.
Chia-I Wu
1
-141
/
+146
2010-01-30
i915: Set bit field of length 1 light_twoside to unsigned.
Vinson Lee
1
-1
/
+1
2010-01-30
glut: Remove unnecessary headers.
Vinson Lee
6
-6
/
+0
2010-01-30
radeon: Remove unnecessary headers.
Vinson Lee
13
-40
/
+0
2010-01-30
r600: Remove unnecessary headers.
Vinson Lee
11
-24
/
+0
2010-01-30
r300: Remove unnecessary headers.
Vinson Lee
1
-2
/
+0
2010-01-30
r200: Remove unnecessary headers.
Vinson Lee
9
-24
/
+0
2010-01-30
r128: Remove unnecessary headers.
Vinson Lee
9
-20
/
+0
2010-01-31
egl: Remove code blocks that are commented out.
Chia-I Wu
4
-113
/
+4
2010-01-31
progs/egl: Update eglinfo to display more attributes.
Chia-I Wu
2
-11
/
+21
2010-01-31
st/egl: Do not ignore configs without a renderable type.
Chia-I Wu
1
-6
/
+6
2010-01-31
st/egl: Remove egl_g3d_get_current_context.
Chia-I Wu
1
-16
/
+4
2010-01-30
intel: Remove unnecessary headers.
Vinson Lee
6
-8
/
+0
2010-01-30
i965: Remove unnecessary headers.
Vinson Lee
3
-3
/
+0
2010-01-30
i915: Remove unnecessary headers.
Vinson Lee
2
-2
/
+0
2010-01-30
intel: Respect texture tiling when doing a PBO blit teximage upload.
Eric Anholt
1
-1
/
+2
2010-01-30
Revert "r300g: Don't handle SHADOW_AMBIENT."
Corbin Simpson
1
-0
/
+6
2010-01-30
intel: Fix inverting of inversion test for windows in glClear cleanup.
Eric Anholt
1
-2
/
+2
2010-01-30
r300g: Independent blend enables only work on r500.
Corbin Simpson
2
-5
/
+16
2010-01-30
r300g: Don't handle SHADOW_AMBIENT.
Corbin Simpson
1
-6
/
+0
[next]