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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
st/mesa: copy sampler_array_size field when copying instructions
Brian Paul
2014-11-17
1
-1
/
+6
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
5
-10
/
+0
*
tgsi/ureg: simplify code for declaring properties
Marek Olšák
2014-11-16
3
-17
/
+30
*
gallium/util: add a window_space option to the passthrough vertex shader
Marek Olšák
2014-11-16
3
-3
/
+5
*
Revert "mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__."
Emil Velikov
2014-11-15
1
-3
/
+0
*
i965: Move fs_visitor ra pass to new fs_visitor::allocate_registers()
10.4-branchpoint
Kristian Høgsberg
2014-11-14
2
-59
/
+69
*
i965: Move fs_visitor optimization pass into new method fs_visitor::optimize()
Kristian Høgsberg
2014-11-14
2
-65
/
+72
*
i965: Move more code into codegen-branch of the fs_visitor::run() if statement
Kristian Høgsberg
2014-11-14
1
-12
/
+11
*
i965: Refactor fs_generator API
Kristian Høgsberg
2014-11-14
4
-39
/
+23
*
st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...
José Fonseca
2014-11-14
1
-8
/
+6
*
i965/vec4: Combine all the math emitters.
Kenneth Graunke
2014-11-13
2
-104
/
+17
*
i965/vec4: Use const references in emit() functions.
Kenneth Graunke
2014-11-13
2
-15
/
+14
*
i965: Use macros to create prototypes for emitter helpers.
Kenneth Graunke
2014-11-13
1
-57
/
+41
*
i965: Always enable VF statistics
Ben Widawsky
2014-11-13
1
-2
/
+1
*
i915: Emit 3DSTATE_SCISSOR_RECTANGLE_0 before 3DSTATE_SCISSOR_ENABLE
Ville Syrjälä
2014-11-13
6
-17
/
+17
*
i915: Don't call _mesa_meta_glsl_Clear() on gen2
Ville Syrjälä
2014-11-13
1
-1
/
+1
[next]