index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove execute bit from the python script(s)
Emil Velikov
2017-03-10
2
-0
/
+0
*
svga: remove shebang from svgadump/svga_dump.py
Emil Velikov
2017-03-10
1
-1
/
+0
*
svga: remove execute bit from svga_dump.py
Emil Velikov
2017-03-10
1
-0
/
+0
*
freedreno: remove shebang from ir3_nir_trig.py
Emil Velikov
2017-03-10
1
-1
/
+0
*
freedreno: remove execute bit from ir3_nir_trig.py
Emil Velikov
2017-03-10
1
-0
/
+0
*
glsl: remove shebang from python scripts
Emil Velikov
2017-03-10
2
-2
/
+0
*
glsl/tests: remove execute bit from compare_ir python script
Emil Velikov
2017-03-10
1
-0
/
+0
*
glsl/tests: suffix .sh/.py files as applicable
Emil Velikov
2017-03-10
6
-9
/
+9
*
mesa: drop the execute bit from gl.xml
Emil Velikov
2017-03-10
1
-0
/
+0
*
mapi/glapi: remove unused next_available_offset.sh
Emil Velikov
2017-03-10
1
-39
/
+0
*
gbm: Export a per plane getter for offset
Ben Widawsky
2017-03-09
5
-0
/
+55
*
gbm: Export a per plane getter for stride
Ben Widawsky
2017-03-09
4
-2
/
+52
*
gbm: Create a gbm_device getter for stride
Ben Widawsky
2017-03-09
3
-1
/
+9
*
gbm: Export a getter for per plane handles
Ben Widawsky
2017-03-09
5
-0
/
+61
*
gbm: Export a plane getter function
Ben Widawsky
2017-03-09
5
-0
/
+42
*
gbm: Explicitly disallow a planar dumb BO
Ben Widawsky
2017-03-09
1
-0
/
+31
*
i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()
Anuj Phogat
2017-03-09
7
-14
/
+14
*
i965: Add more Haswell OA metrics sets
Robert Bragg
2017-03-09
1
-1
/
+3403
*
i965: Expose OA counters via INTEL_performance_query
Robert Bragg
2017-03-09
2
-13
/
+1158
*
exec_list: Add a foreach_list_typed_from macro
Robert Bragg
2017-03-09
1
-0
/
+5
*
i965: Add script to gen code for OA counter queries
Robert Bragg
2017-03-09
3
-2
/
+575
*
i965: extend query/counter structs for OA queries
Robert Bragg
2017-03-09
2
-1
/
+21
*
i965: brw_context.h additions for OA unit query codegen
Robert Bragg
2017-03-09
1
-0
/
+21
*
i965: XML description of Haswell OA metric set
Robert Bragg
2017-03-09
1
-0
/
+998
*
nv50/ir: check for origin insn in findOriginForTestWithZero
Pierre Moreau
2017-03-09
1
-0
/
+2
*
mesa/main: make use of lookup_samplerobj_locked()
Samuel Pitoiset
2017-03-09
1
-11
/
+1
*
mesa/main: inline {begin,end}_samplerobj_lookups()
Samuel Pitoiset
2017-03-09
1
-16
/
+2
*
glsl/blob: clear padding bytes
Grazvydas Ignotas
2017-03-09
1
-3
/
+6
*
util/disk_cache: fix size subtraction on 32bit
Grazvydas Ignotas
2017-03-09
1
-3
/
+3
*
util/disk_cache: fix compressed size calculation
Grazvydas Ignotas
2017-03-09
1
-1
/
+1
*
glsl: builtin: always return clones of the builtins
Lionel Landwerlin
2017-03-09
3
-8
/
+20
*
i965: Delete render ring prelude.
Kenneth Graunke
2017-03-08
2
-10
/
+0
*
swr: s/uint/enum pipe_render_cond_flag/
Vinson Lee
2017-03-08
1
-1
/
+1
*
radv: Don't flush the CB before doing a fast clear eliminate.
Bas Nieuwenhuizen
2017-03-09
1
-2
/
+0
*
radv: Don't emit cache flushes on subpass switch.
Bas Nieuwenhuizen
2017-03-09
3
-6
/
+0
*
radv: Only flush for the needed stages, and before the flushes.
Bas Nieuwenhuizen
2017-03-09
1
-6
/
+1
*
radv: Don't invalidate CB/DB for images that aren't modified outside CB/DB.
Bas Nieuwenhuizen
2017-03-09
1
-9
/
+19
*
radv: Flush more caches after writes.
Bas Nieuwenhuizen
2017-03-09
1
-3
/
+9
*
radv: Don't flush for fixed-function reading.
Bas Nieuwenhuizen
2017-03-09
1
-1
/
+0
*
radv: Invalidate the correct caches for CB/DB dst barriers.
Bas Nieuwenhuizen
2017-03-09
1
-5
/
+11
*
radv: Determine cache flushes per object.
Bas Nieuwenhuizen
2017-03-09
1
-17
/
+19
*
mesa/main: remove unused _mesa_new_texture_image()
Samuel Pitoiset
2017-03-09
2
-20
/
+0
*
radv/ac: fixup texture coord to have right number of channels.
Dave Airlie
2017-03-09
2
-4
/
+4
*
st/nine: pass NULL to ureg_get_tokens()
Timothy Arceri
2017-03-09
2
-4
/
+2
*
vc4: Fix math with a condition flag set.
Eric Anholt
2017-03-08
2
-3
/
+18
*
vc4: Fix register pressure cost estimates when a src appears twice.
Eric Anholt
2017-03-08
1
-3
/
+13
*
vc4: Report to shader-db how many threads a fragment shader has.
Eric Anholt
2017-03-08
1
-0
/
+7
*
Revert "vc4: Lazily emit our FS/VS input loads."
Eric Anholt
2017-03-08
4
-93
/
+75
*
radeonsi: fix elimination of literal VS outputs
Marek Olšák
2017-03-08
1
-4
/
+7
*
loader: Move non-error message to debug level
Fabio Estevam
2017-03-08
1
-1
/
+1
[next]