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
/
gallium
/
state_trackers
/
wgl
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
31
-7888
/
+0
*
st/wgl: allocate and resolve msaa-textures
Erik Faye-Lund
2020-05-07
1
-6
/
+79
*
st/wgl: pass st_context_iface into stw_st_framebuffer_present_locked
Erik Faye-Lund
2020-05-07
3
-5
/
+8
*
util/os_memory: never use os_memory_debug.h
Erik Faye-Lund
2020-05-07
1
-8
/
+0
*
wgl: silence some cast-warnings
Erik Faye-Lund
2020-04-16
2
-4
/
+4
*
wgl: do not create screen from DllMain
Erik Faye-Lund
2020-04-02
3
-7
/
+31
*
wgl: move screen-init to a helper
Erik Faye-Lund
2020-04-02
1
-12
/
+19
*
wgl: drop unused member
Erik Faye-Lund
2020-04-02
2
-4
/
+2
*
wgl: drop pointless debug_printf
Erik Faye-Lund
2020-04-02
1
-2
/
+0
*
wgl: use gldrv.h instead of stw_icd.h
Jesse Natalie
2020-03-27
10
-647
/
+33
*
wgl: add official gldrv.h header-file
Jesse Natalie
2020-03-27
1
-0
/
+589
*
util: move debug_memory_{begin,end} to os_memory_debug.h
Erik Faye-Lund
2020-02-24
1
-1
/
+0
*
st/wgl: eliminate implicit cast warning
Erik Faye-Lund
2020-01-14
1
-2
/
+4
*
st/mesa: add a notify_before_flush callback param to flush
Pierre-Eric Pelloux-Prayer
2019-12-10
2
-3
/
+4
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
2
-2
/
+2
*
meson: build wgl state tracker
Dylan Baker
2019-10-10
1
-0
/
+57
*
gallium: remove boolean from state tracker APIs
Ilia Mirkin
2019-07-22
2
-8
/
+8
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-2
/
+2
*
st/wgl: init a variable to silence MinGW warning
Brian Paul
2019-03-04
1
-1
/
+1
*
gallium/util: move memory debug declarations into u_debug_gallium
Dylan Baker
2018-10-30
1
-0
/
+1
*
scons: Remove gles option.
Jose Fonseca
2018-10-19
1
-3
/
+1
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-1
/
+2
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
1
-0
/
+1
*
st/wgl: check for NULL piAttribList in wglCreatePbufferARB()
Charmaine Lee
2018-07-06
1
-39
/
+41
*
st/wgl: check if WGL_SWAP_INTERVAL is defined in wglSwapIntervalEXT()
Brian Paul
2018-03-30
2
-2
/
+2
*
gallium/hud: update the HUD interface for multiple contexts
Marek Olšák
2017-11-25
2
-5
/
+5
*
gallium/hud: use cso_get_pipe_context
Marek Olšák
2017-11-25
1
-1
/
+1
*
gallium/hud: split hud_draw into 3 separate functions
Marek Olšák
2017-11-25
1
-1
/
+1
*
gallium/wgl: fix default pixel format issue
Frank Richter
2017-11-15
1
-2
/
+21
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
st/mesa: Initialize textures array in st_framebuffer_validate
Michel Dänzer
2017-10-18
1
-3
/
+1
*
st/wgl: check for negative delta in wait_swap_interval()
Frank Richter
2017-08-16
1
-2
/
+5
*
st/mesa: create framebuffer iface hash table per st manager
Charmaine Lee
2017-07-24
2
-0
/
+4
*
st/mesa: add destroy_drawable interface
Charmaine Lee
2017-07-20
1
-1
/
+5
*
st/mesa: add a winsys buffers list in st_context
Charmaine Lee
2017-07-11
1
-1
/
+3
*
st/wgl: Implement wglUseFontBitmaps.
Olivier Lauffenburger
2017-07-06
1
-16
/
+49
*
st/wgl: improve selection of pixel format
Olivier Lauffenburger
2017-07-06
1
-7
/
+29
*
gallium/wgl: Allow context creation even if SetPixelFormat() wasn't called
Frank Richter
2017-06-09
1
-1
/
+7
*
st/wgl: whitespace, formatting fixes in stw_device.c
Brian Paul
2017-05-25
1
-12
/
+9
*
st/wgl: whitespace, formatting fixes in stw_pixelformat.c
Brian Paul
2017-04-28
1
-72
/
+62
*
st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visuals
Charmaine Lee
2017-04-28
1
-2
/
+2
*
st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()
Brian Paul
2017-04-28
1
-1
/
+1
*
st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.c
Brian Paul
2017-04-28
1
-59
/
+52
*
st/wgl: sort strings in stw_extension_string[] array
Brian Paul
2017-04-07
1
-3
/
+3
*
st/wgl: pseudo-implementation of WGL_EXT_swap_control
Brian Paul
2017-04-07
7
-12
/
+86
*
st/wgl: Replace variable name hdc with hDrawDC
Neha Bhende
2017-03-31
2
-10
/
+10
*
st/wgl: add support for WGL_ARB_make_current_read
Brian Paul
2017-03-31
8
-16
/
+107
*
stw/wgl: add null context check in wglBindTexImageARB()
Brian Paul
2017-03-31
1
-0
/
+6
*
st/wgl: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
1
-1
/
+3
*
st/wgl: flush with ST_FLUSH_WAIT before releasing shared contexts
Charmaine Lee
2017-02-18
2
-2
/
+15
[next]