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
*
st/mesa: implement accelerated stencil blitting using shader stencil export
Marek Olšák
2012-07-12
4
-12
/
+41
*
st/mesa: set colormask to zero when blitting depth
Marek Olšák
2012-07-12
1
-2
/
+2
*
gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemask
Marek Olšák
2012-07-12
2
-15
/
+15
*
gallium: add util_format_stencil_only helper function
Marek Olšák
2012-07-12
1
-21
/
+2
*
mesa: remove assertions that do not allow compressed 2D_ARRAY textures
Marek Olšák
2012-07-12
1
-4
/
+2
*
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
*
intel: Implement __DRIimage::createSubImage and bump supported version to 5
Kristian Høgsberg
2012-07-11
3
-3
/
+50
*
intel: Add offset field to miptree
Kristian Høgsberg
2012-07-11
6
-8
/
+18
*
intel: Add support for new __DRIimage formats
Kristian Høgsberg
2012-07-11
1
-0
/
+15
*
i965: Revert the VBOs-in-system-memory hack.
Eric Anholt
2012-07-11
1
-8
/
+5
*
dri2: Hard-code the DRI2 version
Ian Romanick
2012-07-11
1
-1
/
+1
*
mesa: Remove unneeded extern qualifiers
Chad Versace
2012-07-10
1
-2
/
+2
*
i965: Add hardware context support.
Kenneth Graunke
2012-07-10
4
-6
/
+21
*
mesa/test: Update name of GL_TIME_ELAPSED
Ian Romanick
2012-07-10
1
-1
/
+1
*
st/mesa: implement ARB_timer_query
Marek Olšák
2012-07-10
2
-0
/
+19
*
mesa: implement glGet(GL_TIMESTAMP) v2
Marek Olšák
2012-07-10
2
-1
/
+20
*
mesa: add ARB_timer_query to the extension list
Marek Olšák
2012-07-10
1
-0
/
+1
*
mesa: add QueryCounter display list support
Marek Olšák
2012-07-10
1
-0
/
+24
*
mesa: implement TIMESTAMP query and glQueryCounter
Marek Olšák
2012-07-10
1
-6
/
+72
*
i965/fs: Invalidate live intervals after copy propagation.
Eric Anholt
2012-07-06
1
-0
/
+3
*
i965/fs: Invalidate live intervals in passes that remove an instruction.
Eric Anholt
2012-07-06
1
-0
/
+6
*
i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp.
Eric Anholt
2012-07-06
2
-43
/
+43
*
i965/vs: Move class functions to brw_vec4.cpp.
Eric Anholt
2012-07-06
2
-106
/
+126
*
i965/fs: Move class functions from the header to .cpp files.
Eric Anholt
2012-07-06
3
-278
/
+326
*
st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3
Marek Olšák
2012-07-06
1
-4
/
+1
*
intel: Share common __DRIimage allocation code
Kristian Høgsberg
2012-07-05
1
-40
/
+19
*
intel: Just look up image->internal_format using _mesa_get_format_base_format
Kristian Høgsberg
2012-07-05
1
-10
/
+2
*
intel: Remove unused __DRIimage::data_type field
Kristian Høgsberg
2012-07-05
2
-13
/
+0
*
Revert "mesa: #define fprintf to be __mingw_fprintf() on Mingw32"
Brian Paul
2012-07-05
1
-10
/
+0
*
mesa: use the PRIx64 macro for printing 64-bit hexadecimal values
Brian Paul
2012-07-05
1
-5
/
+6
*
intel: Fix a comment typo.
Eric Anholt
2012-07-04
1
-1
/
+1
*
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Gwenole Beauchesne
2012-07-04
2
-0
/
+2
*
mesa/st: gl_ClipDistance must be interpolated in 3d space.
Olivier Galibert
2012-07-04
1
-2
/
+2
*
Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."
Marek Olšák
2012-07-04
2
-2
/
+0
*
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Gwenole Beauchesne
2012-07-03
2
-0
/
+2
*
i965/fs: Allow copy propagation on uniforms.
Eric Anholt
2012-07-03
1
-4
/
+7
*
i965/fs: Allow copy propagation with source modifiers.
Eric Anholt
2012-07-03
1
-3
/
+17
*
i965/fs: Move copy propagation test out to a separate function.
Eric Anholt
2012-07-03
2
-6
/
+20
*
msaa: Make meta-ops save and restore state of GL_MULTISAMPLE.
Paul Berry
2012-07-02
2
-1
/
+17
*
i965/msaa: Fix centroid interpolation of unlit pixels.
Paul Berry
2012-07-02
4
-4
/
+39
*
i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend.
Paul Berry
2012-07-02
4
-2
/
+39
*
i965: fix transform feedback with primitive restart
Jordan Justen
2012-07-02
3
-0
/
+18
*
i965: Re-enable rendering to SNORM formats.
Kenneth Graunke
2012-07-02
1
-6
/
+1
[next]