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
*
mesa: move some format helper functions to glformats.c
Brian Paul
2012-07-24
2
-1
/
+2
*
automake: Honor GL_LIB for mangled/custom lib names
Brad King
2012-07-23
1
-8
/
+8
*
i830: Fix stack corruption
Chad Versace
2012-07-20
1
-1
/
+1
*
i965/gen7: Increase the WM threads to hardware limits.
Eric Anholt
2012-07-20
1
-1
/
+1
*
i965/blorp: Use IMS layout when texturing from depth/stencil surfaces.
Paul Berry
2012-07-20
1
-23
/
+43
*
i965/blorp: Loosen assertions in compute_msaa_layout_for_pipeline.
Paul Berry
2012-07-20
1
-7
/
+2
*
i965/blorp: Configure SURFACE_STATE correctly for IMS surfaces.
Paul Berry
2012-07-20
3
-6
/
+14
*
i965/blorp: Optimize manual_blend() for compressed multisampled surfaces.
Paul Berry
2012-07-20
1
-0
/
+23
*
i965/blorp: Fix integer downsampling on Gen7.
Paul Berry
2012-07-20
2
-11
/
+55
*
i965/blorp: Modify manual_blend() to avoid unnecessary loss of precision.
Paul Berry
2012-07-20
1
-27
/
+90
*
i965: Add support for AVG instruction.
Paul Berry
2012-07-20
2
-0
/
+23
*
i965: Replace fs_visitor::kill_emitted with gl_fragment_program::UsesKill.
Paul Berry
2012-07-20
2
-4
/
+1
*
mesa: Set gl_fragment_program::UsesKill in do_set_program_inouts.
Paul Berry
2012-07-20
1
-25
/
+0
*
i965: Avoid unnecessary recompiles for shaders that don't use dFdy().
Paul Berry
2012-07-19
4
-14
/
+10
*
drirc: Add disable_blend_func_extended workaround for Unigine OilRush.
Kenneth Graunke
2012-07-19
1
-0
/
+6
*
i965: Add a driconf option to disable GL_ARB_blend_func_extended.
Kenneth Graunke
2012-07-19
4
-2
/
+17
*
i965/fs: Make register spill/unspill only do the regs for that instruction.
Eric Anholt
2012-07-18
1
-33
/
+33
*
i965/fs.h: Refactor tests for instructions modifying a register.
Eric Anholt
2012-07-18
4
-34
/
+16
*
i965/fs: Replace usage is_tex() with regs_written() checks.
Eric Anholt
2012-07-18
1
-9
/
+9
*
i965/fs: Rename virtual_grf_next to virtual_grf_count.
Eric Anholt
2012-07-18
6
-22
/
+21
*
i965/fs: Move a block out of a loop in live variables setup.
Eric Anholt
2012-07-18
1
-4
/
+5
*
i965/msaa: Disable alpha-to-{coverage, one} when drawbuffer zero is in intege...
Anuj Phogat
2012-07-18
1
-7
/
+21
*
intel: Add a comment explaining why we early return on matching BO names.
Eric Anholt
2012-07-17
1
-0
/
+4
*
intel: Drop other checks for old loader version.
Eric Anholt
2012-07-17
1
-38
/
+26
*
intel: Replace the non-getBuffersWithFormat compat path with an error message.
Eric Anholt
2012-07-17
2
-21
/
+8
*
intel: Remove dead intel_framebuffer_has_hiz().
Eric Anholt
2012-07-17
2
-13
/
+0
*
intel: Convert to using private depth/stencil buffers (v2)
Eric Anholt
2012-07-17
3
-652
/
+39
*
intel: Add a function for creating a private window system buffer.
Eric Anholt
2012-07-17
2
-2
/
+20
*
intel: Fix build broken by ETC1 patch
Chad Versace
2012-07-16
1
-0
/
+12
*
intel: Enable GL_OES_compressed_ETC1_RGB8_texture
Chad Versace
2012-07-16
4
-1
/
+78
*
gbm: Add new gbm_bo_import entry point
Kristian Høgsberg
2012-07-16
1
-1
/
+7
*
intel: Don't call _mesa_get_format_bytes for MESA_FORMAT_NONE
Kristian Høgsberg
2012-07-16
1
-1
/
+4
*
Don't explicitly link libOsmesa with libmesa's dependency libglsl
Jon TURNEY
2012-07-13
1
-2
/
+1
*
automake: convert libglapi
Jon TURNEY
2012-07-13
2
-2
/
+2
*
automake: convert libmesa and libmesagallium
Jon TURNEY
2012-07-13
2
-2
/
+2
*
automake: convert libglsl
Jon TURNEY
2012-07-13
1
-1
/
+1
*
automake: convert libOSmesa
Laurent Carlier
2012-07-13
3
-51
/
+51
*
i965: Move loop over texture units into brw_populate_sampler_prog_key.
Kenneth Graunke
2012-07-12
3
-82
/
+81
*
i965: Always emit alpha when nr_color_buffers == 0.
Kenneth Graunke
2012-07-12
3
-11
/
+6
*
i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+.
Kenneth Graunke
2012-07-12
1
-16
/
+10
*
i965: Delete previous workaround for textureGrad with shadow samplers.
Kenneth Graunke
2012-07-12
4
-75
/
+5
*
i965: Add a lowering pass to convert TXD to TXL by computing the LOD.
Kenneth Graunke
2012-07-12
4
-0
/
+157
*
i965/msaa: Enable CMS layout on Gen7 for the formats that support it.
Paul Berry
2012-07-11
1
-1
/
+18
*
i965/msaa: Add CMS support to blorp.
Paul Berry
2012-07-11
1
-2
/
+43
*
i965/msaa: Add CMS-related sampler messages to brw_defines.h.
Paul Berry
2012-07-11
1
-0
/
+2
*
i965/msaa: Set SURFACE_STATE properly when CMS MSAA is in use.
Paul Berry
2012-07-11
3
-0
/
+54
*
i965/msaa: Add CMS MSAA settings to brw_structs.h.
Paul Berry
2012-07-11
1
-2
/
+20
*
i965/msaa: Allocate MCS buffer when CMS MSAA is in use.
Paul Berry
2012-07-11
3
-0
/
+69
*
i965/msaa: Add an enum to describe MSAA layout.
Paul Berry
2012-07-11
10
-130
/
+229
*
i965/msaa: Move {rt,tex}_interleaved into blorp program key.
Paul Berry
2012-07-11
2
-16
/
+30
[next]