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: Allow CSE on Gen4-5 unary math.
Kenneth Graunke
2014-10-15
1
-1
/
+1
*
i965/fs: Use the correct regs_written on unspill instructions
Jason Ekstrand
2014-10-14
1
-0
/
+1
*
nouveau: 3d textures are unsupported, limit 3d levels to 1
Ilia Mirkin
2014-10-14
1
-0
/
+3
*
i965: Use unsynchronized maps for the program cache on LLC platforms.
Kenneth Graunke
2014-10-13
1
-7
/
+28
*
i965: Issue performance warnings when copying the program cache BO.
Kenneth Graunke
2014-10-13
1
-0
/
+3
*
i965: Issue performance warnings on MapBufferRange stalls.
Kenneth Graunke
2014-10-13
1
-3
/
+4
*
mesa: fix error reported on gTexSubImage2D when level not valid
Tapani Pälli
2014-10-10
1
-1
/
+1
*
i965: Fix register write checks.
Kenneth Graunke
2014-10-10
1
-0
/
+2
*
i965: Skip uploading border color when unnecessary.
Kenneth Graunke
2014-10-09
1
-2
/
+20
*
i965: Use BDW_MOCS_PTE for renderbuffers.
Kenneth Graunke
2014-10-09
1
-1
/
+1
*
i965: Add a BRW_MOCS_PTE #define.
Kenneth Graunke
2014-10-09
1
-3
/
+7
*
mesa: Make _mesa_print_arrays use stderr.
Kenneth Graunke
2014-10-09
1
-3
/
+3
*
i965/compaction: Disable compaction on SNB temporarily.
Matt Turner
2014-10-03
1
-0
/
+6
*
Revert "i965: Emit ELSE/ENDIF JIP with type D on Gen 7."
Matt Turner
2014-10-03
1
-2
/
+2
*
i965/fs: Remove dead generate_rep_fb_write prototype.
Matt Turner
2014-10-03
1
-1
/
+0
*
mesa: fix spurious wglGetProcAddress / GL_INVALID_OPERATION error
Brian Paul
2014-10-03
1
-1
/
+35
*
mesa: fix GetTexImage for 1D array depth textures
Dave Airlie
2014-10-03
1
-2
/
+7
*
st/mesa: Fix paths used in Android builds
Tomasz Figa
2014-10-03
3
-0
/
+6
*
st/mesa: Generate format_info.c in Android builds
Tomasz Figa
2014-10-03
1
-0
/
+9
*
util: Include in Android builds
Tomasz Figa
2014-10-03
4
-2
/
+5
*
i965/fs: Use the correct base_mrf for spilling pairs in SIMD8
Jason Ekstrand
2014-10-02
1
-3
/
+4
*
i965/fs: Add a MAX_GRF_SIZE define and use it various places
Jason Ekstrand
2014-10-02
4
-6
/
+9
*
i965/fs: Use the actual regsister width in brw_reg_from_fs_reg
Jason Ekstrand
2014-10-02
1
-0
/
+13
*
i965/fs_fp: Use null_reg from fs_visitor instead of rolling our own
Jason Ekstrand
2014-10-02
1
-6
/
+4
*
mesa: relax draw api validation on ES2
Tapani Pälli
2014-10-02
1
-3
/
+2
*
meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader()
Anuj Phogat
2014-10-01
1
-8
/
+9
*
mesa: fix _mesa_alloc_dispatch_table() declaration
Brian Paul
2014-10-01
1
-1
/
+1
*
meta: (trivial) remove accidental double semicolon
Roland Scheidegger
2014-10-01
1
-1
/
+1
*
i965: Enable EXT_framebuffer_multisample_blit_scaled for gen8
Anuj Phogat
2014-10-01
1
-2
/
+1
*
meta: Implement ext_framebuffer_multisample_blit_scaled extension
Anuj Phogat
2014-10-01
2
-13
/
+199
*
i965: Initialize the SampleMap{2,4,8}x variables
Anuj Phogat
2014-10-01
3
-0
/
+55
*
mesa: Add new variables in gl_context to store sample layout
Anuj Phogat
2014-10-01
1
-0
/
+32
*
mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates.
Kenneth Graunke
2014-10-01
1
-0
/
+6
*
i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.
Kenneth Graunke
2014-10-01
1
-1
/
+1
*
i965: Drop brwBindProgram driver hook.
Kenneth Graunke
2014-10-01
1
-20
/
+0
*
i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.
Kenneth Graunke
2014-10-01
3
-6
/
+7
*
i965: Use "1ull" instead of "1" in BRW_NEW_* defines.
Kenneth Graunke
2014-10-01
1
-32
/
+32
*
i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.
Kenneth Graunke
2014-10-01
3
-4
/
+4
*
i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits.
Kenneth Graunke
2014-10-01
1
-16
/
+7
*
i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.
Kenneth Graunke
2014-10-01
2
-3
/
+0
*
i965: Fix typo in comment
Chris Forbes
2014-10-01
1
-1
/
+1
*
i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHM
Chris Forbes
2014-10-01
2
-2
/
+2
*
i965/fs: Fix the build
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Fix an uninitialized value warnings
Jason Ekstrand
2014-09-30
1
-3
/
+4
*
i965/fs: Emit compressed BFI2 instructions on Gen > 7.
Matt Turner
2014-09-30
1
-1
/
+1
*
i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7.
Matt Turner
2014-09-30
1
-3
/
+3
*
i965/fs: Set MUL source type to W/UW in 64-bit mul macro on Gen8.
Matt Turner
2014-09-30
1
-1
/
+22
*
i965/fs: Optimize sqrt+inv into rsq.
Matt Turner
2014-09-30
1
-0
/
+11
*
i965/vec4: Optimize sqrt+inv into rsq.
Matt Turner
2014-09-30
1
-0
/
+11
*
i965/vec4: Call opt_algebraic after opt_cse.
Matt Turner
2014-09-30
1
-1
/
+1
[next]