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
*
st/mesa: move shareable parts of PBO upload state and draw to st_pbo.c
Nicolai Hähnle
2016-06-01
3
-106
/
+129
*
st/mesa: move PBO buffer address calculation to st_pbo.c
Nicolai Hähnle
2016-06-01
3
-120
/
+204
*
st/mesa: move PBO upload fs creation to st_pbo.c
Nicolai Hähnle
2016-06-01
3
-77
/
+80
*
st/mesa: rename pbo_upload to pbo
Nicolai Hähnle
2016-06-01
3
-48
/
+48
*
st/mesa: move PBO vertex and geometry shader creation to st_pbo.c
Nicolai Hähnle
2016-06-01
3
-89
/
+97
*
st/mesa: begin moving PBO functions into their own file
Nicolai Hähnle
2016-06-01
6
-61
/
+130
*
gallium/cso: allow saving the first fragment shader image slot
Nicolai Hähnle
2016-06-01
3
-4
/
+53
*
gallium/u_inlines: allow NULL src in util_copy_image_view
Nicolai Hähnle
2016-06-01
1
-4
/
+11
*
gallium: add PIPE_BARRIER_ALL define
Nicolai Hähnle
2016-06-01
1
-0
/
+1
*
glsl: Use Geom.VerticesOut == -1 to specify unset
Ian Romanick
2016-06-01
3
-6
/
+6
*
i965: If control_data_header_size_bits is zero, don't do EndPrimitive
Ian Romanick
2016-06-01
2
-0
/
+6
*
mesa: Fix bogus strncmp
Ian Romanick
2016-06-01
1
-1
/
+1
*
radeonsi: set correct stencil tile mode for texturing
Marek Olšák
2016-06-01
1
-2
/
+8
*
winsys/amdgpu: set flags correctly when allocating depth-stencil buffers
Marek Olšák
2016-06-01
1
-2
/
+8
*
gallium/radeon: lower memory usage during texture transfers
Marek Olšák
2016-06-01
2
-4
/
+29
*
gallium/radeon: invalidate busy linear textures for whole-texture uploads
Marek Olšák
2016-06-01
1
-2
/
+28
*
gallium/radeon: degrade tiled textures mapped often to linear
Marek Olšák
2016-06-01
2
-0
/
+103
*
gallium/radeon: clean up and better comment use_staging_texture
Marek Olšák
2016-06-01
1
-19
/
+23
*
radeonsi: set some colorbuffer register fields at emit time
Marek Olšák
2016-06-01
3
-50
/
+47
*
radeonsi: implement global resetting of texture descriptors
Marek Olšák
2016-06-01
4
-6
/
+64
*
radeonsi: move code for setting one shader image into separate function
Marek Olšák
2016-06-01
1
-71
/
+82
*
radeonsi: set some image descriptor fields at bind time
Marek Olšák
2016-06-01
4
-71
/
+111
*
gallium/radeon: strenghten some checking for DMA preparation
Marek Olšák
2016-06-01
1
-1
/
+6
*
gallium/util: add util_texrange_covers_whole_level from radeon
Marek Olšák
2016-06-01
2
-17
/
+18
*
nir: allow sat on all float destination types
Ilia Mirkin
2016-06-01
1
-1
/
+3
*
radeonsi: fix the raster config setup for 1 RB iceland chips
Alex Deucher
2016-06-01
1
-1
/
+4
*
mesa/sampler: fix error codes for sampler parameters.
Dave Airlie
2016-06-01
1
-27
/
+10
*
glsl: define some GLES3 constants in GLSL 4.1
Dave Airlie
2016-06-01
1
-1
/
+1
*
i965: Add norbc debug option
Topi Pohjolainen
2016-06-01
3
-0
/
+4
*
i965/gen9: Configure rbc buffers as plain for non-rbc tex views
Topi Pohjolainen
2016-06-01
2
-3
/
+48
*
i965: Fix the passthrough TCS for isolines.
Kenneth Graunke
2016-05-31
1
-7
/
+12
*
i965/xfb: skip components in correct buffer.
Dave Airlie
2016-06-01
1
-4
/
+6
*
glsl/linker: fix multiple streams transform feedback.
Dave Airlie
2016-06-01
1
-15
/
+17
*
mesa/bufferobj: use mapping range in BufferSubData.
Dave Airlie
2016-06-01
1
-1
/
+1
*
nv50/ir: fix error finding free element in bitset in some situations
Ilia Mirkin
2016-05-31
1
-0
/
+6
*
nv50/ir: print relevant file's bitset when showing RA info
Ilia Mirkin
2016-05-31
1
-4
/
+4
*
Revert "glsl: fix xfb_offset unsized array validation"
Timothy Arceri
2016-06-01
4
-41
/
+31
*
i965/fs: Allow scalar source regions on SNB math instructions.
Francisco Jerez
2016-05-31
3
-17
/
+8
*
i965/fs: Fix constant combining for instructions that cannot accept source mods.
Francisco Jerez
2016-05-31
1
-4
/
+3
*
i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.
Francisco Jerez
2016-05-31
1
-8
/
+8
*
i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple singl...
Francisco Jerez
2016-05-31
1
-10
/
+36
*
i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.
Francisco Jerez
2016-05-31
1
-1
/
+23
*
i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate ...
Francisco Jerez
2016-05-31
1
-10
/
+25
*
i965/fs: Fix compute-to-mrf VGRF region coverage condition.
Francisco Jerez
2016-05-31
1
-3
/
+6
*
i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_o...
Francisco Jerez
2016-05-31
1
-47
/
+13
*
i965/fs: Teach regions_overlap() about COMPR4 MRF regions.
Francisco Jerez
2016-05-31
1
-3
/
+17
*
Don't use python 3
Dylan Baker
2016-05-31
1
-2
/
+2
*
genxml: change chbang to python 2
Dylan Baker
2016-05-31
1
-1
/
+1
*
genxml: use the isalpha method rather than str.isalpha.
Dylan Baker
2016-05-31
1
-1
/
+1
*
genxml: require future imports for python2 compatibility.
Dylan Baker
2016-05-31
1
-0
/
+3
[next]