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: fix bogus swizzle in brw_cubemap_normalize
Chris Forbes
2013-10-03
1
-4
/
+6
*
i965: compute DDX in a subspan based only on top row
Chia-I Wu
2013-10-02
7
-8
/
+49
*
i965/blorp: Use passed in framebuffer rather than ctx->DrawBuffer
Chris Forbes
2013-10-02
1
-4
/
+4
*
i965: Switch vec4_live_variables to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Switch fs_live_variables to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Switch fs_inst to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Switch ip_record to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Initialize all member variables of cfg_t on construction.
Francisco Jerez
2013-10-01
2
-1
/
+2
*
i965: Initialize all member variables of bblock_t on construction.
Francisco Jerez
2013-10-01
2
-2
/
+3
*
i965: Initialize all member variables of vec4_instruction on construction.
Francisco Jerez
2013-10-01
2
-1
/
+16
*
mesa: Fix misplaced includes of "main/uniforms.h".
Francisco Jerez
2013-10-01
2
-2
/
+2
*
i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GS
Paul Berry
2013-10-01
1
-3
/
+4
*
mesa/drivers: drop HAVE_*_DRI from individual makefiles
Emil Velikov
2013-10-01
6
-19
/
+0
*
i915: Fix memory leak in do_blit_readpixels.
Vinson Lee
2013-09-30
1
-0
/
+1
*
i965: Reenable glBitmap() after the sRGB winsys enabling.
Eric Anholt
2013-09-30
1
-1
/
+2
*
i965/blorp: retype destination register for texture SEND instruction to UW.
Paul Berry
2013-09-30
1
-1
/
+1
*
i965: Add a real native TexStorage path.
Eric Anholt
2013-09-30
1
-0
/
+63
*
i965: Add missing license to intel_tex_validate.c.
Eric Anholt
2013-09-30
1
-0
/
+23
*
i965: Always allocate validated miptrees from level 0.
Eric Anholt
2013-09-30
1
-6
/
+5
*
i965: Don't relayout a texture just for baselevel changes.
Eric Anholt
2013-09-30
2
-24
/
+39
*
i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set.
Eric Anholt
2013-09-30
1
-1
/
+2
*
i965: Stop allocating miptrees with first_level != 0.
Eric Anholt
2013-09-30
1
-17
/
+6
*
i965: Drop a special case for guessing small miptree levels.
Eric Anholt
2013-09-30
1
-43
/
+30
*
i965: Totally switch around how we handle nonzero baselevel-first_level.
Eric Anholt
2013-09-30
4
-19
/
+12
*
i965: Always look up from the object's mt when setting up texturing state.
Eric Anholt
2013-09-30
2
-5
/
+2
*
i965/fs: Don't double-accept operands of logical and/or/xor operations.
Kenneth Graunke
2013-09-26
1
-7
/
+4
*
i965: Add #define for MI_REPORT_PERF_COUNT on Gen6+.
Kenneth Graunke
2013-09-26
1
-0
/
+2
*
i965: Add support for GL_AMD_performance_monitor on Ironlake.
Kenneth Graunke
2013-09-26
6
-0
/
+420
*
mesa: Remove some remaining FEATURE_* detritus.
Eric Anholt
2013-09-26
5
-39
/
+0
*
i965: Fix cube array coordinate normalization
Chris Forbes
2013-09-26
1
-5
/
+11
*
mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.
Eric Anholt
2013-09-23
6
-6
/
+7
*
i965/gen4: Fix fragment program rectangle texture shadow compares.
Eric Anholt
2013-09-21
1
-4
/
+4
*
i965/gen7.5: Fix missing Shader Channel Select entries on Haswell
Abdiel Janulgue
2013-09-21
1
-0
/
+7
*
i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.
Kenneth Graunke
2013-09-21
5
-100
/
+10
*
i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
1
-0
/
+2
*
i965: Set *Program.Max{Input,Output}Components
Ian Romanick
2013-09-19
1
-1
/
+6
*
i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
2013-09-19
1
-61
/
+39
*
i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.
Kenneth Graunke
2013-09-19
1
-86
/
+60
*
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
*
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
*
i965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4}_generator.cpp.
Kenneth Graunke
2013-09-18
3
-4
/
+4
*
i965: Lower ldexp.
Matt Turner
2013-09-17
1
-1
/
+2
*
glsl: Add support for ldexp.
Matt Turner
2013-09-17
3
-0
/
+8
[next]