index
:
~bwidawsk/mesa
16-vs
16-vs-v2
4x4stc
aux-buf
aux-buf-v2
blits
blits-new
blitsv2
blitsv3
braswell
braswell-mocs-experiment
braswell-prefer-meta
bxt2x6
bxt_ds
captures
cnl
context_support
cpu_map_mcs
current_modifiers
fast-lod
fast-stencil
fast_jenkins
fast_stencil
float-blend
for-bernard
for-janesma
for-timo
gen9-fixes
gt1
gt4
gt4_test
gtt-map-nonblock
image_ccs_alloc
image_ccs_alloc_fbmods
integer-multiplyv2
jenkins
libunwind
master
mempcy
miptree-rework
mocs
modifier-blob
modifier-temp2
modifiers
modifiers-temp
modifiersv2
modifiersv3
modifiersv4
modifiersv6
modifiersv7
modifiersv8
modifiersv9
modv11
modv12
mul_dw
new-blits
new-system-routine
non-block
prelocate
queued
qw-mul
random-lris
reorg-array-optv2
reorg-map
rework_ddchkclr
scanout-y
serial-pipecontrol
simd16
skl-fast-clear
stencil-blits
system_routine
system_routine_temp
test-non-block
texture-array-opt
texture-array-optv2
texture-array-optv3
texture-array-optv4
throttle-cheat
vec4-more-spill
vec4-more-spill2
vec4-more-spill3
vf_comp_pack
workarounds
ytile
Unnamed repository; edit this file to name it for gitweb.
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-10
i965: Use _mesa_meta_TexSubImage for PBO's and cases where the texture is busy
texture-array-optv4
Jason Ekstrand
2
-2
/
+20
2015-01-10
meta: Add a BlitFramebuffers-based implementation of TexSubImage
Jason Ekstrand
3
-0
/
+222
2015-01-10
i965: Implement SetTextureStorageForBufferObject
Jason Ekstrand
1
-0
/
+44
2015-01-10
mesa/dd: Add a function for creating a texture from a buffer object
Jason Ekstrand
1
-0
/
+14
2015-01-10
i965/mipmap_tree: Add a depth parameter to create_for_bo
Jason Ekstrand
6
-7
/
+14
2015-01-10
mesa: Add helper to convert a GL format and type to a mesa (array) format.
Iago Toral Quiroga
2
-1
/
+279
2015-01-10
mesa/formats: add new mesa formats and their pack/unpack functions.
Samuel Iglesias Gonsalvez
4
-0
/
+145
2015-01-10
main: Add a concept of an array format
Jason Ekstrand
3
-1
/
+208
2015-01-10
i965: Allow Y-tiled allocations for large surfaces
Ben Widawsky
1
-15
/
+56
2015-01-10
i965: Attempt to blit for larger textures
Ben Widawsky
1
-2
/
+104
2015-01-10
i965: Add more stringent blitter assertions
Ben Widawsky
1
-0
/
+3
2015-01-10
i965: Consolidate some of the intel_blit logic
Ben Widawsky
1
-20
/
+8
2015-01-10
i965/hsw: Limit max WM threads to physical limit
Ben Widawsky
1
-1
/
+1
2015-01-10
i965/mipmap: disable MCS for sint MSAA buffers on GEN8+
Ben Widawsky
1
-1
/
+1
2015-01-10
i965: Allow other tiling formats for 128 bpp on gen7+
Ben Widawsky
1
-2
/
+2
2015-01-11
vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.
Eric Anholt
2
-38
/
+11
2015-01-10
vc4: Allow dead code elimination of VPM reads.
Eric Anholt
2
-1
/
+44
2015-01-10
vc4: Cook up the draw-time VPM setup info during shader compile.
Eric Anholt
4
-11
/
+28
2015-01-10
vc4: Split two notions of instructions having side effects.
Eric Anholt
5
-4
/
+15
2015-01-10
vc4: Redo VPM reads as a read file.
Eric Anholt
5
-16
/
+16
2015-01-10
vc4: Fix miscalculation of the VPM space.
Eric Anholt
1
-1
/
+1
2015-01-10
vc4: Pack VPM attr contents according to just the size of the attribute.
Eric Anholt
3
-11
/
+9
2015-01-10
vc4: Restructure color packing as a series of channel replacements.
Eric Anholt
4
-49
/
+60
2015-01-10
vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check.
Eric Anholt
1
-1
/
+1
2015-01-10
vc4: Move global seqno short-circuiting to vc4_wait_seqno().
Eric Anholt
2
-6
/
+3
2015-01-10
state_tracker: Fix assertion failures in conditional block movs.
Eric Anholt
1
-31
/
+26
2015-01-08
i965: Consider SEL.{GE,L} to be commutative operations.
Matt Turner
2
-10
/
+27
2015-01-08
i965/cfg: Fix end_ip of last basic block.
Matt Turner
1
-1
/
+1
2015-01-08
mesa: compute row stride outside of loop and fix MSVC compilation error
Brian Paul
1
-2
/
+4
2015-01-08
mesa: fix MSVC compilation errors
Brian Paul
1
-5
/
+5
2015-01-08
main: Checking for cube completeness in TextureSubImage.
Laura Ekstrand
1
-13
/
+35
2015-01-08
main: Checking for cube completeness in GetTextureImage.
Laura Ekstrand
1
-12
/
+35
2015-01-08
main: Added _mesa_cube_level_complete to check for the completeness of an arb...
Laura Ekstrand
2
-9
/
+18
2015-01-08
main: glDeleteTextures now throws GL_INVALID_VALUE if n is negative.
Laura Ekstrand
1
-0
/
+5
2015-01-08
main: Refactor in teximage.c to handle NULL from _mesa_get_current_tex_object.
Laura Ekstrand
1
-0
/
+22
2015-01-08
main: Added entry point for glTextureBuffer.
Laura Ekstrand
4
-16
/
+92
2015-01-08
main: Fix texObj->Immutable flag update in _mesa_texture_image_multisample.
Laura Ekstrand
1
-1
/
+1
2015-01-08
main: Added entry points for glTextureStorage[23]DMultisample.
Laura Ekstrand
4
-28
/
+137
2015-01-08
main: Added entry point for glGenerateTextureMipmap.
Laura Ekstrand
4
-20
/
+62
2015-01-08
main: Added entry points for glCompressedTextureSubImage*D.
Laura Ekstrand
4
-52
/
+256
2015-01-08
main: Added entry point for glGetCompressedTextureImage.
Laura Ekstrand
4
-45
/
+141
2015-01-08
main: Added entry point for glGetTextureImage.
Laura Ekstrand
4
-66
/
+249
2015-01-08
main: Nameless texture creation and deletion. Does not affect normal creation...
Laura Ekstrand
2
-0
/
+69
2015-01-08
main: Added entry points for CopyTextureSubImage*D.
Laura Ekstrand
4
-48
/
+183
2015-01-08
main: Fixed some comments in texparam.c
Laura Ekstrand
1
-2
/
+2
2015-01-08
main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.
Laura Ekstrand
4
-34
/
+141
2015-01-08
main: Added entry point for glGetTextureParameterfv.
Laura Ekstrand
4
-12
/
+52
2015-01-08
main: Added entry points for glGetTextureLevelParameteriv, fv.
Laura Ekstrand
4
-32
/
+131
2015-01-08
main: legal_get_tex_level_parameter_target now handles GL_TEXTURE_CUBE_MAP.
Laura Ekstrand
1
-2
/
+13
2015-01-08
main: Added entry points for glTextureParameteriv, Iiv, Iuiv.
Laura Ekstrand
4
-34
/
+156
[next]