index
:
~idr/mesa
11.0-meta-cannot-use-glGenBuffers
11.1-meta-cannot-use-glGenBuffers
6b452c51941
ARB_transform_feedback_overflow_query
CID-1429517
EXT_shader_samples_identical
INTEL_shader_atomic_float_minmax
NV_shader_atomic_int64
NaNu-NaNu
always-ARB_framebuffer_object
arb_gpu_shader_int64
asm
assume-CMS-in-precompile
ast_to_hir-work
bool-optimizations
bool-optimizations-v2
bool-optimizations-v4
bool-optimizations-v5
bool-optimizations-v6
byt-cpu-optimizations
c1896cdfefc
cmod-bar
cmod-baz
cmod-foo
cmod-propagation-work
combine-constants
commutative-expression-limits
compare-with-integer-frobbing
cse-neg
cse-neg-v2018.02
daniel-schuermann/mesa-bitfield
derp
double-scheduler
dp-narrowing
ecd3c4bb555
emit-spirv
experiment/Gen5-Boolean-resolve
experiment/fsat-algebraic
experiment/lower-flrp
experiment/nan-compare-logic-ops
experiment/optimize-bfe
experiment/optimize-shifts
experiment/rematerialize-compares
experiment/simple-range-analysis
experiments
expose-fewer-visuals
extension-refactor
fix-GL45-CTS.program_interface_query.uniform-block-types
flexarray
flexarray-func
for-bsi
fortran
generate-code-generator
glsl-diet-v3
glsl-diet-v3-extra-logging
glsl-diet-v4
i915-fixes
i965-license-header
inverted-conditions
ir_variable-diet
ir_variable-diet-v2
iris-threaded-shaders
jenkins
jenkins-vk
kill-nv04
lock_surface
logic-expression-frobbing
loop
lower_bool_to_int32-earlier
master
meta-cannot-use-Gen-v2017.12
meta-fixes
meta-msaa-blit
meta-work-20170628
misc-algebra
nir_lower_clamp_color_outputs-vs-b2f
opt-minimize-Boolean
optimize-bfe
optimize-dph-and-others
optimize-flrp-and-ffma
pauli
peephole_select
pragma-warning
ptn-narrowing
query-renderer
range-analysis-cache
reassociate-vector-scalar-math
remove-ir_assignment-condition
reverse-code-gen
review/issue-6365
review/lower-flrp
robustness
shader-work
source-modifiers
sso4
sso5
sso6
standalone-compiler
standalone-ir_builder
standalone-ir_builder-v2
t_dd_dmatmp
ud-chains
uniform-setter
uniform-setter-20190513
uniform-setter-fast
uniform-setter-v2
uniform-setter-wip
vertex-shader-gcm
viewport-array
wip/combine-constants
wip/fix-shift-counts
wip/improve-range-analysis
yuv-formats
Unnamed repository; edit this file 'description' to name the repository.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-02
more debug info
meta-cannot-use-Gen-v2017.12
Ian Romanick
2
-5
/
+13
2018-01-02
i965/miptree: Fail gracefully when make_surface returns NULL
Ian Romanick
1
-0
/
+3
2018-01-02
meta: Don't pollute the texture namespace
Ian Romanick
2
-29
/
+10
2018-01-02
meta: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
2
-5
/
+5
2018-01-02
meta: Use _mesa_CreateTextures instead of _mesa_GenTextures
Ian Romanick
1
-1
/
+1
2018-01-02
meta: Track temporary textures using gl_texture_object instead of GL API obje...
Ian Romanick
3
-17
/
+36
2018-01-02
meta/blit: Track temporary texture using gl_texture_object instead of GL API ...
Ian Romanick
2
-7
/
+7
2018-01-02
meta/blit: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
1
-1
/
+1
2018-01-02
meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2
-7
/
+6
2018-01-02
meta/blit: Track source texture using gl_texture_object instead of GL API obj...
Ian Romanick
2
-0
/
+2
2018-01-02
meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return it
Ian Romanick
2
-14
/
+14
2018-01-02
meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2
-9
/
+7
2018-01-02
meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2
-14
/
+10
2018-01-02
meta/blit: Don't restore state of the temporary texture
Ian Romanick
1
-21
/
+27
2018-01-02
meta/blit: Check the values instead of the target before restoring
Ian Romanick
1
-2
/
+6
2018-01-02
mesa: Add _mesa_bind_texture method
Ian Romanick
2
-2
/
+26
2018-01-02
Revert "mesa: remove unused _mesa_delete_nameless_texture()"
Ian Romanick
2
-0
/
+46
2018-01-02
mesa: Fold _mesa_record_error into its only caller
Ian Romanick
3
-30
/
+2
2018-01-01
etnaviv: disable in-place resolve for non-supertiled surfaces
Lucas Stach
1
-0
/
+1
2017-12-31
radv: Implement binning on GFX9.
Bas Nieuwenhuizen
4
-6
/
+348
2017-12-31
radv: Add flag for enabling binning.
Bas Nieuwenhuizen
2
-0
/
+9
2017-12-30
i965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
Kenneth Graunke
8
-19
/
+14
2017-12-30
nir: add missing local_group_size intrinsic
Rob Clark
2
-0
/
+5
2017-12-29
nv50/ir: Fix unused var warnings in release build
Rhys Kidd
2
-2
/
+4
2017-12-29
nvc0: Fix unused var warnings in release build
Rhys Kidd
1
-3
/
+4
2017-12-29
nv50: Fix unused var warning in release build
Rhys Kidd
1
-1
/
+2
2017-12-30
r600: fix textureSize queries with tbos
Roland Scheidegger
2
-24
/
+33
2017-12-30
r600: kill off native_integer shader ctx flag
Roland Scheidegger
1
-18
/
+0
2017-12-29
radv: Also set DCC params for sampling for input attachment usage.
Bas Nieuwenhuizen
1
-1
/
+2
2017-12-29
radv: Enable DCC with transfers.
Bas Nieuwenhuizen
1
-2
/
+1
2017-12-29
radv: Decompress copy destination if formats are incompatible.
Bas Nieuwenhuizen
1
-2
/
+25
2017-12-29
radv: Disable DCC for GENERAL layout and compute transfer dest.
Bas Nieuwenhuizen
4
-8
/
+47
2017-12-29
radv: Don't init DCC metadata during FS resolve.
Bas Nieuwenhuizen
1
-5
/
+0
2017-12-29
radv: Make color meta operations layout aware.
Bas Nieuwenhuizen
5
-110
/
+145
2017-12-29
radv: Add compute DCC decompress.
Bas Nieuwenhuizen
3
-0
/
+275
2017-12-29
radv: Use the meta fast clear destructor on construction failure.
Bas Nieuwenhuizen
1
-6
/
+3
2017-12-29
radv: Add GFX DCC decompress.
Bas Nieuwenhuizen
2
-12
/
+83
2017-12-29
radv: Don't enable DCC / TC compat HTILE for storage images.
Bas Nieuwenhuizen
1
-5
/
+6
2017-12-29
Revert "radv/gfx9: fix block compression texture views."
Bas Nieuwenhuizen
1
-35
/
+0
2017-12-28
svga: update SVGA_NEW_ flags for updating sampler state
Brian Paul
1
-3
/
+4
2017-12-28
svga: whitespace, formatting fixes in svga_state_tss.c
Brian Paul
1
-34
/
+21
2017-12-29
radv/gfx9: use correct swizzle parameter to work out border swizzle.
Dave Airlie
1
-2
/
+2
2017-12-29
radv/gfx9: use a bigger hammer to flush cb/db caches.
Dave Airlie
1
-1
/
+8
2017-12-29
radv/gfx9: fix block compression texture views.
Dave Airlie
1
-0
/
+35
2017-12-29
radv/gfx9: fix buffer to image for 3d images on compute queues
Dave Airlie
2
-15
/
+48
2017-12-29
radv/gfx9: fix 3d image clears on compute queues
Dave Airlie
2
-9
/
+65
2017-12-29
radv/gfx9: fix 3d image to image transfers on compute queues.
Dave Airlie
2
-20
/
+56
2017-12-28
anv/device: Mark all state buffers as needing capture
Jason Ekstrand
1
-3
/
+3
2017-12-28
intel/aubinator: Gracefully handle dynamic state not being available
Jason Ekstrand
1
-0
/
+5
2017-12-28
intel/aubinator: Free section data last
Jason Ekstrand
1
-2
/
+4
[next]