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: Fix off by one errors in texture buffer size calculations.
Kenneth Graunke
2013-09-19
2
-2
/
+2
*
i965: Fix writemask != 0 assertions on Sandybridge.
Kenneth Graunke
2013-09-19
1
-2
/
+4
*
glsl: Delete builtin_builder::shader when destroying built-ins.
Kenneth Graunke
2013-09-19
1
-0
/
+3
*
i965: Fix brw_gs_prog_data_compare to actually check field members.
Kenneth Graunke
2013-09-19
1
-1
/
+1
*
i965: Fix brw_vs_prog_data_compare to actually check field members.
Kenneth Graunke
2013-09-19
1
-1
/
+1
*
i965: Move binding table code to a new file, brw_binding_tables.c.
Kenneth Graunke
2013-09-19
6
-187
/
+243
*
i965: Use brw_upload_binding_table() for the pixel shader as well.
Kenneth Graunke
2013-09-19
1
-18
/
+5
*
i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.
Kenneth Graunke
2013-09-19
3
-16
/
+19
*
i965: Convert loop to memcpy in brw_vec4_upload_binding_table().
Kenneth Graunke
2013-09-19
1
-9
/
+6
*
i965: Update comments in brw_vec4_upload_binding_table().
Kenneth Graunke
2013-09-19
1
-6
/
+1
*
winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.
Gaetan Nadon
2013-09-19
1
-1
/
+1
*
glx: fix compile error in egl_glx.c.
Gaetan Nadon
2013-09-19
1
-1
/
+1
*
freedreno/a3xx: fix typo mixup w/ mipfilter
Rob Clark
2013-09-19
1
-1
/
+1
*
freedreno: fix glReadPixels
Rob Clark
2013-09-19
1
-2
/
+2
*
gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.
Roland Scheidegger
2013-09-19
1
-3
/
+7
*
android: Remove builtin_compiler
Adrian Negreanu
2013-09-18
1
-19
/
+0
*
util/u_blit: Implement util_blit_pixels via pipe_context::blit.
José Fonseca
2013-09-18
1
-410
/
+37
*
util/u_blit: Support blits from cubemaps.
José Fonseca
2013-09-18
2
-3
/
+32
*
vega: Use pipe_context::blit instead of util_blit_pixels_tex.
José Fonseca
2013-09-18
2
-20
/
+26
*
i965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4}_generator.cpp.
Kenneth Graunke
2013-09-18
3
-4
/
+4
*
glsl: Correctly validate fma()'s types.
Matt Turner
2013-09-17
1
-0
/
+6
*
glsl: Add frexp signatures and implementation.
Matt Turner
2013-09-17
1
-0
/
+56
*
i965: Lower ldexp.
Matt Turner
2013-09-17
1
-1
/
+2
*
glsl: Add ldexp_to_arith lowering pass.
Matt Turner
2013-09-17
2
-0
/
+129
*
glsl: Allow vectors to be created from ir_constant().
Matt Turner
2013-09-17
3
-29
/
+41
*
glsl: Add support for ldexp.
Matt Turner
2013-09-17
10
-0
/
+51
*
i965: Add some missing bits to {mesa,brw,cache}_bits[].
Paul Berry
2013-09-17
2
-0
/
+14
*
i965/gs: Implement basic gl_PrimitiveIDIn functionality.
Paul Berry
2013-09-17
4
-0
/
+11
*
i965/gs: New gs primitive types are supported by HW primitive restart.
Paul Berry
2013-09-17
1
-0
/
+4
*
i965/gs: Add new primitive types.
Paul Berry
2013-09-17
2
-3
/
+7
*
gallivm: some bits of seamless cube filtering implementation
Roland Scheidegger
2013-09-18
3
-14
/
+29
*
i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.
Kenneth Graunke
2013-09-17
1
-1
/
+0
*
i965: Use gen7_upload_constant_state for 3DSTATE_CONSTANT_PS as well.
Kenneth Graunke
2013-09-16
1
-27
/
+1
*
i965: Set brw_stage_state::push_const_size for PS constants.
Kenneth Graunke
2013-09-16
1
-1
/
+6
*
i965: Introduce a prog_data temporary in gen6_upload_wm_push_constants.
Kenneth Graunke
2013-09-16
1
-8
/
+8
*
i965/gen6+: Support 128 varying components.
Paul Berry
2013-09-16
1
-0
/
+3
*
i965/ff_gs: Generate URB writes using a loop.
Paul Berry
2013-09-16
1
-23
/
+38
*
i965/gen6: Fix assertions on VS/GS URB size.
Paul Berry
2013-09-16
1
-2
/
+2
*
i965/vec4: Generate URB writes using a loop.
Paul Berry
2013-09-16
1
-31
/
+21
*
i965/fs: When >64 input components, order them to match prev pipeline stage.
Paul Berry
2013-09-16
2
-7
/
+45
*
i965/fs: Simplify computation of key.input_slots_valid during precompile.
Paul Berry
2013-09-16
1
-11
/
+1
*
i965/gs: Stop storing an input VUE map in the GS program key.
Paul Berry
2013-09-16
3
-5
/
+8
*
i965/gen6+: Remove VUE map dependency on userclip_active.
Paul Berry
2013-09-16
3
-17
/
+26
*
i965/fs: Stop wasting input attribute space on gl_FragCoord and gl_FrontFacing.
Paul Berry
2013-09-16
3
-9
/
+11
*
i965/sf: Consult brw_wm_prog_data when setting up SF/SBE state.
Paul Berry
2013-09-16
2
-23
/
+35
*
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
[next]