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
path:
root
/
src
/
mesa
/
drivers
/
dri
/
unichrome
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Remove all DRI1 drivers
Ian Romanick
2011-08-26
27
-10403
/
+0
*
mesa: get rid of homegrown logbase2 implementation in drivers
Roland Scheidegger
2011-06-09
1
-13
/
+1
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-1
/
+3
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
2
-19
/
+19
*
dri: Remove driver date from renderer string
Ian Romanick
2011-04-05
1
-3
/
+1
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
mesa: remove _mesa_create_context_for_api()
Brian Paul
2011-02-08
1
-1
/
+1
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-10
/
+10
*
drivers/x11: unifdef XFree86Server
Adam Jackson
2010-11-29
1
-2
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
13
-84
/
+84
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
3
-5
/
+5
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
5
-6
/
+6
*
Remove unnescessary initializations of UpdateTexturePalette
Ian Romanick
2010-09-27
1
-1
/
+0
*
unichrome: Remove unnecessary header.
Vinson Lee
2010-09-24
1
-1
/
+0
*
unichrome: Mostly revert my convolution removal changes.
Eric Anholt
2010-09-23
1
-7
/
+9
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-15
/
+7
*
dri: Add missing header m_xform.h.
Vinson Lee
2010-08-07
1
-0
/
+2
*
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
2010-07-19
1
-1
/
+0
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
2
-2
/
+4
*
dri: drop MINIGLX_SOURCES (2)
George Sapountzis
2010-03-06
1
-1251
/
+0
*
dri: drop MINIGLX_SOURCES
George Sapountzis
2010-03-06
1
-2
/
+0
*
Remove stray defines of HAVE_RGBA
Ian Romanick
2010-03-03
1
-1
/
+0
*
unichrome: Assert that pointer is not null before dereferencing.
Vinson Lee
2010-02-27
1
-0
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-3
/
+3
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
dri: Fix copy-and-paste brain damage in previous commit
Ian Romanick
2010-02-10
1
-1
/
+1
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
7
-15
/
+0
|
\
|
*
unichrome: Remove unnecessary headers.
Vinson Lee
2010-01-19
7
-15
/
+0
*
|
Merge branch 'remove-intel-dri1'
Kristian Høgsberg
2010-01-05
8
-48
/
+55
|
\
\
|
*
|
Push __driDriverExtensions out of dri_util.c and into the drivers
Kristian Høgsberg
2010-01-04
1
-0
/
+7
|
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
8
-48
/
+48
*
|
|
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
1
-8
/
+8
|
/
/
*
|
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-5
/
+5
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
2
-2
/
+2
|
\
|
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-12-16
2
-2
/
+2
|
|
\
|
|
*
unichrome: Silence compiler warnings.
Vinson Lee
2009-12-15
3
-4
/
+4
*
|
|
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
1
-2
/
+2
|
/
/
*
|
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
[next]