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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.
Dave Airlie
2011-03-06
1
-0
/
+3
*
dri: Remove the old metaops code which has been superceded by ../common/
Eric Anholt
2011-02-12
2
-372
/
+0
*
Add dri2::{Allocate,Release}Buffer extension
Benjamin Franzke
2011-02-07
2
-1
/
+25
*
swrast: add an interface createNewContextForAPI
Haitao Feng
2011-02-03
1
-1
/
+44
*
dri_util: fail driCreateNewScreen if InitScreen is NULL
Paulo Zanoni
2011-01-13
1
-0
/
+3
*
intel: Add spans code for the ARB_texture_rg support.
Eric Anholt
2010-12-10
1
-0
/
+122
*
dri/util: add a bunch of comments
Brian Paul
2010-11-02
1
-0
/
+24
*
Fix build on systems where "python" is python 3.
Kenneth Graunke
2010-10-27
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
12
-50
/
+50
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
2
-2
/
+2
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
5
-14
/
+14
*
gl: Remove unused GLcontextModes fields
Kristian Høgsberg
2010-10-13
2
-5
/
+1
*
Get rid of GL/internal/glcore.h
Kristian Høgsberg
2010-10-13
2
-2
/
+0
*
dri/common: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-4
/
+0
*
dri: Add GET_PROGRAM_NAME definition for Mac OS X.
Vinson Lee
2010-09-28
1
-0
/
+3
*
mesa: Force GL_ARB_copy_buffer to always be enabled
Ian Romanick
2010-09-27
1
-0
/
+2
*
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
2010-09-22
2
-0
/
+2
*
Fix typos in comments and debug output strings.
Timo Wiren
2010-09-20
2
-5
/
+5
*
Revert "glapi: Implement optional dispatch logging"
Kristian Høgsberg
2010-09-09
1
-12
/
+0
*
glapi: Implement optional dispatch logging
Kristian Høgsberg
2010-09-09
1
-0
/
+12
*
dri: Make it a little clearer that we're not dereferencing a NULL pointer
nobled
2010-09-07
1
-1
/
+2
*
dri: Use the right type for the API token
nobled
2010-09-07
1
-1
/
+3
*
dri: Get prototype for _mesa_destroy_compiler().
Eric Anholt
2010-08-27
1
-0
/
+1
*
glsl2: Free the shader compiler at dri screen destruction.
Eric Anholt
2010-08-18
1
-0
/
+2
*
dri2: Clean up the common dri2 options at screen destroy.
Eric Anholt
2010-08-18
2
-3
/
+8
*
Merge branch 'master' into glsl2
Ian Romanick
2010-08-13
1
-0
/
+1
|
\
|
*
dri: Add missing header to dri_metaops.c.
Vinson Lee
2010-07-29
1
-0
/
+1
*
|
mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.
Eric Anholt
2010-08-13
1
-0
/
+4
|
/
*
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
2010-07-19
2
-36
/
+0
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
mesa: move arbprogram.[ch] to main/
Brian Paul
2010-06-10
1
-1
/
+1
*
i965: Add support for GL_ALPHA framebuffer objects.
Eric Anholt
2010-06-10
1
-0
/
+32
*
gallium: fix TFP on gallium
Dave Airlie
2010-05-31
1
-0
/
+1
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
2
-0
/
+3
*
swrast: Correct include for mtypes.h
Jakob Bornecrantz
2010-05-03
1
-1
/
+1
*
Update drisw state tracker to use new API aware context create
Xavier Chantry
2010-05-02
2
-2
/
+6
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
2
-5
/
+60
|
\
|
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
2
-5
/
+61
*
|
dri_util: Assume error checking is done properly in glXMakeCurrent
Jakob Bornecrantz
2010-04-27
1
-14
/
+17
*
|
dri: Remove unnecessary header.
Vinson Lee
2010-04-24
1
-1
/
+0
*
|
DRI2/GLX: check for vblank_mode in DRI2 GLX code
Jesse Barnes
2010-04-22
1
-0
/
+11
*
|
DRI2: add config query extension
Jesse Barnes
2010-04-22
2
-0
/
+50
|
/
*
Merge branch '7.8'
Jesse Barnes
2010-04-19
1
-1
/
+1
|
\
|
*
mesa: Use __OpenBSD__ to check for OpenBSD.
Matthieu Herrb
2010-04-19
1
-1
/
+1
*
|
dri: Drop another unused __DRIscreen field
Kristian Høgsberg
2010-03-30
1
-5
/
+0
*
|
dri: Drop the unused dummyContext
Kristian Høgsberg
2010-03-30
2
-36
/
+0
*
|
dri: Drop an unused __DRIcontext field
Kristian Høgsberg
2010-03-30
1
-5
/
+0
*
|
drisw: fix use after free (bug 27370)
George Sapountzis
2010-03-30
1
-2
/
+0
*
|
dri/common: add comment about DRISW wrt DRI1 / DRI2
George Sapountzis
2010-03-26
1
-36
/
+47
*
|
drisw_util: add fields for gallium swrast_dri
George Sapountzis
2010-03-25
2
-0
/
+16
[next]