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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
main: Refactor _mesa_update_framebuffer.
Laura Ekstrand
2015-05-14
5
-5
/
+5
*
main: Rename framebuffer renderbuffer software fallback.
Laura Ekstrand
2015-05-14
4
-4
/
+4
*
i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
Francisco Jerez
2015-05-13
2
-2
/
+31
*
i965/fs: set execution size to 8 with simd8 ddy instruction
Tapani Pälli
2015-05-13
1
-0
/
+1
*
i965/cs: drop explicit initialisers in C++ file
Dave Airlie
2015-05-13
1
-4
/
+6
*
i965/fs: Have component() set the register stride to zero.
Francisco Jerez
2015-05-12
1
-0
/
+1
*
i965/fs: Fix offset() for registers with zero stride.
Francisco Jerez
2015-05-12
1
-2
/
+3
*
i965: Don't forget the force_sechalf flag in lower_load_payload().
Francisco Jerez
2015-05-12
1
-0
/
+1
*
i965: Document brw_mask_reg().
Francisco Jerez
2015-05-12
1
-1
/
+5
*
i965: Use predicate enable bit for conditional rendering w/o stalling
Neil Roberts
2015-05-12
9
-12
/
+240
*
i956: Add a function to load a 64-bit register from a buffer
Neil Roberts
2015-05-12
2
-14
/
+46
*
i965: Store the command parser version number in intel_screen
Neil Roberts
2015-05-12
2
-1
/
+14
*
i965/fs: Add missing initializer in fs_visitor().
Matt Turner
2015-05-11
1
-1
/
+1
*
egl/swrast: Enable config extension for swrast
Axel Davy
2015-05-11
1
-0
/
+1
*
i965/fs: Disable opt_sampler_eot for textureGather
Neil Roberts
2015-05-11
1
-0
/
+10
*
nir: Delete all traces of nir_op_flog
Ian Romanick
2015-05-08
1
-3
/
+0
*
nir: Delete all traces of nir_op_fexp
Ian Romanick
2015-05-08
1
-1
/
+0
*
i965/fs: Improve a comment about stripping trailing zeroes
Neil Roberts
2015-05-08
1
-3
/
+6
*
i965/skl: In opt_sampler_eot always set destination register to null
Neil Roberts
2015-05-08
1
-1
/
+1
*
i965/fs: Set the header_size on LOAD_PAYLOAD in opt_sampler_eot
Neil Roberts
2015-05-08
1
-0
/
+1
*
i965/wm/gen6: Add option for disabling statistics collection
Topi Pohjolainen
2015-05-07
2
-4
/
+13
*
i965/wm/gen6: Refactor state setup
Topi Pohjolainen
2015-05-07
2
-45
/
+77
*
i965: Remove unused variables
Anuj Phogat
2015-05-07
1
-2
/
+0
*
i965: Change the order of conditions tested in if
Anuj Phogat
2015-05-07
1
-3
/
+4
*
i965/sync: Implement DRI2_Fence extension
Chad Versace
2015-05-07
3
-39
/
+158
*
i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
Chad Versace
2015-05-07
2
-28
/
+31
*
i915/sync: Return early when calloc fails
Chad Versace
2015-05-07
1
-0
/
+2
*
i965/sync: Return NULL when calloc fails
Chad Versace
2015-05-07
1
-0
/
+2
*
i915/sync: Don't crash when deleting sync object
Chad Versace
2015-05-07
1
-1
/
+3
*
i965/sync: Don't crash when deleting sync object
Chad Versace
2015-05-07
1
-1
/
+3
*
i965: Sort extension enable lists
Ian Romanick
2015-05-06
1
-33
/
+42
*
i965/fs: Allow copy propagation on ATTR file registers.
Kenneth Graunke
2015-05-06
1
-1
/
+4
*
i965/fs_inst: Get rid of the effective_width field
Jason Ekstrand
2015-05-06
3
-37
/
+3
*
i965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction
Jason Ekstrand
2015-05-06
4
-236
/
+179
*
i965/fs: Make LOAD_PAYLOAD take a header size
Jason Ekstrand
2015-05-06
4
-12
/
+20
*
i965/fs: Make emit_single_fb_write take an explicit exec_size
Jason Ekstrand
2015-05-06
2
-8
/
+10
*
i965/fs_inst: Add an is_copy_payload helper
Jason Ekstrand
2015-05-06
4
-35
/
+25
*
i965: Change header_present to header_size in backend_instruction
Jason Ekstrand
2015-05-06
9
-52
/
+56
*
i965/fs_cse: Factor out code to create copy instructions
Jason Ekstrand
2015-05-06
1
-37
/
+38
*
i965/fs: Make half(fs_reg, unsigned) handle register files more explicitly
Jason Ekstrand
2015-05-06
1
-5
/
+16
*
i965/fs: Fix passing an immediate to half().
Francisco Jerez
2015-05-06
1
-2
/
+2
*
swrast: Build fix for darwin
Jeremy Huddleston Sequoia
2015-05-06
1
-0
/
+16
*
i965/gen6: Enable ARB_viewport_array and AMD_vertex_shader_viewport_index
Chris Forbes
2015-05-06
1
-8
/
+8
*
i965/gen6: Upload all the SF viewports
Chris Forbes
2015-05-06
2
-12
/
+19
*
i965/gen6: Upload all the clip viewports
Chris Forbes
2015-05-06
1
-19
/
+21
*
i965/gen6: setup limits for ARB_viewport_array
Chris Forbes
2015-05-06
2
-3
/
+3
*
i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7
Marius Predut
2015-05-05
1
-3
/
+18
*
i965: Fix missing type in local variable declaration.
Kenneth Graunke
2015-05-05
1
-1
/
+1
*
i965/vec4: Use same type for immediate, for compaction.
Matt Turner
2015-05-05
1
-1
/
+1
*
i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6
Marius Predut
2015-05-05
1
-3
/
+19
[next]