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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-05
egl: Remove egl_xdri.
Chia-I Wu
8
-751
/
+2
2010-02-05
egl: Update the comments to typecast macros.
Chia-I Wu
1
-0
/
+6
2010-02-05
egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS.
Chia-I Wu
1
-29
/
+2
2010-02-05
egl: Clarify IsLinked and IsBound.
Chia-I Wu
2
-0
/
+12
2010-02-05
egl_dri2: Do not destroy linked resources.
Chia-I Wu
1
-3
/
+3
2010-02-05
egl_dri2: Fix a snprintf warning.
Chia-I Wu
1
-1
/
+4
2010-02-05
egl_dri2: Add a debug print for DRI2 extensions.
Chia-I Wu
1
-0
/
+1
2010-02-04
egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually work
Kristian Høgsberg
1
-22
/
+65
2010-02-04
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
14
-32
/
+86
2010-02-04
r200: Add the polygon stipple state to the state list.
Pauli Nieminen
1
-0
/
+1
2010-02-04
r200: Add logging for glPolygonStripple.
Pauli Nieminen
1
-0
/
+6
2010-02-04
radeon: Make debugging automaticaly increase logging verbosity for debug build.
Pauli Nieminen
1
-1
/
+5
2010-02-04
egl: Add driver for EGL on X with DRI2
Kristian Høgsberg
2
-0
/
+950
2010-02-04
trace: util_stream -> os_stream
José Fonseca
1
-6
/
+6
2010-02-04
auxiliary: util_stream -> os_stream
José Fonseca
6
-81
/
+78
2010-02-04
os: Ensure header includes are outside extern "C" {}.
José Fonseca
1
-2
/
+6
2010-02-04
util: Reimplement u_time on top of os_time.
José Fonseca
4
-261
/
+59
2010-02-04
gallium: Add a define for deprecated function attribute.
José Fonseca
1
-0
/
+8
2010-02-04
os: Time abstractions.
José Fonseca
4
-0
/
+222
2010-02-04
os/os_memory_aligned.h: fix memory allocation alignment for 64 bits
José Fonseca
2
-3
/
+3
2010-02-04
i965g: include u_inlines.h
Brian Paul
1
-0
/
+1
2010-02-04
r600: reduce number of cache flushes
Alex Deucher
2
-3
/
+3
2010-02-04
util: Disable u_time.c implementation for embedded.
José Fonseca
1
-0
/
+4
2010-02-04
trace: Use u_time.
José Fonseca
1
-10
/
+3
2010-02-04
gallium: Don't try to auto-detect the OS when embedded os is already pre-defi...
José Fonseca
1
-2
/
+6
2010-02-04
llvmpipe: Disable unit tests on embedded platforms.
José Fonseca
1
-14
/
+15
2010-02-04
util: Add missing include.
José Fonseca
1
-0
/
+1
2010-02-04
os: Add missing dummy threading definitions.
José Fonseca
1
-0
/
+19
2010-02-04
swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rot
Pauli Nieminen
2
-0
/
+2
2010-02-04
scons: Use only the shared object name when linking progs.
José Fonseca
1
-0
/
+2
2010-02-03
st/mesa: Remove unnecessary headers.
Vinson Lee
4
-5
/
+0
2010-02-03
svga: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-02-03
util: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-02-04
egl: Convert drivers to use typecast macros.
Chia-I Wu
3
-97
/
+13
2010-02-04
egl: Add macros to define typecast functions.
Chia-I Wu
1
-0
/
+21
2010-02-03
identity: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-02-03
llvmpipe: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-02-04
Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0"
Pauli Nieminen
2
-2
/
+0
2010-02-04
st/egl: Add missing headers to kms display.
Chia-I Wu
1
-0
/
+2
2010-02-03
st/egl: Add missing headers.
Vinson Lee
2
-0
/
+2
2010-02-03
winsys: Add missing headers.
Vinson Lee
2
-0
/
+2
2010-02-04
egl: fix implicit declaration of pipe_texture_reference adding u_inlines.h
Igor Oliveira
3
-0
/
+3
2010-02-04
egl: fix wrong argument. Use loader_data instead of loader
Igor Oliveira
1
-1
/
+1
2010-02-04
gallium: fix more missing includes from various places
Dave Airlie
8
-2
/
+11
2010-02-04
nouveau: include stdio.h and u_inlines.h in all context files since embedded ...
Dave Airlie
6
-0
/
+14
2010-02-03
mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITS
Brian Paul
4
-13
/
+25
2010-02-03
mesa: re-dimension RasterTexCoords and CoordReplace
Brian Paul
1
-2
/
+2
2010-02-03
mesa: added texcoord unit assertion
Brian Paul
1
-0
/
+2
2010-02-03
mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITS
Brian Paul
1
-1
/
+1
2010-02-03
mesa: added tex unit assert, use Elements() macro
Brian Paul
1
-1
/
+2
[next]