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
/
gallium
/
state_trackers
/
dri
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
st/dri: prevent leak of dri option default values
Aaron Watry
2014-01-16
1
-0
/
+6
*
st/dri: resolve sRGB buffers in linear colorspace
Marek Olšák
2013-12-14
1
-2
/
+23
*
st/dri: Fix dri_create_context declaration prototype.
José Fonseca
2013-11-08
1
-0
/
+1
*
mesa/dri: Move context flag validation down into the drivers
Ian Romanick
2013-11-07
1
-0
/
+5
*
mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy
Ian Romanick
2013-11-07
1
-0
/
+6
*
dri: Move driver config options to dri driver extensions.
Eric Anholt
2013-10-24
2
-3
/
+9
*
st/dri: minor formatting clean-ups in dri_context.c
Brian Paul
2013-10-22
1
-4
/
+6
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
1
-0
/
+13
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+4
*
st/dri: do not create a new context for msaa copy
Maarten Lankhorst
2013-09-11
2
-6
/
+10
*
dri: Choose a decent global driNConfigOptions.
Eric Anholt
2013-08-17
1
-4
/
+1
*
st/dri: add a new driconf option disable_shader_bit_encoding for Unigine
Marek Olšák
2013-07-30
2
-1
/
+4
*
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
2013-07-30
2
-5
/
+8
*
st/dri: remove driOptionCache from dri_context in favor of dri_screen
Marek Olšák
2013-07-30
2
-13
/
+1
*
st/dri: move enabling postprocessing to dri_screen
Marek Olšák
2013-07-30
4
-16
/
+18
*
st/dri: remove more unused driconf options
Marek Olšák
2013-07-30
1
-6
/
+1
*
st/dri: implement the driconf option force_s3tc_enable properly
Marek Olšák
2013-07-30
2
-2
/
+19
*
driconf: remove the unused option allow_large_textures
Marek Olšák
2013-07-30
1
-2
/
+1
*
st/dri: support the driconf option disable_blend_func_extended
Marek Olšák
2013-07-30
2
-1
/
+4
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
1
-4
/
+4
*
st/dri: resolve the back buffer only in SwapBuffers
Marek Olšák
2013-06-13
1
-3
/
+3
*
st/dri: manually swap MSAA front and back buffers in SwapBuffers
Marek Olšák
2013-06-13
1
-0
/
+25
*
st/dri: refactor dri_msaa_resolve
Marek Olšák
2013-06-13
2
-11
/
+11
*
st/dri: fix MSAA resolving of buffers with height > width
Marek Olšák
2013-06-13
1
-2
/
+2
*
mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.
Eric Anholt
2013-04-19
1
-4
/
+4
*
gallium: handle drirc disable_glsl_line_continuations option
Vadim Girlin
2013-04-19
2
-1
/
+4
*
st/dri: fix crash with HUD and single buffering
Marek Olšák
2013-03-28
1
-1
/
+2
*
st/dri: integrate the HUD
Marek Olšák
2013-03-26
3
-0
/
+11
*
st/dri: add support for the always_have_depth_buffer option
Brian Paul
2013-03-15
3
-11
/
+28
*
st/dri: disallow recursion in dri_flush
Marek Olšák
2013-01-24
2
-1
/
+13
*
st/dri: add null-pointer check, remove duplicated local variable
Marek Olšák
2013-01-24
1
-4
/
+5
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-0
/
+2
*
st/dri: add a way to force MSAA on with an environment variable
Marek Olšák
2012-12-12
1
-4
/
+39
*
st/dri: implement MSAA for GLX/DRI2 framebuffers
Marek Olšák
2012-12-07
3
-7
/
+66
*
gallium: pass the current context to the flush_front state tracker function
Marek Olšák
2012-12-07
2
-3
/
+6
*
st/dri: don't expose MSAA configs with accumulation buffer
Marek Olšák
2012-12-07
1
-1
/
+13
*
st/dri: refactor dri_fill_in_modes
Marek Olšák
2012-12-07
2
-107
/
+43
*
st/dri: implement new driver hook flush_with_flags
Marek Olšák
2012-12-02
3
-34
/
+83
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-3
/
+3
*
gallium/postprocess: share pipe_context and cso_context with the state tracker
Marek Olšák
2012-11-29
1
-1
/
+3
*
st/mesa: add support for GL core profiles
Marek Olšák
2012-11-29
1
-1
/
+3
*
dri: Convert driCreateConfigs to use a gl_format enum
Ian Romanick
2012-10-29
1
-3
/
+3
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
2
-8
/
+8
*
dri: Rework planar image interface
Jakob Bornecrantz
2012-08-31
1
-0
/
+1
*
st/dri: pass config options to the state tracker
Vadim Girlin
2012-08-23
1
-0
/
+8
*
st/dri: add force_glsl_extensions_warn option to dri options
Vadim Girlin
2012-08-23
1
-1
/
+10
*
st/dri: use driver name for driconf section lookup
Vadim Girlin
2012-08-23
1
-1
/
+2
[next]