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-08
main: Added entry point for glTextureParameteri.
Laura Ekstrand
2
-11
/
+52
2015-01-08
main: Added entry point for glTextureParameterfv.
Laura Ekstrand
4
-13
/
+59
2015-01-08
main: Added entry point for glTextureParameterf.
Laura Ekstrand
4
-10
/
+66
2015-01-08
main: Added get_texobj_by_name in texparam.c.
Laura Ekstrand
1
-13
/
+51
2015-01-08
main: set_tex_parameterf now handles errors according to the OpenGL 4.5 Speci...
Laura Ekstrand
1
-17
/
+20
2015-01-08
main: set_tex_parameteri now handles errors according to the OpenGL 4.5 Speci...
Laura Ekstrand
1
-28
/
+42
2015-01-08
main: Added entry point for BindTextureUnit.
Laura Ekstrand
6
-5
/
+155
2015-01-08
main: Corrected comment on _mesa_is_zero_size_texture.
Laura Ekstrand
1
-1
/
+1
2015-01-08
main: Added entry points for glTextureSubImage*D.
Laura Ekstrand
4
-81
/
+320
2015-01-08
main: Added entry points for glTextureStorage*D.
Laura Ekstrand
4
-51
/
+213
2015-01-08
main: Added entry point for glCreateTextures.
Laura Ekstrand
4
-26
/
+98
2015-01-08
main: Removed trailing whitespaces in texture code.
Laura Ekstrand
2
-28
/
+28
2015-01-08
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
4
-8
/
+8
2015-01-08
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
Laura Ekstrand
4
-12
/
+12
2015-01-08
main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.
Laura Ekstrand
4
-10
/
+10
2015-01-08
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
4
-85
/
+84
2015-01-08
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...
Laura Ekstrand
5
-19
/
+21
2015-01-08
i965: blit_texture_to_pbo() now accepts TEXTURE_CUBE_MAP.
Laura Ekstrand
1
-0
/
+1
2015-01-08
main: Added utility function _mesa_lookup_texture_err().
Laura Ekstrand
2
-0
/
+19
2015-01-08
glapi: Added ARB_direct_state_access.xml file.
Laura Ekstrand
4
-1
/
+18
2015-01-08
st/wgl: Ignore ulVersion in DrvValidateVersion.
José Fonseca
1
-2
/
+10
2015-01-08
mesa: Address `assignment makes integer from pointer without a cast` gcc warn...
José Fonseca
1
-2
/
+2
2015-01-08
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
5
-11
/
+54
2015-01-07
i965/skl: Report more accurate number of samples for format
Kristian Høgsberg
1
-0
/
+2
2015-01-07
freedreno/ir3: fix pos_regid > max_reg
Rob Clark
4
-41
/
+121
2015-01-07
freedreno/ir3: start on indirect gpr reads
Rob Clark
3
-8
/
+146
2015-01-07
freedreno/ir3: make reg array dynamic
Rob Clark
4
-13
/
+50
2015-01-07
freedreno/ir3: simplify RA
Rob Clark
8
-777
/
+622
2015-01-07
freedreno/ir3: regmask support for relative addr
Rob Clark
2
-17
/
+51
2015-01-07
freedreno/ir3: split up ssa_src
Rob Clark
1
-23
/
+34
2015-01-07
freedreno/ir3: drop instr_clone() stuff
Rob Clark
2
-49
/
+17
2015-01-07
freedreno/ir3: runtime enable RA debug for DEBUG builds
Rob Clark
1
-1
/
+6
2015-01-07
freedreno/ir3: handle relative addr in ir3_dump
Rob Clark
1
-1
/
+8
2015-01-07
freedreno/ir3: legalize vs unused sam dst components
Rob Clark
2
-2
/
+9
2015-01-07
freedreno/ir3: hack for old compiler
Rob Clark
1
-0
/
+23
2015-01-07
tgsi: track max array per file
Rob Clark
2
-0
/
+4
2015-01-07
tgsi: keep track of read vs written indirects
Rob Clark
2
-0
/
+8
2015-01-08
Revert "radeonsi: reduce the size of si_pm4_state"
Marek Olšák
2
-3
/
+12
2015-01-07
radeonsi: Fix crash when destroying si_screen
Tom Stellard
1
-2
/
+4
2015-01-07
mesa: Don't use _mesa_generic_nop on Windows.
José Fonseca
1
-0
/
+9
2015-01-07
glapi: Force frame pointer elimination on Windows.
José Fonseca
1
-0
/
+22
2015-01-07
radeonsi: enable LLVM optimizations that assume no NaNs for non-compute shaders
Marek Olšák
3
-4
/
+12
2015-01-07
radeonsi: emit SURFACE_SYNC last
Marek Olšák
1
-23
/
+35
2015-01-07
radeonsi: flush all CB/DB caches unconditionally when changing the framebuffer
Marek Olšák
1
-11
/
+7
2015-01-07
radeonsi: change TC cache flushing strategy for textures
Marek Olšák
2
-4
/
+6
2015-01-07
radeonsi: improve and fix streamout flushing
Marek Olšák
3
-10
/
+40
2015-01-07
radeonsi: use TC L2 for CP DMA operations with shader resources on CIK
Marek Olšák
3
-10
/
+39
2015-01-07
radeonsi: use TC L2 for updating descriptors on CIK
Marek Olšák
2
-5
/
+10
2015-01-07
radeonsi: don't use TC L2 for updating descriptors on SI
Marek Olšák
2
-2
/
+14
2015-01-07
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
9
-34
/
+48
[prev]
[next]