index
:
~miku/mesa
flusha0
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-27
util: don't include p_defines.h and u_pointer.h from gallium
Marek Olšák
1
-1
/
+1
2019-11-14
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
5
-6
/
+6
2019-09-19
docs: Update bug report URLs for the gitlab migration
Adam Jackson
1
-1
/
+1
2019-07-22
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
5
-16
/
+16
2019-07-19
util: use standard name for vsnprintf()
Eric Engestrom
1
-1
/
+1
2019-07-19
util: use standard name for snprintf()
Eric Engestrom
1
-1
/
+1
2019-07-10
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
1
-1
/
+3
2019-05-23
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
1
-1
/
+1
2019-05-13
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
1
-3
/
+3
2019-04-29
i915: support NULL-resources
Erik Faye-Lund
1
-2
/
+5
2019-04-24
gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers
Marek Olšák
1
-3
/
+0
2019-04-23
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Marek Olšák
1
-0
/
+3
2019-04-15
Delete autotools
Dylan Baker
2
-44
/
+0
2019-03-17
i915g: remove calls to pipe_sampler_view_release()
Brian Paul
1
-8
/
+2
2019-02-07
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
1
-0
/
+2
2018-10-30
util: Move os_misc to util
Dylan Baker
1
-1
/
+1
2018-09-07
gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
Marek Olšák
1
-0
/
+1
2018-09-06
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Marek Olšák
1
-0
/
+1
2018-09-04
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
1
-2
/
+3
2018-08-24
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
1
-0
/
+1
2018-08-23
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
1
-0
/
+3
2018-08-23
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
1
-0
/
+3
2018-07-31
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2
-0
/
+5
2018-07-31
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
1
-0
/
+1
2018-06-29
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
1
-3
/
+0
2018-06-14
gallium: add support for programmable sample locations
Rhys Perry
1
-0
/
+1
2018-05-29
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
1
-0
/
+1
2018-05-01
gallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE typo
Brian Paul
1
-1
/
+1
2018-04-30
gallium: add initial support for conservative rasterization
Rhys Perry
1
-0
/
+13
2018-03-29
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
1
-1
/
+2
2018-03-20
gallium: add packed uniform CAP
Timothy Arceri
1
-0
/
+1
2018-02-17
gallium: allow drivers to impose BO flags restrictions on constant buffer 0
Marek Olšák
1
-0
/
+1
2018-01-30
gallium: introduce PIPE_CAP_FENCE_SIGNAL v2
Andres Rodriguez
1
-0
/
+1
2018-01-25
automake: small cleanup after the meson.build inclusion
Emil Velikov
1
-1
/
+1
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
1
-1
/
+1
2018-01-17
gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
1
-1
/
+0
2018-01-17
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
1
-1
/
+0
2018-01-17
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
1
-1
/
+0
2017-12-19
gallium: plumb context priority through to driver
Rob Clark
1
-0
/
+1
2017-12-04
meson: define driver dependencies
Dylan Baker
1
-0
/
+5
2017-11-28
meson: build i915g driver
Dylan Baker
1
-0
/
+70
2017-11-06
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
1
-0
/
+1
2017-11-03
i915g: remove some unknown cap warnings.
Dave Airlie
1
-0
/
+8
2017-11-03
i915g: make gears run again.
Dave Airlie
4
-4
/
+24
2017-11-01
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
1
-0
/
+1
2017-10-27
gallium: s/unsigned/enum pipe_prim_type/
Brian Paul
1
-1
/
+1
2017-10-10
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
1
-0
/
+1
2017-10-06
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
1
-0
/
+1
2017-10-02
gallium: Remove util_format_s3tc_init()
Matt Turner
1
-2
/
+0
2017-09-29
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
1
-0
/
+1
[next]