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
/
mesa
/
drivers
/
dri
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
1
-1
/
+1
*
radeon: fix printf format specifier.
Maya Rashish
2019-01-09
1
-1
/
+1
*
mesa: move legacy dri config option texture_depth
Timothy Arceri
2018-09-18
1
-0
/
+13
*
mesa: move legacy dri config option fthrottle_mode
Timothy Arceri
2018-09-18
1
-0
/
+12
*
mesa: move legacy dri config option def_max_anisotropy
Timothy Arceri
2018-09-18
1
-0
/
+5
*
mesa: move legacy dri config option no_neg_lod_bias
Timothy Arceri
2018-09-18
1
-0
/
+5
*
mesa: move legacy dri config option round_mode
Timothy Arceri
2018-09-18
1
-0
/
+10
*
mesa: move legacy dri config option dither_mode
Timothy Arceri
2018-09-18
1
-0
/
+12
*
mesa: move legacy dri config option color_reduction
Timothy Arceri
2018-09-18
1
-0
/
+10
*
mesa: move legacy TCL dri config options
Timothy Arceri
2018-09-18
2
-0
/
+15
*
radeon: fix ColorMask
Christopher Egert
2018-09-10
1
-4
/
+4
*
mesa: move legacy hyperz option from dri config
Timothy Arceri
2018-08-21
1
-0
/
+5
*
mesa: drop legacy no_rast dri option
Timothy Arceri
2018-08-21
2
-7
/
+1
*
mesa: move legacy dri config option texture_units
Timothy Arceri
2018-08-20
1
-0
/
+5
*
mesa: move legacy dri config option texture_blend_quality
Timothy Arceri
2018-08-20
1
-0
/
+6
*
xmlconfig: add kernel_driver device attribute
Qiang Yu
2018-08-17
1
-1
/
+1
*
dri: Add param driCreateConfigs(mutable_render_buffer)
Chad Versace
2018-08-07
1
-1
/
+1
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
2
-4
/
+11
*
mesa: drop the buffer mode param from the DrawBuffer driver function
Timothy Arceri
2018-04-27
2
-4
/
+3
*
radeon: Drop broken front_buffer_reading/drawing optimization
Ian Romanick
2018-04-26
3
-46
/
+18
*
radeon: Use _mesa_is_front_buffer_drawing
Ian Romanick
2018-04-26
4
-25
/
+5
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
2
-1
/
+1
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
1
-0
/
+1
*
mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
4
-8
/
+12
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
1
-4
/
+4
*
mesa: Pass the translated color logic op dd_function_table::LogicOpcode
Ian Romanick
2018-01-26
1
-24
/
+3
*
radeon: remove left over dead code
Eric Engestrom
2018-01-23
1
-6
/
+0
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+2
*
radeon: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
3
-3
/
+3
*
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
2017-11-16
1
-0
/
+1
*
dri: Change __DriverApiRec::CreateContext to take a struct for attribs
Neil Roberts
2017-11-06
2
-13
/
+6
*
meson: build r100 driver
Dylan Baker
2017-10-26
1
-0
/
+87
*
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
2017-10-20
2
-0
/
+2
*
mesa: Remove force_s3tc_enable driconf variable
Matt Turner
2017-10-02
1
-2
/
+0
*
mesa: Drop Mesa_DXTn from gl_context
Matt Turner
2017-10-02
1
-8
/
+2
*
dri/radeon: use ARRAY_SIZE macro
Eric Engestrom
2017-09-14
1
-1
/
+3
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
1
-0
/
+1
*
dri: Introduce SWAP_METHOD tokens
Thomas Hellstrom
2017-08-10
1
-4
/
+2
*
mesa/dri: drop unneeded mm.h include
Dave Airlie
2017-08-03
1
-1
/
+0
*
xmlconfig: move into src/util
Nicolai Hähnle
2017-07-31
8
-8
/
+8
*
radeon: remove local vblank_mode option
Emil Velikov
2017-07-19
1
-2
/
+0
*
dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.
Kenneth Graunke
2017-07-17
1
-1
/
+1
*
dri: Add KHR_no_error DRI extension
Grigori Goronzy
2017-07-14
1
-0
/
+1
*
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
2017-06-22
1
-0
/
+3
*
mesa: replace ctx->Polygon._FrontBit with a helper function
Marek Olšák
2017-06-22
1
-0
/
+1
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
1
-1
/
+0
*
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
2017-06-09
1
-1
/
+0
*
mesa: stop passing state bitfield to UpdateState()
Timothy Arceri
2017-06-09
1
-1
/
+3
*
r200/radeon: stop calling _ae_invalidate_state() directly
Timothy Arceri
2017-06-09
1
-2
/
+0
*
r100: Silence numerous unused this or that warnings
Ian Romanick
2017-05-31
1
-8
/
+9
[next]