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
...
*
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
*
glsl: Forbid calling the constructor of any opaque type.
Francisco Jerez
2015-02-10
1
-3
/
+3
*
glsl: Return correct number of coordinate components for cubemap array images.
Francisco Jerez
2015-02-10
1
-2
/
+7
*
mesa: Bump MAX_IMAGE_UNIFORMS to 32.
Francisco Jerez
2015-02-10
1
-1
/
+1
*
mesa: Rename the CEILING() macro to DIV_ROUND_UP().
Francisco Jerez
2015-02-10
3
-3
/
+3
*
nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediately
Tiziano Bacocco
2015-02-10
2
-0
/
+6
*
nv50/ir: Fold IMM into MAD
Roy Spliet
2015-02-10
1
-0
/
+53
*
nv50/ir: Add emit support for MAD IMM format
Roy Spliet
2015-02-10
1
-0
/
+8
*
nv50/ir: Add support for MAD 4-byte opcode
Roy Spliet
2015-02-10
2
-8
/
+6
*
nv50/ir: change the way float face is returned
Ilia Mirkin
2015-02-10
2
-4
/
+6
*
nir: Mark nir_print_instr's instr pointer as const.
Kenneth Graunke
2015-02-10
2
-3
/
+3
*
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
*
util/u_atomic: Add new macro p_atomic_add
Carl Worth
2015-02-09
2
-0
/
+21
*
util/hash_table: Try to hit a double-insertion bug in the collision test
Jason Ekstrand
2015-02-07
1
-1
/
+13
*
util/set: Do a full search when adding new items
Jason Ekstrand
2015-02-07
1
-6
/
+15
*
util/hash_table: Do a full search when adding new items
Jason Ekstrand
2015-02-07
1
-7
/
+16
*
mesa: Make renderbuffer FBO attachments not layered
James Legg
2015-02-08
1
-0
/
+1
*
gallium/hud: also try R8_UNORM format for font texture
10.5-branchpoint
Brian Paul
2015-02-07
1
-9
/
+15
*
gallium/hud: flush stdout in print_help(), for Windows
Brian Paul
2015-02-07
1
-0
/
+1
*
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
*
st/dri: Make depth buffer optional for postprocessing
Park, Jeongmin
2015-02-07
2
-2
/
+2
*
postprocess: Check for depth buffer in pp_jimenezmlaa
Park, Jeongmin
2015-02-07
1
-0
/
+3
*
i965/vec4: Correct MUL destination hazard
Ben Widawsky
2015-02-06
1
-4
/
+4
*
nir: Fix broken fsat recognizer.
Eric Anholt
2015-02-06
1
-1
/
+1
*
nir: Slightly simplify algebraic code generation by reusing a struct.
Eric Anholt
2015-02-06
1
-6
/
+3
*
tgsi/ureg: Add missing some missing opcodes opcode_tmp.h
Eric Anholt
2015-02-06
1
-0
/
+4
*
tgsi/ureg: Move ureg_dst_register() to the header.
Eric Anholt
2015-02-06
2
-28
/
+25
*
gallium/u_tests: test a NULL buffer sampler view
Marek Olšák
2015-02-06
2
-13
/
+42
*
gallium/u_tests: test a NULL constant buffer
Marek Olšák
2015-02-06
1
-0
/
+57
*
gallium/u_tests: test a NULL texture sampler view
Marek Olšák
2015-02-06
1
-17
/
+85
*
gallium/u_tests: restructure the only test, refactor out reusable code
Marek Olšák
2015-02-06
1
-31
/
+79
*
gallium: run gallium tests if GALLIUM_TESTS=1 is set
Marek Olšák
2015-02-06
3
-3
/
+14
*
gallium/postprocessing: fix crash at context destruction
Marek Olšák
2015-02-06
1
-4
/
+3
*
r600g/sb: fix a bug in constants folding optimisation pass
Xavier Bouchoux
2015-02-06
1
-0
/
+2
*
r600g: fix abs() support on ALU 3 source operands instructions
Xavier Bouchoux
2015-02-06
3
-7
/
+63
[prev]
[next]