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
*
i965: Set prog_data->uses_kill if simulating alpha test via discards.
Kenneth Graunke
2014-11-27
3
-3
/
+6
*
i965: Use brw_wm_prog_data::uses_kill, not gl_fragment_program::UsesKill
Kenneth Graunke
2014-11-27
5
-6
/
+7
*
i965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_DDY_*.
Kenneth Graunke
2014-11-27
3
-11
/
+10
*
i965/fs: Handle derivative quality decisions in the front-end.
Kenneth Graunke
2014-11-27
5
-52
/
+51
*
i965: Create prog_data temporary variables in PS state upload code.
Kenneth Graunke
2014-11-27
4
-77
/
+81
*
i965: Fix missing CACHE_NEW_WM_PROG in 3DSTATE_PS_EXTRA.
Kenneth Graunke
2014-11-27
1
-2
/
+2
*
mesa/gdi: Don't pretend mesa.def is auto generated.
José Fonseca
2014-11-26
1
-647
/
+192
*
mesa: Permanently enable features supported by target CPU at compile time.
Siavash Eliasi
2014-11-26
1
-0
/
+26
*
i965/vec4: Handle destination writemasks in VEC4_OPCODE_PACK_BYTES.
Matt Turner
2014-11-25
1
-2
/
+13
*
i965/vec4: Optimize packSnorm4x8().
Matt Turner
2014-11-25
3
-4
/
+29
*
i965/vec4: Optimize packUnorm4x8().
Matt Turner
2014-11-25
3
-4
/
+27
*
i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.
Matt Turner
2014-11-25
4
-0
/
+52
*
i965/vec4: Optimize unpackSnorm4x8().
Matt Turner
2014-11-25
3
-3
/
+33
*
i965/vec4: Optimize unpackUnorm4x8().
Matt Turner
2014-11-25
3
-3
/
+31
*
i965/vec4: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
3
-0
/
+23
*
i965/fs: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
3
-0
/
+24
*
i965: Disassemble vector float immediates properly.
Matt Turner
2014-11-25
1
-1
/
+5
*
i965: Add unit test for float <-> VF conversions.
Matt Turner
2014-11-25
2
-0
/
+105
*
i965: Add functions to convert float <-> VF.
Matt Turner
2014-11-25
3
-0
/
+80
*
i965/Gen6-7: Do not replace texcoords with point coord if not drawing points
Chris Forbes
2014-11-25
2
-12
/
+49
*
i965: Precompile ARB programs.
Kenneth Graunke
2014-11-24
1
-2
/
+9
*
i965: Make precompile functions accessible from C.
Kenneth Graunke
2014-11-24
5
-10
/
+19
*
i965: Pass gl_program pointers into precompile functions.
Kenneth Graunke
2014-11-24
7
-29
/
+33
*
i965: Move brw->precompile checks out a level.
Kenneth Graunke
2014-11-24
1
-4
/
+4
*
mesa: Drop unused NV_fragment_program opcodes.
Eric Anholt
2014-11-24
4
-177
/
+0
*
mesa: Drop unused SFL/STR opcodes.
Eric Anholt
2014-11-24
3
-16
/
+0
*
i965/gen6/gs: Don't declare a src_reg with struct.
Matt Turner
2014-11-24
1
-1
/
+1
*
i965/disasm: Fix all32h/any32h predicate disassembly.
Matt Turner
2014-11-24
1
-1
/
+1
*
i965: Don't overwrite the math function with conditional mod.
Matt Turner
2014-11-24
2
-2
/
+4
*
i965: Assert that math instructions don't have conditional mod.
Matt Turner
2014-11-24
2
-0
/
+4
*
mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose
Chris Forbes
2014-11-24
1
-1
/
+1
*
i965: Handle nested uniform array indexing
Chris Forbes
2014-11-24
1
-29
/
+37
*
mesa: Fix function name in GetActiveUniformName error
Chris Forbes
2014-11-23
1
-1
/
+1
*
i965: Make Gen4-5 push constants call _mesa_load_state_parameters too.
Kenneth Graunke
2014-11-21
1
-0
/
+4
*
i965/vec4/gen8: Handle the MUL dest hazard exception
Ben Widawsky
2014-11-21
2
-2
/
+19
*
i965/vec4: Extract depctrl hazards
Ben Widawsky
2014-11-21
1
-22
/
+27
*
i965/fs: Remove is_valid_3src().
Matt Turner
2014-11-21
3
-8
/
+1
*
i965/fs: Remove is_valid_3src() checks from emit_lrp.
Matt Turner
2014-11-21
1
-4
/
+1
*
i965/fs: Remove unused apply_stride().
Matt Turner
2014-11-21
2
-11
/
+0
*
i965/fs: Move ip_record class to its one use.
Matt Turner
2014-11-21
2
-12
/
+12
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-11-21
3
-5
/
+2
*
i965: Combine offset/texture_offset fields.
Matt Turner
2014-11-21
6
-15
/
+13
*
i915: Only use TEXCOORDTYPE_VECTOR with cube maps on gen2
Ville Syrjälä
2014-11-20
1
-18
/
+19
*
i965/disasm: Properly decode branch_ctrl (gen8+)
Ben Widawsky
2014-11-20
3
-2
/
+23
*
i965: Skip _mesa_load_state_parameters when there are zero parameters.
Kenneth Graunke
2014-11-20
2
-11
/
+11
*
i965: Fix segfault in WebGL Conformance on Ivybridge
Chad Versace
2014-11-18
1
-3
/
+4
*
mesa/main: Fix tmp_row memory leak in texstore_rgba_integer.
Siavash Eliasi
2014-11-18
1
-1
/
+3
*
st/mesa: add a fallback for clear_with_quad when no vs_layer
Ilia Mirkin
2014-11-17
2
-5
/
+21
*
nine: Implement threadpool
Axel Davy
2014-11-18
1
-0
/
+5
*
nine: Add drirc options (v2)
Axel Davy
2014-11-18
1
-0
/
+13
[next]