summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: replace LOGF, EXPF with logf, expfBrian Paul2015-02-244-12/+8
* mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul2015-02-243-11/+9
* swrast: fix a few release build warningsBrian Paul2015-02-242-0/+2
* st/mesa: cleanup st_translate_geometry_programMarek Olšák2015-02-241-102/+30
* st/mesa: inline st_free_tokensMarek Olšák2015-02-243-17/+3
* st/mesa: cleanup st_geometry_program structureMarek Olšák2015-02-243-74/+36
* mesa: add a missing GS support check in GetActiveUniformBlockivMarek Olšák2015-02-241-0/+2
* driconf: Update Catalan translationAlex Henrie2015-02-241-18/+34
* driconf: Update Spanish translationAlex Henrie2015-02-241-5/+21
* mesa: Add missing error checks to GetProgramInfoLog, GetShaderInfoLog and Get...Eduardo Lima Mitev2015-02-241-6/+32
* i965: Fix non-AA wide line rendering with fractional line widthsIago Toral Quiroga2015-02-244-8/+20
* mesa: Fix ctx->Texture.CubeMapSeamlessIago Toral Quiroga2015-02-241-1/+10
* mesa: Return error if BeginQuery is called with an existing object of differe...Eduardo Lima Mitev2015-02-241-0/+16
* mesa: Return INVALID_OPERATION when querying a never bound Query objEduardo Lima Mitev2015-02-241-4/+4
* mesa: Add _mesa_is_array_texture helperIago Toral Quiroga2015-02-242-0/+25
* mesa: Fix error validating args for TexSubImage3DEduardo Lima Mitev2015-02-241-2/+2
* i965/blorp: round to nearest when converting float into integerSamuel Iglesias Gonsalvez2015-02-241-4/+7
* i965: Perform program state upload outside of atom handlingCarl Worth2015-02-2310-84/+89
* i965/fs: Fix lower_load_payload() not to use an incorrect half for immediates...Francisco Jerez2015-02-231-0/+8
* i965/fs: Fix lower_load_payload() to take into account non-zero reg_offset.Francisco Jerez2015-02-231-2/+2
* i965/fs: Remove logic to keep track of MRF metadata in lower_load_payload().Francisco Jerez2015-02-231-26/+13
* i965/fs: Less broken handling of force_writemask_all in lower_load_payload().Francisco Jerez2015-02-231-7/+13
* mesa/vbo: Use unreachable to silence uninitialized var warning.Matt Turner2015-02-231-2/+1
* mesa: Move START/END_FAST_MATH macros to their only use.Matt Turner2015-02-232-79/+78
* mesa: Remove definition of NULL.Matt Turner2015-02-231-4/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-23128-742/+731
* mesa: Remove CHECK macro.Matt Turner2015-02-233-58/+30
* mesa: Remove dead CAPI define.Matt Turner2015-02-231-5/+0
* i965: Link test programs with gtest before pthreads.Matt Turner2015-02-231-10/+10
* osmesa: add gallium include dirs to Makefile.amBrian Paul2015-02-231-0/+2
* mesa: Adds missing error condition in _mesa_check_sample_count()Eduardo Lima Mitev2015-02-231-3/+4
* i965/skl: Use 1 register for uniform pull constant payloadBen Widawsky2015-02-221-1/+1
* i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate dataJordan Justen2015-02-211-2/+2
* i965/fs: Set pixel/sample mask for compute shaders atomic opsJordan Justen2015-02-211-4/+4
* mesa: don't enable NV_fragment_program_option with swrastRoland Scheidegger2015-02-211-1/+0
* drivers/x11: add gallium include dirs to Makefile.amBrian Paul2015-02-201-0/+2
* vbo: fix an unitialized-variable warningMarek Olšák2015-02-211-0/+1
* mesa: Have configure define NDEBUG, not mtypes.h.Matt Turner2015-02-201-3/+0
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-209-107/+7
* mesa: Make bitset.h not rely on Mesa-specific types and functions.Eric Anholt2015-02-201-4/+3
* mesa: Use u_math.h from macros.hEric Anholt2015-02-205-33/+1
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-208-0/+16
* i965/gen6: Fix GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARBIago Toral Quiroga2015-02-201-0/+5
* mesa: Check that draw buffers are valid for glDrawBuffers on GLES3Eduardo Lima Mitev2015-02-201-0/+14
* i965/vec4: Add and use byte-MOV instruction for unpack 4x8.Matt Turner2015-02-194-2/+21
* i965/blorp: Emit MADs.Matt Turner2015-02-192-4/+11
* i965/blorp: Optimize clamping tex coords.Matt Turner2015-02-192-4/+22
* i965: Use greater-equal cmod to implement maximum.Matt Turner2015-02-194-7/+10
* i965: Don't emit saturates for instructions without destinations.Matt Turner2015-02-192-2/+2
* i965/fs: Consider MOV.SAT to interfere if it has a source modifier.Matt Turner2015-02-192-4/+52