index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
62
-737
/
+1070
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
69
-431
/
+431
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
115
-414
/
+414
*
glcpp: Make sure GL_AMD_shader_trinary_minmax is defined
Ian Romanick
2014-01-27
1
-1
/
+0
*
mesa: Clean up bad code formatting left from previous commit
Ian Romanick
2014-01-27
1
-13
/
+10
*
mesa: GL_EXT_framebuffer_blit is not optional
Ian Romanick
2014-01-27
11
-42
/
+5
*
radeon: Enable GL_EXT_framebuffer_blit
Ian Romanick
2014-01-27
1
-0
/
+1
*
r200: Enable GL_EXT_framebuffer_blit
Ian Romanick
2014-01-27
1
-0
/
+1
*
radeon / r200: Pass the API into _mesa_initialize_context
Ian Romanick
2014-01-27
4
-3
/
+5
*
mesa: Validate internalFormat with target in glTexStorage paths
Ian Romanick
2014-01-27
2
-1
/
+8
*
mesa: Refactor internalFormat / target checks to a separate function
Ian Romanick
2014-01-27
2
-40
/
+78
*
mesa: Generate the correct error for a depth format with a 3D texture
Ian Romanick
2014-01-27
1
-3
/
+17
*
mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2
Christoph Bumiller
2014-01-27
2
-2
/
+8
*
st/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORD
Christoph Bumiller
2014-01-27
1
-10
/
+9
*
i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces.
Kenneth Graunke
2014-01-25
2
-5
/
+8
*
Update .gitignore for Catalan translations build artifacts
Paul Berry
2014-01-24
1
-0
/
+1
*
mesa: Increment the list pointer while freeing instruction data
Ian Romanick
2014-01-24
1
-0
/
+1
*
st/mesa: add a simple sanity check assertion in st_validate_attachment()
Brian Paul
2014-01-24
1
-0
/
+6
*
i965/gen7: Use to the correct program when uploading transform feedback state.
Paul Berry
2014-01-23
2
-10
/
+6
*
mesa: Ensure that transform feedback refers to the correct program.
Paul Berry
2014-01-23
2
-15
/
+45
*
i965: Remove *_generator::shader field; use prog field instead.
Paul Berry
2014-01-23
7
-18
/
+8
*
st/mesa: fix glReadBuffer(GL_NONE) segfault
Brian Paul
2014-01-23
1
-1
/
+2
*
driconf: Add Catalan translations
Alex Henrie
2014-01-23
2
-1
/
+322
*
driconf: Correct and update Spanish translations
Alex Henrie
2014-01-23
1
-31
/
+33
*
driconf: Synchronize po files
Alex Henrie
2014-01-23
5
-357
/
+702
*
mesa: Set gl_constants::MinMapBufferAlignment
Ian Romanick
2014-01-23
1
-0
/
+1
*
radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE
Ian Romanick
2014-01-23
11
-32
/
+27
*
radeon / r200: Remove unused 'dostate' parameter
Ian Romanick
2014-01-23
2
-4
/
+2
*
radeon / r200: Fix 'empty body' warning
Ian Romanick
2014-01-23
1
-2
/
+2
*
radeon / r200: Fix incompatible pointer type warning
Ian Romanick
2014-01-23
1
-2
/
+1
*
mesa: whitespace fixes in glformats.c
Brian Paul
2014-01-23
1
-75
/
+51
*
mesa: rename unbind_texobj_from_imgunits()
Brian Paul
2014-01-23
1
-4
/
+4
*
mesa: initialize "is_layered" variable to silence warning
Brian Paul
2014-01-23
1
-1
/
+1
*
mesa: fix/add some cases in _mesa_get_linear_internalformat()
Brian Paul
2014-01-23
1
-1
/
+7
*
mesa: add missing ETC2_SRGB cases in formats.c
Brian Paul
2014-01-23
1
-0
/
+12
*
mesa: Add ARB_arrays_of_arrays
Timothy Arceri
2014-01-23
2
-0
/
+2
*
i965/blorp: switch eu-emitter to use FS IR and fs_generator
Topi Pohjolainen
2014-01-23
3
-120
/
+84
*
i965/fs: add support for BRW_OPCODE_AVG in fs_generator
Topi Pohjolainen
2014-01-23
1
-0
/
+3
*
i965/fs: introduce blorp specific rt-write for fs_generator
Topi Pohjolainen
2014-01-23
4
-0
/
+23
*
i965/fs: allow unit tests to dump the final patched assembly
Topi Pohjolainen
2014-01-23
2
-8
/
+10
*
i965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter
Topi Pohjolainen
2014-01-23
2
-9
/
+23
*
i965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/)
Topi Pohjolainen
2014-01-23
2
-2
/
+8
*
i965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/)
Topi Pohjolainen
2014-01-23
2
-4
/
+10
*
i965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/)
Topi Pohjolainen
2014-01-23
2
-9
/
+16
*
i965/blorp: wrap OR (/brw_OR(&func, /emit_or(/)
Topi Pohjolainen
2014-01-23
2
-24
/
+31
*
i965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/)
Topi Pohjolainen
2014-01-23
2
-12
/
+19
*
i965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/)
Topi Pohjolainen
2014-01-23
2
-12
/
+19
*
i965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/)
Topi Pohjolainen
2014-01-23
2
-18
/
+32
*
i965/blorp: wrap AND (/brw_AND(&func, /emit_and(/)
Topi Pohjolainen
2014-01-23
2
-39
/
+46
*
i965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/)
Topi Pohjolainen
2014-01-23
2
-35
/
+45
[next]