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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-4
/
+5
*
glsl: Use Geom.VerticesOut == -1 to specify unset
Ian Romanick
2016-06-01
1
-1
/
+1
*
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
*
mesa/sampler: fix error codes for sampler parameters.
Dave Airlie
2016-06-01
1
-27
/
+10
*
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
*
mesa/bufferobj: use mapping range in BufferSubData.
Dave Airlie
2016-06-01
1
-1
/
+1
*
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
*
mesa: fix crash in driver_RenderTexture_is_safe
Marek Olšák
2016-05-31
1
-1
/
+2
*
st/glsl_to_tgsi: prevent infinite loop
Eric Engestrom
2016-05-31
1
-2
/
+3
*
Revert "osmesa: don't try to bundle osmesa.def SConscript"
Emil Velikov
2016-05-30
1
-0
/
+2
*
scons: build osmesa swrast and gallium
Andreas Fänger
2016-05-30
3
-0
/
+57
*
automake: move the git_sha1.h rule a level up
Emil Velikov
2016-05-30
3
-27
/
+2
*
mesa/xfb: report calculated size for XFB buffer objects.
Dave Airlie
2016-05-30
1
-1
/
+2
*
i965: Expose GL 4.3 on Gen8+.
Francisco Jerez
2016-05-29
2
-2
/
+2
*
i965/fs: Skip gen4 pre/post-send dependency workaronds for the first/last block.
Francisco Jerez
2016-05-29
1
-2
/
+2
*
i965/fs: Skip SIMD lowering source unzipping for regular scalar regions.
Francisco Jerez
2016-05-29
1
-2
/
+21
*
i965/fs: Factor out region zipping and unzipping from the SIMD lowering pass.
Francisco Jerez
2016-05-29
1
-60
/
+84
*
i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGR...
Francisco Jerez
2016-05-29
2
-12
/
+42
*
i965/fs: Refactor offset() into a separate function taking the width as argum...
Francisco Jerez
2016-05-29
2
-16
/
+21
*
i965/fs: Implement opt_sampler_eot() in terms of logical sends.
Francisco Jerez
2016-05-29
2
-55
/
+40
*
i965/fs: Fix UB list sentinel dereference in opt_sampler_eot().
Francisco Jerez
2016-05-29
1
-6
/
+9
*
i965/fs: Take opt_redundant_discard_jumps out of the optimization loop.
Francisco Jerez
2016-05-29
1
-2
/
+1
*
i965/fs: Run SIMD and logical send lowering after the optimization loop.
Francisco Jerez
2016-05-29
1
-4
/
+25
*
i965/fs: Add FS_OPCODE_FB_WRITE_LOGICAL to has_side_effects().
Francisco Jerez
2016-05-29
1
-0
/
+1
*
i965/fs: Allow constant propagation into logical send sources.
Francisco Jerez
2016-05-29
1
-0
/
+34
*
i965/fs: Let CSE handle logical sampler sends as expressions.
Francisco Jerez
2016-05-29
1
-0
/
+13
*
i965/fs: Pass a BAD_FILE register to the logical FB write when oMask is unused.
Francisco Jerez
2016-05-29
2
-2
/
+3
*
mesa/program_interface_query: fix transform feedback varyings.
Dave Airlie
2016-05-30
1
-1
/
+1
*
i965: Shrink stage_prog_data param array length
Jordan Justen
2016-05-29
6
-14
/
+6
*
st/mesa: fix setting of point_size_per_vertex in ES contexts
Ilia Mirkin
2016-05-29
1
-2
/
+18
*
mesa: skip level checking for FramebufferTexture*D if texture is zero
Marek Olšák
2016-05-29
1
-3
/
+3
*
st/mesa: expose OES_shader_io_blocks when we have enough for ES 3.1
Ilia Mirkin
2016-05-28
1
-0
/
+6
*
i965: add missing return in if statement
Thomas Hindoe Paaboel Andersen
2016-05-28
1
-0
/
+1
*
i965: Update compute workgroup size limit calculation for SIMD32.
Francisco Jerez
2016-05-27
1
-11
/
+3
[prev]
[next]