| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: remove struct qualifier from st_src_reg parameter | Brian Paul | 2015-02-24 | 1 | -1/+1 |
* | mesa: remove INV_SQRTF() macro | Brian Paul | 2015-02-24 | 10 | -22/+15 |
* | mesa: remove ceilf, floorf macros | Brian Paul | 2015-02-24 | 1 | -2/+0 |
* | mesa: remove expf macro | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove logf macro | Brian Paul | 2015-02-24 | 2 | -1/+1 |
* | mesa: remove powf macro | Brian Paul | 2015-02-24 | 4 | -2/+3 |
* | mesa: remove unused exp2f, log2f, truncf wrappers | Brian Paul | 2015-02-24 | 1 | -10/+0 |
* | mesa: remove unused acosf, asinf, atan2f, etc. macros | Brian Paul | 2015-02-24 | 1 | -16/+0 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 11 | -53/+48 |
* | mesa: replace FLOORF with floorf | Brian Paul | 2015-02-24 | 3 | -13/+11 |
* | mesa: remove unused CEILF macro | Brian Paul | 2015-02-24 | 1 | -3/+0 |
* | mesa: replace LOGF, EXPF with logf, expf | Brian Paul | 2015-02-24 | 4 | -12/+8 |
* | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf | Brian Paul | 2015-02-24 | 3 | -11/+9 |
* | swrast: fix a few release build warnings | Brian Paul | 2015-02-24 | 2 | -0/+2 |
* | st/mesa: cleanup st_translate_geometry_program | Marek Olšák | 2015-02-24 | 1 | -102/+30 |
* | st/mesa: inline st_free_tokens | Marek Olšák | 2015-02-24 | 3 | -17/+3 |
* | st/mesa: cleanup st_geometry_program structure | Marek Olšák | 2015-02-24 | 3 | -74/+36 |
* | mesa: add a missing GS support check in GetActiveUniformBlockiv | Marek Olšák | 2015-02-24 | 1 | -0/+2 |
* | driconf: Update Catalan translation | Alex Henrie | 2015-02-24 | 1 | -18/+34 |
* | driconf: Update Spanish translation | Alex Henrie | 2015-02-24 | 1 | -5/+21 |
* | mesa: Add missing error checks to GetProgramInfoLog, GetShaderInfoLog and Get... | Eduardo Lima Mitev | 2015-02-24 | 1 | -6/+32 |
* | i965: Fix non-AA wide line rendering with fractional line widths | Iago Toral Quiroga | 2015-02-24 | 4 | -8/+20 |
* | mesa: Fix ctx->Texture.CubeMapSeamless | Iago Toral Quiroga | 2015-02-24 | 1 | -1/+10 |
* | mesa: Return error if BeginQuery is called with an existing object of differe... | Eduardo Lima Mitev | 2015-02-24 | 1 | -0/+16 |
* | mesa: Return INVALID_OPERATION when querying a never bound Query obj | Eduardo Lima Mitev | 2015-02-24 | 1 | -4/+4 |
* | mesa: Add _mesa_is_array_texture helper | Iago Toral Quiroga | 2015-02-24 | 2 | -0/+25 |
* | mesa: Fix error validating args for TexSubImage3D | Eduardo Lima Mitev | 2015-02-24 | 1 | -2/+2 |
* | i965/blorp: round to nearest when converting float into integer | Samuel Iglesias Gonsalvez | 2015-02-24 | 1 | -4/+7 |
* | i965: Perform program state upload outside of atom handling | Carl Worth | 2015-02-23 | 10 | -84/+89 |
* | i965/fs: Fix lower_load_payload() not to use an incorrect half for immediates... | Francisco Jerez | 2015-02-23 | 1 | -0/+8 |
* | i965/fs: Fix lower_load_payload() to take into account non-zero reg_offset. | Francisco Jerez | 2015-02-23 | 1 | -2/+2 |
* | i965/fs: Remove logic to keep track of MRF metadata in lower_load_payload(). | Francisco Jerez | 2015-02-23 | 1 | -26/+13 |
* | i965/fs: Less broken handling of force_writemask_all in lower_load_payload(). | Francisco Jerez | 2015-02-23 | 1 | -7/+13 |
* | mesa/vbo: Use unreachable to silence uninitialized var warning. | Matt Turner | 2015-02-23 | 1 | -2/+1 |
* | mesa: Move START/END_FAST_MATH macros to their only use. | Matt Turner | 2015-02-23 | 2 | -79/+78 |
* | mesa: Remove definition of NULL. | Matt Turner | 2015-02-23 | 1 | -4/+0 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 128 | -742/+731 |
* | mesa: Remove CHECK macro. | Matt Turner | 2015-02-23 | 3 | -58/+30 |
* | mesa: Remove dead CAPI define. | Matt Turner | 2015-02-23 | 1 | -5/+0 |
* | i965: Link test programs with gtest before pthreads. | Matt Turner | 2015-02-23 | 1 | -10/+10 |
* | osmesa: add gallium include dirs to Makefile.am | Brian Paul | 2015-02-23 | 1 | -0/+2 |
* | mesa: Adds missing error condition in _mesa_check_sample_count() | Eduardo Lima Mitev | 2015-02-23 | 1 | -3/+4 |
* | i965/skl: Use 1 register for uniform pull constant payload | Ben Widawsky | 2015-02-22 | 1 | -1/+1 |
* | i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate data | Jordan Justen | 2015-02-21 | 1 | -2/+2 |
* | i965/fs: Set pixel/sample mask for compute shaders atomic ops | Jordan Justen | 2015-02-21 | 1 | -4/+4 |
* | mesa: don't enable NV_fragment_program_option with swrast | Roland Scheidegger | 2015-02-21 | 1 | -1/+0 |
* | drivers/x11: add gallium include dirs to Makefile.am | Brian Paul | 2015-02-20 | 1 | -0/+2 |
* | vbo: fix an unitialized-variable warning | Marek Olšák | 2015-02-21 | 1 | -0/+1 |
* | mesa: Have configure define NDEBUG, not mtypes.h. | Matt Turner | 2015-02-20 | 1 | -3/+0 |
* | util: Move Mesa's bitset.h to util/. | Eric Anholt | 2015-02-20 | 9 | -107/+7 |