index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
DRI: Put back missing break-statement
Ian Romanick
2010-03-04
1
-0
/
+1
*
DRI: Remove support for color-index visuals
Ian Romanick
2010-03-03
1
-10
/
+5
*
dri: Remove dead code.
Vinson Lee
2010-02-27
2
-36
/
+10
*
dri: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-27
1
-0
/
+1
*
dri: Assert pointer is not null before dereferencing.
Vinson Lee
2010-02-27
1
-0
/
+1
*
remove hack for miniglx from dri/utils.c
George Sapountzis
2010-02-26
1
-3
/
+2
*
dri: remove old assertion (see bug 26734)
Brian Paul
2010-02-24
1
-8
/
+0
*
intel: Implement DRI image extension
Kristian Høgsberg
2010-02-24
2
-0
/
+3
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
3
-25
/
+25
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
2
-0
/
+7
*
dri2: Event driven buffer validation.
Francisco Jerez
2010-02-16
2
-4
/
+15
*
dri2: Allocate cliprect as part of the __DRIdrawableRec
Kristian Høgsberg
2010-02-16
2
-4
/
+8
*
dri: Remove unnecessary headers.
Vinson Lee
2010-02-12
3
-16
/
+0
*
dri: Store the loader private passed in at dri context creation
Kristian Høgsberg
2010-02-12
2
-1
/
+7
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
2
-3
/
+5
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+1
|
\
|
*
Fix PowerPC related typo in spantmp2.h
Ruediger Oertel
2010-01-22
1
-1
/
+1
*
|
dri: Remove unnecessary glapi headers.
Chia-I Wu
2010-01-21
1
-1
/
+0
*
|
Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa
Jesse Barnes
2010-01-11
2
-0
/
+3
|
\
\
|
*
|
DRI2: add SwapBuffers support
Jesse Barnes
2010-01-08
2
-0
/
+3
|
|
/
*
|
Push __driDriverExtensions out of dri_util.c and into the drivers
Kristian Høgsberg
2010-01-04
2
-9
/
+2
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
6
-41
/
+36
|
/
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-12-16
1
-1
/
+1
|
\
|
*
dri: Initialize variable in driBindContext.
Vinson Lee
2009-12-15
1
-1
/
+1
|
*
dri: Fix potential null pointer dereference in driBindContext.
Vinson Lee
2009-12-06
1
-1
/
+2
|
*
dri: Fix potential null pointer deference in dri_put_drawable.
Vinson Lee
2009-12-06
1
-4
/
+4
*
|
spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV
Ian Romanick
2009-12-10
1
-0
/
+57
*
|
dri: Fix potential null pointer dereference in driBindContext.
Vinson Lee
2009-11-28
1
-1
/
+2
*
|
dri: Fix potential null pointer deference in dri_put_drawable.
Vinson Lee
2009-11-24
1
-4
/
+4
*
|
Remove unconditional use of glibc specific bswap_16() macro.
Michel Dänzer
2009-11-17
1
-2
/
+4
*
|
radeon: Fix software fallbacks with KMS on big endian.
Michel Dänzer
2009-11-17
1
-0
/
+152
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
4
-86
/
+74
|
\
\
|
*
|
dri/drivers: update driNewRenderbuffer() to take a gl_format
Brian Paul
2009-10-22
2
-31
/
+33
|
*
|
dri/common: updated #includes
Brian Paul
2009-10-15
1
-6
/
+2
|
*
|
dri/common: use _mesa_little_endian() and update comments
Brian Paul
2009-10-15
1
-7
/
+5
|
*
|
dri/common: fix broken _dri_texformat_* initializations
Brian Paul
2009-10-15
1
-4
/
+4
|
*
|
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-16
/
+7
|
*
|
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
2
-32
/
+33
*
|
|
mesa/dri: Remove extension_helper.h.
Chia-I Wu
2009-10-23
1
-6647
/
+0
*
|
|
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
2
-105
/
+21
*
|
|
Nuke s3v.
Corbin Simpson
2009-10-22
1
-1
/
+1
|
/
/
*
|
glapi: regenerated files
Brian Paul
2009-09-19
1
-1
/
+9
*
|
glapi: Add ARB_draw_elements_base_vertex
Eric Anholt
2009-09-08
1
-14
/
+44
|
/
*
Eliminate trailing whitespace in extension_helper.c
Ian Romanick
2009-09-03
1
-673
/
+673
*
ARB sync: Regenerate files from previous commit
Ian Romanick
2009-09-03
1
-0
/
+62
*
dri: remove unused meta_clear_tris()
Brian Paul
2009-09-01
2
-266
/
+2
*
Revert "glx: Make drawables persistent untill they are changed by glXMakeCurr...
Pauli Nieminen
2009-08-25
1
-80
/
+41
*
glx: Make drawables persistent untill they are changed by glXMakeCurrent
Pauli Nieminen
2009-08-21
1
-41
/
+80
*
mesa/glapi: regenerated files from gl_API.xml
Brian Paul
2009-08-11
1
-15
/
+59
*
intel: Fix googleearth by avoiding GL_VIEWPORT_BIT in meta clear push/pop
Eric Anholt
2009-08-07
1
-2
/
+5
[next]