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
...
*
i965/vec4: Init mlen for several send from GRF instructions.
Francisco Jerez
2015-02-10
3
-5
/
+11
*
i965/vec4: Don't infer MRF dependencies for send from GRF instructions.
Francisco Jerez
2015-02-10
1
-14
/
+18
*
i965/vec4: Fix the scheduler to take into account reads and writes of multipl...
Francisco Jerez
2015-02-10
3
-5
/
+29
*
i965/vec4: Make vec4_visitor::implied_mrf_writes() return zero for sends from...
Francisco Jerez
2015-02-10
1
-1
/
+1
*
i965/vec4: Pass dst register to the vec4_instruction constructor.
Francisco Jerez
2015-02-10
1
-7
/
+5
*
i965/vec4: Initialize vec4_instruction::predicate and ::predicate_inverse.
Francisco Jerez
2015-02-10
1
-0
/
+2
*
i965/vec4: Implement equals() method for dst_reg too.
Francisco Jerez
2015-02-10
2
-0
/
+18
*
i965/fs: Fix fs_inst::regs_written calculation for instructions with scalar dst.
Francisco Jerez
2015-02-10
1
-1
/
+2
*
i965/fs: Fix stack allocation of fs_inst and stop stealing src array provided...
Francisco Jerez
2015-02-10
2
-37
/
+39
*
i965/fs: Remove duplicate include of brw_shader.h
Francisco Jerez
2015-02-10
1
-1
/
+0
*
i965: Move up fs_inst::flag_subreg to backend_instruction.
Francisco Jerez
2015-02-10
5
-7
/
+16
*
i965: Move up fs_inst::regs_written to backend_instruction.
Francisco Jerez
2015-02-10
3
-1
/
+2
*
i965/vec4: Remove dependency of vec4_instruction on the visitor class.
Francisco Jerez
2015-02-10
3
-36
/
+32
*
i965/fs: Remove dependency of fs_inst on the visitor class.
Francisco Jerez
2015-02-10
7
-13
/
+12
*
i965: Move IR object definitions to separate header files.
Francisco Jerez
2015-02-10
4
-381
/
+450
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
18
-201
/
+235
*
i965: Fix integer border color on Haswell.
Kenneth Graunke
2015-02-09
3
-0
/
+66
*
i965: Use a gl_color_union for sampler border color.
Kenneth Graunke
2015-02-09
1
-53
/
+52
*
i965: Override swizzles for integer luminance formats.
Kenneth Graunke
2015-02-09
1
-0
/
+8
*
i965: Add more stringent blitter assertions
Ben Widawsky
2015-02-07
1
-0
/
+3
*
i965: Consolidate some of the intel_blit logic
Ben Widawsky
2015-02-07
1
-20
/
+8
*
i965/vec4: Correct MUL destination hazard
Ben Widawsky
2015-02-06
1
-4
/
+4
*
i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and GS).
Kenneth Graunke
2015-02-05
1
-9
/
+25
*
i965/fs: Use inst->eot rather than opcodes in register allocation.
Kenneth Graunke
2015-02-05
1
-11
/
+10
*
i965/fs: Delete is_last_send(); just check inst->eot.
Kenneth Graunke
2015-02-05
1
-14
/
+1
*
i965: Remove now unnecessary Gen8 CMP destination type override.
Matt Turner
2015-02-04
1
-8
/
+0
*
i965: Set CMP's destination type to src0's type.
Matt Turner
2015-02-04
2
-18
/
+18
*
i965/fs: Implement the WaCMPInstFlagDepClearedEarly work-around.
Matt Turner
2015-02-04
1
-1
/
+36
*
i965/fs: Fix saturate on MAD and LRP with the NIR backend.
Kenneth Graunke
2015-02-04
1
-2
/
+4
*
i965/nir: use redundant phi optimization
Connor Abbott
2015-02-03
1
-0
/
+2
*
i965/fs_nir: Get rid of get_alu_src
Jason Ekstrand
2015-02-03
2
-59
/
+75
*
i965/fs: Use NIR's scalarizing abilities and stop handling vectors
Jason Ekstrand
2015-02-03
2
-349
/
+161
*
i965/fs: Add support for constant propagating into sources with modifiers.
Matt Turner
2015-02-03
1
-6
/
+12
*
i965/vec4: Use abs/negate functions in const propagation.
Matt Turner
2015-02-03
1
-13
/
+5
*
i965: Add function to take the abs of immediates.
Matt Turner
2015-02-03
2
-0
/
+40
*
i965: Add function to negate immediates.
Matt Turner
2015-02-03
2
-0
/
+40
*
i965: Mark UB/B immediates as unreachable.
Matt Turner
2015-02-03
1
-4
/
+1
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
3
-3
/
+3
*
i965: Fix negate with unsigned integers
Iago Toral Quiroga
2015-02-03
2
-8
/
+10
*
i965/gen6+: enable EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
4
-3
/
+4
*
mesa: add support for GL_EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
3
-3
/
+3
*
i965: Add a better PRM citation for the IMS dimension mangling.
Kenneth Graunke
2015-02-02
1
-1
/
+22
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
12
-46
/
+78
*
i965: Don't use tiled_memcpy to download from RGBX or BGRX surfaces
Jason Ekstrand
2015-02-02
2
-0
/
+14
*
dir-locals.el: Don't set variables for non-programming modes
Neil Roberts
2015-02-02
1
-1
/
+1
*
i965: Fix intel_miptree_copy_teximage for GL_TEXTURE_1D_ARRAY
Iago Toral Quiroga
2015-02-02
1
-1
/
+6
*
i965/pixel_read: Don't try to do a tiled_memcpy from a multisampled buffer
Jason Ekstrand
2015-01-31
1
-0
/
+7
*
i965: Enable L3 caching of buffer surfaces.
Francisco Jerez
2015-01-31
4
-9
/
+3
*
intel/pixel_read: Properly flip the results for window system buffers
Jason Ekstrand
2015-01-30
1
-0
/
+15
*
i965/tiled_memcpy: Support a signed linear pitch
Jason Ekstrand
2015-01-30
2
-17
/
+17
[prev]
[next]