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
/
swrast
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
55
-167
/
+221
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
55
-55
/
+55
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
53
-53
/
+53
*
mesa: Generalize TexStorage allocator between swrast and intel.
Eric Anholt
2013-04-21
2
-35
/
+0
*
mesa/swrast: Move memory allocation outside the blit loop
Ian Romanick
2013-04-16
1
-23
/
+20
*
mesa/swrast: Move free calls outside the attachment loop
Ian Romanick
2013-04-16
1
-4
/
+5
*
mesa/swrast: Refactor no-memory error checking in blit_linear
Ian Romanick
2013-04-16
1
-29
/
+11
*
swrast: init vars to silence warnings
Brian Paul
2013-03-25
1
-4
/
+4
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
25
-387
/
+387
*
mesa: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
1
-0
/
+90
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
2
-4
/
+4
*
swrast: silence a bunch of MSVC warnings
Brian Paul
2013-01-25
1
-19
/
+19
*
swrast: fix blit code's nearest/linear coordinate arithmetic
Brian Paul
2013-01-22
1
-15
/
+8
*
swrast: fix incorrect width for direct/nearest blit
Brian Paul
2013-01-22
1
-1
/
+1
*
swrast: move resampleRow setup code in blit_nearest()
Brian Paul
2013-01-22
1
-23
/
+23
*
swrast: fix assorted bugs in software blit code
Brian Paul
2013-01-17
1
-10
/
+20
*
mesa: Add support to allow blitting to multiple color draw buffers
Anuj Phogat
2013-01-15
1
-261
/
+300
*
swrast: use new core Mesa compressed texel fetch functions
Brian Paul
2012-12-14
2
-87
/
+110
*
swrast: merge get_texel_fetch_func() and set_fetch_functions()
Brian Paul
2012-12-14
1
-26
/
+20
*
swrast: make _mesa_get_texel_fetch_func() static
Brian Paul
2012-12-14
2
-7
/
+4
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_R11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
1
-0
/
+60
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
2
-3
/
+3
*
Remove OpenVMS support
Matt Turner
2012-11-16
1
-82
/
+0
*
swrast: fix MSVC signed/unsigned warnings
Brian Paul
2012-11-06
1
-2
/
+2
*
swrast: remove explicit size from texfetch_funcs array
Brian Paul
2012-10-31
1
-1
/
+1
*
swrast: Remove support for the NV_fragment_program extension.
Kenneth Graunke
2012-10-16
2
-8
/
+1
*
swrast: remove unused ati_fs_opcodes array
Brian Paul
2012-09-15
1
-15
/
+0
*
mesa/ati_fragshader: no need for opcodes to be global.
Dave Airlie
2012-09-15
1
-1
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
4
-17
/
+8
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
8
-23
/
+23
*
mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.
Brian Paul
2012-09-03
3
-5
/
+5
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
1
-5
/
+5
*
mesa: s/CALLOC/calloc/
Brian Paul
2012-09-01
2
-2
/
+2
*
mesa: s/MALLOC/malloc/
Brian Paul
2012-09-01
2
-2
/
+2
*
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
2012-08-31
1
-1
/
+1
*
swrast: fix wrong assignments in _swrast_add_spec_terms_line()
Brian Paul
2012-08-29
1
-2
/
+2
*
swrast: implement cubical depth texture sampling
Brian Paul
2012-08-24
1
-41
/
+74
*
mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formats
Brian Paul
2012-08-24
1
-24
/
+24
*
mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formats
Brian Paul
2012-08-24
1
-24
/
+24
*
mesa: new _mesa_num_tex_faces() helper
Brian Paul
2012-08-24
1
-2
/
+3
[next]