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
*
i965: Fix fp fragment.position handling and enable HW part of ARB_fcc.
Eric Anholt
2010-01-26
3
-16
/
+35
*
swrast: Implement ARB_fragment_coord_conventions but don't enable.
Eric Anholt
2010-01-26
1
-0
/
+10
*
support an 'embedded' platform target which turns off most parts of the
Alan Hourihane
2010-01-26
5
-45
/
+54
*
Check for __USE_MISC for defining uint & ushort
Alan Hourihane
2010-01-26
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-26
4
-14
/
+52
|
\
|
*
mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit support
Erik Wien
2010-01-26
1
-8
/
+19
|
*
vbo: if 'end' is out of bounds, clamp it
Brian Paul
2010-01-26
1
-0
/
+4
|
*
vbo: clamp DrawElements start/end to max possible values
Brian Paul
2010-01-26
1
-0
/
+10
|
*
mesa: remove redundant _MaxElement computation
Brian Paul
2010-01-26
1
-6
/
+0
|
*
docs: document Intel, R300 env vars
Brian Paul
2010-01-26
1
-0
/
+19
*
|
intel: make sure we update the renderbuffers after a swap
Jesse Barnes
2010-01-26
1
-0
/
+2
*
|
add missing SCons.Util
Alan Hourihane
2010-01-26
1
-0
/
+1
*
|
fix typo
Alan Hourihane
2010-01-26
1
-2
/
+1
*
|
Allow the environment to override certain flags.
Alan Hourihane
2010-01-26
1
-0
/
+11
*
|
only use -Werror flags with gcc 4.2.x and 4.3.x.
Alan Hourihane
2010-01-26
1
-2
/
+8
*
|
glxgears: Support GLX_EXT_swap_control for querying the current swap interval.
Aaron Plattner
2010-01-26
1
-3
/
+10
*
|
progs/tests: use glDrawRangeElements() in bufferobj.c
Brian Paul
2010-01-26
1
-1
/
+7
*
|
egl: Remove _eglOpenDriver and _eglCloseDriver.
Chia-I Wu
2010-01-26
3
-32
/
+4
*
|
egl: Fix a segfault when a display is initialized again.
Chia-I Wu
2010-01-26
1
-0
/
+1
*
|
egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.
Chia-I Wu
2010-01-26
5
-52
/
+7
*
|
egl: Fix leaks in eglReleaseThread.
Chia-I Wu
2010-01-26
1
-6
/
+13
*
|
egl: Refactor _eglMakeCurrent.
Chia-I Wu
2010-01-26
1
-78
/
+158
*
|
egl: Add _eglGetAPIContext.
Chia-I Wu
2010-01-26
2
-1
/
+16
*
|
egl: Use a boolean to indicate whether a resource is linked.
Chia-I Wu
2010-01-26
2
-2
/
+10
*
|
egl: Mark _eglCheckResource as PUBLIC.
Chia-I Wu
2010-01-26
1
-1
/
+1
*
|
glsl/pp: Silence GCC "no previous prototype" warning.
Vinson Lee
2010-01-26
1
-1
/
+1
*
|
intel: Don't do client-side frame throttling with DRI2 SwapBuffers.
Eric Anholt
2010-01-25
3
-1
/
+7
*
|
Revert "intel: Use the new DRI2 flush invalidate entrypoint to signal frame d...
Eric Anholt
2010-01-25
2
-21
/
+20
*
|
i965: Remove unnecessary malloc/free in VS binding table setup.
Eric Anholt
2010-01-25
2
-4
/
+3
*
|
i965: Fix build after merge of mesa stable branch.
Eric Anholt
2010-01-25
1
-0
/
+1
*
|
docs: Mention EGL and OpenGL ES in 7.8 release notes.
Chia-I Wu
2010-01-26
1
-0
/
+2
*
|
glx: Build GLX normally.
Chia-I Wu
2010-01-26
2
-13
/
+10
*
|
docs: Update EGL documentation.
Chia-I Wu
2010-01-26
1
-1
/
+9
*
|
egl/xdri: Update with glxclient.h change.
Chia-I Wu
2010-01-26
1
-1
/
+0
*
|
mesa: misc GLX_INTEL_swap_event fixes
Robert Bragg
2010-01-25
5
-15
/
+31
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
97
-207
/
+93
|
\
|
|
*
st/xorg: Fix crash on resize with libkms
Jakob Bornecrantz
2010-01-25
1
-2
/
+12
|
*
vega: fix incorrect samplers, textures indexes in blend_bind_samplers()
Igor Oliveira
2010-01-25
1
-2
/
+2
|
*
vmware/xorg: Do buffer round-robin logic differently
Jakob Bornecrantz
2010-01-25
1
-1
/
+2
|
*
st/xorg: Improve options and print them to log
Jakob Bornecrantz
2010-01-25
2
-3
/
+18
|
*
vmware/xorg: Export pci_probe function for ugly chain-loading
Jakob Bornecrantz
2010-01-25
1
-5
/
+5
|
*
st/xorg: Export helper function for detecting modesetting
Jakob Bornecrantz
2010-01-25
2
-0
/
+23
|
*
st/xorg: Fix warning
Jakob Bornecrantz
2010-01-25
1
-0
/
+2
|
*
st/mesa: fix int->uint conversion for negative scissor bound values
Brian Paul
2010-01-24
1
-4
/
+9
|
*
mesa: move _mesa_debug() call earlier in _mesa_Scissor
Brian Paul
2010-01-24
1
-3
/
+3
|
*
st/mesa: fix unsigned/signed breakage in scissor
Xavier Chantry
2010-01-24
1
-4
/
+4
|
*
r200: Silence fprintf format warning.
Vinson Lee
2010-01-24
1
-1
/
+1
|
*
x86: Do not build read_rgba_span_x86.S on Mac OS X.
Vinson Lee
2010-01-23
1
-2
/
+2
|
*
x86: Do not use .hidden pseudo-op on Mac OS X.
Vinson Lee
2010-01-23
1
-2
/
+2
|
*
glapi: Do not use .type pseudo-op on Mac OS X.
Vinson Lee
2010-01-23
2
-2
/
+2
[next]