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
/
unichrome
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
4
-82
/
+72
|
\
|
*
mesa: remove calls to _mesa_compressed_row_stride()
Brian Paul
2009-10-25
1
-1
/
+1
|
*
mesa: change compressed texture size calls
Brian Paul
2009-10-24
1
-10
/
+4
|
*
dri/drivers: update driNewRenderbuffer() to take a gl_format
Brian Paul
2009-10-22
2
-17
/
+16
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-0
/
+5
|
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-2
/
+1
|
*
mesa: lift _mesa_set_fetch_functions() calls out of drivers
Brian Paul
2009-10-05
1
-3
/
+0
|
*
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
1
-2
/
+3
|
*
mesa: move mesa_set_fetch_functions()
Brian Paul
2009-10-01
1
-0
/
+1
|
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-3
/
+2
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-34
/
+34
|
*
drivers: use new _mesa_texstore() function
Brian Paul
2009-09-28
1
-12
/
+9
|
*
via: use mesa texture format helper functions
Brian Paul
2009-09-27
1
-10
/
+5
|
*
mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-10
/
+13
*
|
via: silence unused var warnings
Brian Paul
2009-10-27
2
-2
/
+2
*
|
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
2
-16
/
+2
*
|
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-10-16
1
-1
/
+0
|
/
*
mesa: move generate mipmap calls
Brian Paul
2009-09-15
1
-5
/
+0
*
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-03-07
1
-1
/
+1
*
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
1
-1
/
+1
*
gallium: Fixups for driCreateConfigs MSAA support.
Michel Dänzer
2009-02-10
1
-1
/
+1
*
re-add MSAA support
Brian Paul
2009-02-09
1
-1
/
+3
*
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
1
-0
/
+2
*
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
1
-2
/
+0
*
Make GL_ARB_multisample mandatory
Ian Romanick
2009-01-28
1
-2
/
+0
*
Remove CVS keywords.
Keith Whitwell
2008-09-21
3
-3
/
+0
*
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-21
4
-36
/
+36
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
13
-68
/
+69
*
dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646
Xiang, Haihao
2008-08-05
1
-0
/
+5
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
3
-6
/
+6
*
Fix segfault on exit in unichrome driver (bug 16150)
Luc Verhaegen
2008-05-29
1
-27
/
+29
*
Make utils.h self-contained.
George Sapountzis
2008-05-20
1
-1
/
+1
*
swrast/dri: switch over users of generate_mipmap to new interface
Dave Airlie
2008-05-09
1
-3
/
+1
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-51
/
+29
*
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
3
-7
/
+11
*
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2008-02-25
1
-1
/
+0
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
2
-6
/
+11
*
__driConfigOptions must be PUBLIC.
Adam Jackson
2007-12-24
1
-1
/
+1
*
fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)
Roland Scheidegger
2007-12-22
1
-1
/
+1
*
code clean-ups, reformatting
Benno Schulenberg
2007-11-09
1
-11
/
+8
*
fix Unichrome/Blender crash, bug 13142
Benno Schulenberg
2007-11-08
1
-2
/
+4
*
More vblank cleanups.
Michel Dänzer
2007-10-30
2
-11
/
+10
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
5
-15
/
+13
*
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-11
2
-6
/
+2
*
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
2
-7
/
+7
*
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
2
-2
/
+2
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
2
-2
/
+7
*
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
1
-48
/
+28
*
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2007-10-10
1
-6
/
+5
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
3
-16
/
+11
[next]