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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
16
-54
/
+52
*
i965: Drop MAP_READ from some write-only mappings
Matt Turner
2017-06-06
4
-4
/
+4
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
16
-33
/
+49
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
16
-29
/
+30
*
i965: Rename *_virtual -> map_*
Matt Turner
2017-06-06
2
-31
/
+31
*
i965: Pass the map-mode along to intel_mipmap_tree_map_raw()
Chris Wilson
2017-06-06
1
-13
/
+16
*
i965: Add a cache_coherent field to brw_bo
Matt Turner
2017-06-06
3
-0
/
+9
*
i965: Remove unused 'use_resource_streamer' field
Matt Turner
2017-06-06
1
-1
/
+0
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
17
-121
/
+102
*
i965: Remove unused brw_bo_map__* functions
Matt Turner
2017-06-06
2
-109
/
+0
*
mesa: make use of NewWindowRectangles driver flags
Samuel Pitoiset
2017-06-06
2
-3
/
+5
*
mesa: add new gl_driver_flags::NewWindowRectangles
Samuel Pitoiset
2017-06-06
1
-0
/
+5
*
mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()
Samuel Pitoiset
2017-06-06
1
-3
/
+0
*
mesa: only emit _NEW_MULTISAMPLE when min sample shading changes
Samuel Pitoiset
2017-06-06
1
-3
/
+6
*
mesa: only emit _NEW_MULTISAMPLE when sample mask changes
Samuel Pitoiset
2017-06-06
1
-0
/
+3
*
mesa: only emit _NEW_MULTISAMPLE when coverage parameters change
Samuel Pitoiset
2017-06-06
1
-3
/
+7
*
i965: Finalize miptrees before prepare_texture
Jason Ekstrand
2017-06-05
1
-0
/
+4
*
st/mesa: don't load cached TGSI shaders on demand
Marek Olšák
2017-06-05
1
-1
/
+6
*
i965: Order write of query availablity with earlier writes
Chris Wilson
2017-06-03
1
-2
/
+11
*
st/mesa: Add support for ARB_post_depth_coverage
Lyude
2017-06-02
2
-1
/
+7
*
i965: Replace 0 with ISL_FORMAT_UNSUPPORTED in format table (v2)
Chad Versace
2017-06-02
2
-92
/
+6
*
mesa: document range of SampleCoverageValue, MinSampleShadingValue
Brian Paul
2017-06-02
1
-2
/
+2
*
xlib: fix glXGetCurrentDisplay() failure
Brian Paul
2017-06-02
4
-5
/
+18
*
intel/blorp: Handle gen6 stencil/HiZ offsets in the back-end
Jason Ekstrand
2017-06-01
4
-72
/
+11
*
intel/isl: Make get_intratile_offset_el take the element size in bits
Jason Ekstrand
2017-06-01
1
-1
/
+1
*
intel/isl: Remove the device parameter from isl_tiling_get_info
Jason Ekstrand
2017-06-01
1
-2
/
+1
*
i965: Rework Sandy Bridge HiZ and stencil layouts
Jason Ekstrand
2017-06-01
5
-29
/
+134
*
automake: Link all libGL.so variants with -Bsymbolic.
Jose Fonseca
2017-06-01
1
-0
/
+1
*
i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()
Chad Versace
2017-06-01
1
-5
/
+1
*
i965: Cleanup in intel_create_winsys_renderbuffer()
Chad Versace
2017-06-01
1
-5
/
+2
*
i965: Remove bad assert on isl_format
Chad Versace
2017-06-01
1
-1
/
+0
*
i965: Fix return type of translate_tex_format()
Chad Versace
2017-06-01
3
-6
/
+6
*
i965: Fix return type of brw_isl_format_for_mesa_format() [v2]
Chad Versace
2017-06-01
3
-8
/
+10
*
i965: Remove an extra semicolon
Anuj Phogat
2017-06-01
1
-1
/
+1
*
i965: Rename brw_format variable names to isl_format
Anuj Phogat
2017-06-01
3
-7
/
+9
*
i965: Reject unsupported formats in glEGLImageTargetTexture2D()
Chad Versace
2017-06-01
1
-0
/
+4
*
genxml: Make 3DSTATE_CONSTANT_BODY on Gen7+ use arrays.
Kenneth Graunke
2017-06-01
1
-6
/
+4
*
i965: Simplify SO_DECL handling.
Kenneth Graunke
2017-06-01
1
-28
/
+13
*
i965: Make a local for linked_xfb->Outputs[i], to shorten things.
Kenneth Graunke
2017-06-01
1
-9
/
+10
*
i965: Move SOL PSIZ hacks from draw time to link time.
Kenneth Graunke
2017-06-01
2
-22
/
+40
*
mesa/main: replace remaining uses of IROUND() in GetUniform*() by round()
Iago Toral Quiroga
2017-06-01
1
-2
/
+2
*
mesa/main: conversion from float in GetUniformi64v requires rounding to nearest
Iago Toral Quiroga
2017-06-01
1
-1
/
+1
*
mesa/main: Add conversion from double to uint64/int64 in GetUniform*i64v()
Iago Toral Quiroga
2017-06-01
1
-0
/
+14
*
mesa/main: Clamp GetUniformui64v values to be >= 0
Iago Toral Quiroga
2017-06-01
1
-1
/
+45
*
mesa/main: Clamp GetUniformuiv values to be >= 0
Kenneth Graunke
2017-06-01
1
-11
/
+51
*
mesa/main: fix indentation in _mesa_get_uniform()
Iago Toral Quiroga
2017-06-01
1
-98
/
+101
*
r100: Silence numerous unused this or that warnings
Ian Romanick
2017-05-31
1
-8
/
+9
*
r100: Use _mesa_get_format_base_format in radeon_update_wrapper
Ian Romanick
2017-05-31
1
-1
/
+1
*
r100,r200: Don't assume glVisual is non-NULL during context creation
Ian Romanick
2017-05-31
3
-3
/
+1
*
r100: Don't assume that the base mipmap of a texture exists
Ian Romanick
2017-05-31
1
-4
/
+10
[prev]
[next]