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
...
*
glsl: clean up textureSize prototype
Ilia Mirkin
2015-08-27
1
-4
/
+1
*
r600g/sb: Don't crash on empty if jump target
Glenn Kennard
2015-08-28
1
-1
/
+4
*
r600g/sb: Don't read junk after EOP
Glenn Kennard
2015-08-28
3
-1
/
+6
*
r600g/sb: Handle undef in read port tracker
Glenn Kennard
2015-08-28
1
-1
/
+1
*
mesa: rename rowStride to imageStride in texturesubimage()
Brian Paul
2015-08-27
1
-4
/
+4
*
mesa: only copy the requested teximage faces
Ilia Mirkin
2015-08-27
1
-2
/
+2
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
11
-61
/
+38
*
nir: Convert the NIR instruction insertion API to use cursors.
Kenneth Graunke
2015-08-27
2
-97
/
+89
*
nir: Move nir_cursor to nir.h.
Kenneth Graunke
2015-08-27
2
-89
/
+97
*
nir: Strengthen "no jumps" assertions in instruction insertion API.
Kenneth Graunke
2015-08-27
1
-5
/
+5
*
st/mesa: use PROGRAM_ARRAY for storing structs containing arrays
Brian Paul
2015-08-27
1
-3
/
+29
*
glsl: fix comment typo: s/filed/field/
Brian Paul
2015-08-27
1
-1
/
+1
*
gallium/util: fix code formatting in u_blitter.h
Brian Paul
2015-08-27
1
-30
/
+25
*
i965/fs: Split VGRFs after lowering pull constants
Jason Ekstrand
2015-08-27
1
-2
/
+2
*
i964/fs: Refactor assign_constant_locations
Jason Ekstrand
2015-08-27
1
-46
/
+40
*
i965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.
Kenneth Graunke
2015-08-27
1
-1
/
+1
*
mesa: enable enums for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
3
-5
/
+6
*
glsl: add support for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
6
-6
/
+13
*
mesa: Add extension enable for OES_texture_storage_multisample_2d_array
Tapani Pälli
2015-08-27
1
-0
/
+1
*
glapi: add GL_OES_texture_storage_multisample_2d_array extension
Tapani Pälli
2015-08-27
1
-0
/
+19
*
swrast: add a new macro, FETCH_COMPRESSED
Nanley Chery
2015-08-26
1
-198
/
+41
*
mesa: return bool instead of GLboolean in compressedteximage_only_format()
Nanley Chery
2015-08-26
1
-3
/
+3
*
i965: refactor miptree alignment calculation code
Nanley Chery
2015-08-26
1
-55
/
+30
*
i965: change the meaning of cpp for compressed textures
Nanley Chery
2015-08-26
4
-35
/
+15
*
i965: correct mt->align_h for 2D textures on Skylake
Nanley Chery
2015-08-26
1
-3
/
+8
*
i965: use ALIGN_NPOT for setting ASTC mipmap layouts
Nanley Chery
2015-08-26
2
-15
/
+15
*
mesa/macros: move ALIGN_NPOT to macros.h
Nanley Chery
2015-08-26
2
-6
/
+10
*
mesa/macros: add power-of-two assertions for alignment macros
Nanley Chery
2015-08-26
2
-3
/
+13
*
i965/surface_formats: add support for 2D ASTC surface formats
Nanley Chery
2015-08-26
2
-0
/
+119
*
mesa/teximage: return the base internal format of the ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+4
*
mesa/teximage: accept ASTC formats for 3D texture specification
Nanley Chery
2015-08-26
1
-7
/
+56
*
mesa/texcompress: enable translation between MESA and GL ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+114
*
mesa/glformats: recognize ASTC formats as compressed
Nanley Chery
2015-08-26
1
-0
/
+29
*
mesa: add ASTC extensions to the extensions table
Nanley Chery
2015-08-26
2
-0
/
+4
*
mesa: don't enable online compression for ASTC formats
Nanley Chery
2015-08-26
5
-4
/
+80
*
glapi: add support for KHR_texture_compression_astc_ldr
Nanley Chery
2015-08-26
3
-1
/
+42
*
mesa/formats: define the 2D ASTC formats
Nanley Chery
2015-08-26
5
-1
/
+139
*
nouveau: avoid build failures since 0fc21ecf
Ilia Mirkin
2015-08-26
3
-3
/
+3
*
gallium/radeon: read_registers should return bool meaning success or failure
Marek Olšák
2015-08-26
4
-8
/
+10
*
radeonsi: add IB parser support for CP DMA packets
Marek Olšák
2015-08-26
4
-61
/
+122
*
radeonsi: add IB tracing support for debug contexts
Marek Olšák
2015-08-26
5
-16
/
+105
*
radeonsi: remove old CS tracing code
Marek Olšák
2015-08-26
5
-47
/
+3
*
radeonsi: parse and dump status registers on GPU hang
Marek Olšák
2015-08-26
1
-0
/
+52
*
radeonsi: add an IB parser
Marek Olšák
2015-08-26
1
-0
/
+245
*
radeonsi: save the contents of indirect buffers for debug contexts
Marek Olšák
2015-08-26
3
-0
/
+15
*
radeonsi: generate register and packet tables for an IB parser from sid.h
Marek Olšák
2015-08-26
4
-0
/
+190
*
radeonsi: remove duplicated register definitions and instruction definitions
Marek Olšák
2015-08-26
1
-3160
/
+0
*
r600g,radeonsi: remove unused ill-formed register field definitions
Marek Olšák
2015-08-26
2
-2
/
+0
*
radeonsi: add an initial dump_debug_state implementation dumping shaders
Marek Olšák
2015-08-26
4
-0
/
+64
*
radeonsi: allow si_dump_key to write to a file
Marek Olšák
2015-08-26
2
-18
/
+19
[prev]
[next]