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
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri3: Track current Present swap mode and adjust buffer counts
Keith Packard
2014-01-30
2
-24
/
+35
*
dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
Keith Packard
2014-01-30
1
-0
/
+1
*
dri3: Flush XCB before blocking for special events
Keith Packard
2014-01-30
1
-0
/
+2
*
dri3: Enable GLX_INTEL_swap_event
Keith Packard
2014-01-30
1
-17
/
+1
*
dri3: Fix dri3_wait_for_sbc to wait for completion of requested SBC
Keith Packard
2014-01-30
1
-16
/
+39
*
dri3: Track full 64-bit SBC numbers, instead of just 32-bits
Keith Packard
2014-01-30
2
-20
/
+30
*
build: Share the all-local rule for linking libraries into the build dir
Kristian Høgsberg
2014-01-29
1
-6
/
+1
*
loader: Add missing \n on message printing
Emil Velikov
2014-01-27
1
-4
/
+4
*
dri: Reuse dri_message to implement our other message handlers.
Eric Anholt
2014-01-27
2
-63
/
+4
*
dri: Fix the logger error message handling.
Eric Anholt
2014-01-27
3
-3
/
+34
*
dri2: Trust our own driver name lookup over the server's.
Eric Anholt
2014-01-27
2
-2
/
+12
*
dri2: Open the fd before loading the driver.
Eric Anholt
2014-01-27
1
-14
/
+14
*
dri3: Fix two little memory leaks.
Eric Anholt
2014-01-27
1
-2
/
+2
*
glx: link loader util lib only when building with dri3
Emil Velikov
2014-01-23
1
-1
/
+1
*
glx: use the loader util lib
Emil Velikov
2014-01-18
5
-153
/
+7
*
loader: introduce the loader util lib
Emil Velikov
2014-01-18
2
-0
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
3
-3
/
+3
*
glx: check memory allocations in __glXInitVertexArrayState()
Juha-Pekka Heikkila
2014-01-06
1
-4
/
+23
*
glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Lauri Kasanen
2013-12-20
3
-6
/
+4
*
dri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACK
Keith Packard
2013-12-20
2
-7
/
+7
*
dri3: Clean up struct dri3_drawable
Keith Packard
2013-12-20
1
-5
/
+1
*
dri3: Free resources when drawable is destroyed.
Keith Packard
2013-12-20
2
-2
/
+20
*
dri3: Switch to libxshmfence version 1.1
Keith Packard
2013-12-20
2
-3
/
+3
*
glx: Fix two identical null check errors in driSet/GetInterval
Juha-Pekka Heikkila
2013-12-19
1
-8
/
+12
*
glx: add missing null check in dri2_bind_tex_image
Juha-Pekka Heikkila
2013-12-18
1
-2
/
+6
*
glx: Add missing null check in dri2CreateDrawable
Juha-Pekka Heikkila
2013-12-18
1
-2
/
+4
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
1
-5
/
+38
*
glx: Add missing null check in DRI2WireToEvent
Juha-Pekka Heikkila
2013-12-11
1
-0
/
+2
*
glx: Add missing null check in gxl/dri2_glx.c
Juha-Pekka Heikkila
2013-12-03
1
-0
/
+4
*
glx: Check malloc return value before accessing memory in glx/clientattrib.c
Juha-Pekka Heikkila
2013-12-03
1
-0
/
+4
*
glx: don't fail out when no configs if we have visuals
Dave Airlie
2013-11-21
1
-1
/
+1
*
glx/tests: Provide __glXGetCurrentContext() stub when needed
Jon TURNEY
2013-11-19
1
-0
/
+8
*
dri: Remove redundant createNewContext function from __DRIimageDriverExtension
Kristian Høgsberg
2013-11-12
1
-45
/
+11
*
glx: declare glx_screen struct to silence warning
Brian Paul
2013-11-11
1
-0
/
+2
*
glx: change query_renderer_integer() value param to unsigned
Brian Paul
2013-11-11
3
-3
/
+4
*
glx: Fix scons build.
José Fonseca
2013-11-11
1
-0
/
+3
*
glx: conditionaly build dri3 and present loader (v3)
Armin K
2013-11-09
2
-2
/
+10
*
scons: Add dri2_query_renderer.c to sources.
José Fonseca
2013-11-08
1
-0
/
+1
*
dri3: Fix pixmap buf_id computation
10.0-branchpoint
Keith Packard
2013-11-07
1
-1
/
+1
*
glx: Add a more informative debug message in a DRI3 error path.
Eric Anholt
2013-11-07
1
-0
/
+7
*
Add DRI3+Present loader
Keith Packard
2013-11-07
6
-1
/
+2195
*
glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_renderer
Ian Romanick
2013-11-07
3
-6
/
+314
*
glx/tests: Add unit tests for the GLX part of GLX_MESA_query_renderer
Ian Romanick
2013-11-07
3
-1
/
+449
*
glx/tests: Add GetGLXScreenConfigs_called flag
Ian Romanick
2013-11-07
1
-0
/
+4
*
glx/dri2: Add DRI2 support for GLX_MESA_query_renderer
Ian Romanick
2013-11-07
5
-1
/
+119
*
glx/dri2: Pull some internal structures out to a separate header file
Ian Romanick
2013-11-07
2
-20
/
+52
*
glx/tests: Silence warnings after adding fields to glx_screen_vtable
Ian Romanick
2013-11-07
1
-2
/
+6
*
glx: Add functions and GLX plumbing for GLX_MESA_query_renderer
Ian Romanick
2013-11-07
4
-1
/
+186
*
glx: Add extension tracking GLX_MESA_query_renderer
Ian Romanick
2013-11-07
2
-0
/
+2
*
scons: Add missing dependencies to src/mapi/glapi/gen/*.xml
José Fonseca
2013-10-30
1
-5
/
+6
[next]