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/sf: Consolidate common code for setting up gen6-7 attribute overrides.
Paul Berry
2013-09-16
3
-129
/
+97
*
i965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than hardcoded values.
Paul Berry
2013-09-16
4
-4
/
+12
*
i965/fs: Consult brw_wm_prog_data::num_varying_inputs when setting up WM state.
Paul Berry
2013-09-16
2
-3
/
+5
*
i965/fs: Change brw_wm_prog_data::urb_read_length to num_varying_inputs.
Paul Berry
2013-09-16
3
-5
/
+7
*
i965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
Paul Berry
2013-09-16
4
-8
/
+14
*
i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
2013-09-13
13
-93
/
+71
*
i965: Increase the size of brw_stage_state::surf_offset.
Kenneth Graunke
2013-09-13
1
-1
/
+1
*
i965: Add comments to the new brw_state_state structure's fields.
Kenneth Graunke
2013-09-13
1
-0
/
+10
*
mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix
Ian Romanick
2013-09-13
1
-1
/
+1
*
i965/gs: implement EndPrimitive() functionality in the visitor.
Paul Berry
2013-09-11
2
-1
/
+241
*
i965/vec4: Add the ability to emit opcodes with just a dst register.
Paul Berry
2013-09-11
2
-0
/
+8
*
i965/gs: Add opcodes needed for EndPrimitive().
Paul Berry
2013-09-11
4
-0
/
+120
*
i965/gen7: Add the ability to send URB_WRITE_OWORD messages.
Paul Berry
2013-09-11
3
-2
/
+16
*
i965/gen7: Allow URB_WRITE channel masks to be used.
Paul Berry
2013-09-11
2
-1
/
+7
*
i965/gs: Set control data header size/format appropriately for EndPrimitive().
Paul Berry
2013-09-11
7
-15
/
+84
*
i965/gs: Add a state atom to set up geometry shader state.
Paul Berry
2013-09-11
6
-33
/
+156
*
i965/gen7: Extract a function for setting up a shader stage's constants.
Paul Berry
2013-09-11
2
-25
/
+42
*
i965: Add an assertion that writemask != NULL for non-ARFs.
Kenneth Graunke
2013-09-10
1
-0
/
+2
*
i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
2013-09-10
1
-2
/
+4
*
i965/vec4: Simplify the computation of coord_mask and zero_mask.
Kenneth Graunke
2013-09-10
1
-5
/
+2
*
Revert "i965/vec4: Only zero out unused message components when there are any."
Kenneth Graunke
2013-09-09
1
-4
/
+2
*
i965: Allow immediates to be folded into logical and shift instructions.
Matt Turner
2013-09-09
2
-0
/
+22
*
i965: Enable MESA_shader_integer_mix.
Matt Turner
2013-09-09
1
-0
/
+1
*
i965: Add support for ir_triop_csel.
Matt Turner
2013-09-09
3
-0
/
+13
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
2
-2
/
+2
*
i965/vec4: Only zero out unused message components when there are any.
Kenneth Graunke
2013-09-09
1
-2
/
+4
*
i965: Enable AMD_seamless_cubemap_per_texture
Ian Romanick
2013-09-08
3
-2
/
+3
*
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...
Axel Davy
2013-09-06
2
-0
/
+6
*
i965: Remove never used DPA2 opcode.
Matt Turner
2013-09-05
1
-1
/
+0
*
i965: Remove never used RSR and RSL opcodes.
Matt Turner
2013-09-05
4
-8
/
+0
*
i965/gen7.5: Fix lower bound on number of VS URB entries.
Paul Berry
2013-09-05
4
-4
/
+13
*
i965/vs: Move vs-specific code out of brw_vec4_visitor.cpp.
Paul Berry
2013-09-05
3
-192
/
+226
*
i965/vec4: Make with_writemask() non-static.
Paul Berry
2013-09-05
2
-1
/
+4
*
i965/vs: Move vs-specific code out of brw_vec4.h.
Paul Berry
2013-09-05
2
-32
/
+38
*
i965/gs: Don't assign gl_Layer its own slot in the VUE map.
Paul Berry
2013-09-05
1
-0
/
+5
*
mesa: Implement GL_DEBUG_OUTPUT
Timothy Arceri
2013-09-04
1
-0
/
+2
*
i965: Rename "prim" parameter to "prims" where it's an array.
Kenneth Graunke
2013-09-03
3
-18
/
+18
*
i965: Actually check every primitive for cut index support.
Kenneth Graunke
2013-09-03
1
-2
/
+2
*
i965: Use the proper element of the prim array in brw_try_draw_prims.
Kenneth Graunke
2013-09-01
1
-4
/
+4
*
i965: Combine brw_emit_prim and gen7_emit_prim.
Kenneth Graunke
2013-09-01
1
-63
/
+18
*
i965: Remove unused ATTRIB_BIT_DWORDS define.
Kenneth Graunke
2013-09-01
1
-7
/
+0
*
i965/fs: Gen4: Zero out extra coordinates when using shadow compare
Chris Forbes
2013-09-01
1
-1
/
+7
*
i965/gs: Implement support for geometry shader samplers.
Paul Berry
2013-08-31
3
-0
/
+30
*
i965/gs: add geometry shader support to brw_texture_surfaces.
Paul Berry
2013-08-31
1
-0
/
+7
*
i965/gs: generalize brw_texture_surfaces in preparation for gs.
Paul Berry
2013-08-31
1
-31
/
+33
*
i965: Modify signature to update_texture_surface functions.
Paul Berry
2013-08-31
3
-22
/
+17
*
i965/vs: generalize gen6_vs_push_constants in preparation for GS.
Paul Berry
2013-08-31
2
-16
/
+36
*
i965/gs: make the state atom for compiling Gen7 geometry shaders.
Paul Berry
2013-08-31
12
-6
/
+401
*
i965/gs: Implement support for geometry shader surfaces.
Paul Berry
2013-08-31
5
-0
/
+131
*
i965/vs: generalize brw_vs_binding_table in preparation for GS.
Paul Berry
2013-08-31
2
-13
/
+35
[next]