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
*
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
*
mesa: Kill GL_ARB_shadow_ambient with fire
Ian Romanick
2012-08-14
1
-20
/
+16
*
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
2
-29
/
+15
*
swrast: Support sampler object for texture fetching state
Pauli Nieminen
2012-08-01
10
-360
/
+446
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
1
-2
/
+2
*
mesa formats: add MESA_FORMAT_ABGR2101010_UINT
Jordan Justen
2012-07-21
1
-1
/
+7
*
swrast: Fix memory leaks in blit_linear.
Vinson Lee
2012-04-02
1
-0
/
+9
*
mesa: rework texture completeness testing
Brian Paul
2012-03-20
3
-4
/
+10
*
swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/
Brian Paul
2012-03-12
1
-3
/
+3
*
mesa: move more swrast-related #defines out of core Mesa
Brian Paul
2012-02-24
2
-0
/
+28
*
mesa: remove MAX_WIDTH from prog_execute.h
Brian Paul
2012-02-24
1
-0
/
+2
*
swrast: check max renderbuffer size against SWRAST_MAX_WIDTH
Brian Paul
2012-02-24
1
-0
/
+2
*
swrast: define, use SWRAST_MAX_WIDTH/HEIGHT
Brian Paul
2012-02-24
16
-46
/
+55
*
swrast: remove MAX_WIDTH array in s_span.c
Brian Paul
2012-02-24
1
-1
/
+2
*
swrast: simplify mask array code
Brian Paul
2012-02-24
1
-3
/
+4
*
swrast: stop using MAX_WIDTH arrays in triangle code
Brian Paul
2012-02-24
1
-2
/
+2
[next]