index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
main: Added entry points for glTextureSubImage*D.
Laura Ekstrand
2015-01-08
4
-81
/
+320
*
main: Added entry points for glTextureStorage*D.
Laura Ekstrand
2015-01-08
4
-51
/
+213
*
main: Added entry point for glCreateTextures.
Laura Ekstrand
2015-01-08
4
-26
/
+98
*
main: Removed trailing whitespaces in texture code.
Laura Ekstrand
2015-01-08
2
-28
/
+28
*
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
2015-01-08
4
-8
/
+8
*
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
Laura Ekstrand
2015-01-08
4
-12
/
+12
*
main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.
Laura Ekstrand
2015-01-08
4
-10
/
+10
*
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
2015-01-08
4
-85
/
+84
*
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...
Laura Ekstrand
2015-01-08
5
-19
/
+21
*
i965: blit_texture_to_pbo() now accepts TEXTURE_CUBE_MAP.
Laura Ekstrand
2015-01-08
1
-0
/
+1
*
main: Added utility function _mesa_lookup_texture_err().
Laura Ekstrand
2015-01-08
2
-0
/
+19
*
glapi: Added ARB_direct_state_access.xml file.
Laura Ekstrand
2015-01-08
4
-1
/
+18
*
st/wgl: Ignore ulVersion in DrvValidateVersion.
José Fonseca
2015-01-08
1
-2
/
+10
*
mesa: Address `assignment makes integer from pointer without a cast` gcc warn...
José Fonseca
2015-01-08
1
-2
/
+2
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
5
-11
/
+54
*
i965/skl: Report more accurate number of samples for format
Kristian Høgsberg
2015-01-07
1
-0
/
+2
*
freedreno/ir3: fix pos_regid > max_reg
Rob Clark
2015-01-07
4
-41
/
+121
*
freedreno/ir3: start on indirect gpr reads
Rob Clark
2015-01-07
3
-8
/
+146
*
freedreno/ir3: make reg array dynamic
Rob Clark
2015-01-07
4
-13
/
+50
*
freedreno/ir3: simplify RA
Rob Clark
2015-01-07
8
-777
/
+622
*
freedreno/ir3: regmask support for relative addr
Rob Clark
2015-01-07
2
-17
/
+51
*
freedreno/ir3: split up ssa_src
Rob Clark
2015-01-07
1
-23
/
+34
*
freedreno/ir3: drop instr_clone() stuff
Rob Clark
2015-01-07
2
-49
/
+17
*
freedreno/ir3: runtime enable RA debug for DEBUG builds
Rob Clark
2015-01-07
1
-1
/
+6
*
freedreno/ir3: handle relative addr in ir3_dump
Rob Clark
2015-01-07
1
-1
/
+8
*
freedreno/ir3: legalize vs unused sam dst components
Rob Clark
2015-01-07
2
-2
/
+9
*
freedreno/ir3: hack for old compiler
Rob Clark
2015-01-07
1
-0
/
+23
*
tgsi: track max array per file
Rob Clark
2015-01-07
2
-0
/
+4
*
tgsi: keep track of read vs written indirects
Rob Clark
2015-01-07
2
-0
/
+8
*
Revert "radeonsi: reduce the size of si_pm4_state"
Marek Olšák
2015-01-08
2
-3
/
+12
*
radeonsi: Fix crash when destroying si_screen
Tom Stellard
2015-01-07
1
-2
/
+4
*
mesa: Don't use _mesa_generic_nop on Windows.
José Fonseca
2015-01-07
1
-0
/
+9
*
glapi: Force frame pointer elimination on Windows.
José Fonseca
2015-01-07
1
-0
/
+22
*
radeonsi: enable LLVM optimizations that assume no NaNs for non-compute shaders
Marek Olšák
2015-01-07
3
-4
/
+12
*
radeonsi: emit SURFACE_SYNC last
Marek Olšák
2015-01-07
1
-23
/
+35
*
radeonsi: flush all CB/DB caches unconditionally when changing the framebuffer
Marek Olšák
2015-01-07
1
-11
/
+7
*
radeonsi: change TC cache flushing strategy for textures
Marek Olšák
2015-01-07
2
-4
/
+6
*
radeonsi: improve and fix streamout flushing
Marek Olšák
2015-01-07
3
-10
/
+40
*
radeonsi: use TC L2 for CP DMA operations with shader resources on CIK
Marek Olšák
2015-01-07
3
-10
/
+39
*
radeonsi: use TC L2 for updating descriptors on CIK
Marek Olšák
2015-01-07
2
-5
/
+10
*
radeonsi: don't use TC L2 for updating descriptors on SI
Marek Olšák
2015-01-07
2
-2
/
+14
*
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
2015-01-07
9
-34
/
+48
*
radeonsi: implement separate ICACHE and KCACHE flush for SI
Marek Olšák
2015-01-07
1
-9
/
+17
*
radeonsi: add a combined flag for flushing a framebuffer
Marek Olšák
2015-01-07
3
-20
/
+10
*
radeonsi: rename flush flags, split the TC flag into L1 and L2
Marek Olšák
2015-01-07
7
-91
/
+109
*
r600g,radeonsi: separate cache flush flags
Marek Olšák
2015-01-07
5
-26
/
+39
*
r600g: move r6xx-specific streamout flush flagging into r600g
Marek Olšák
2015-01-07
2
-9
/
+7
*
radeonsi: only set BC_OPTIMIZE_DISABLE when necessary
Marek Olšák
2015-01-07
2
-6
/
+15
*
radeonsi: do not define FACE as an ordinary PS input
Marek Olšák
2015-01-07
1
-1
/
+2
*
radeonsi: remove flatshade from the shader key
Marek Olšák
2015-01-07
3
-7
/
+7
[next]